Research Resources Repository

Author:Guanqun Yang
Date:12/28/2018

Introduction

As a person who loves to keep everything organized, I sometimes find it insufficient to keep relevant resources in bookmark bar since I, with high probability, will end up forgetting they are there and wasting time discover them repeatedly. Therefore, I decide to set up this repository to stash the gems I find during daily learning and research.

The organization of this repository follows five topics I listed in prologue plus two additional non-technical topics

  1. General articles on research, career and life I find beneficial. Note even for non-English articles, I will generally use their (probably inaccurate) English translation since Emacs does not support efficient non-English (especially Chinese) input.
  2. Research tools/softwares not listed in Awesome Research Tools created by Lei Ma, whose notes on his/her statistical physics courses motivated me to create this whole set of notes.

Convex Optimization

Machine Learning

Deep Learning

My Current Research

General Articles

Writing and Presenting

Techniques

  • Email Writing Tips by Philip Guo

  • Some Remarks on Writing Mathematical Proofs by John M. Lee

    Some concensus and conventions of writing proofs in mathematical community.

  • Air & Light & Time & Space - How Successful Academics Write by Helen Sword

    • Interviews of one hundred scholars around world with different backgrounds who thrive in the publish-or-perish environment.

Tools

PhD Application

PhD Life

Career

Research Tools

Commenting LaTex Articles

  • latexdiff

    It is a Perl script that compares the differences of two .tex source files and marks the significant differences between them, which could be used for commenting manuscripts.

  • Using Git

    See this post (in Chinese), which utilizes git to do version control on manuscripts. But this seems to be useful for individual person who is working on notes rather than collaboration on papers.

  • Direct conversion to MSWord readable format

    • latex2rtf: convert to .rtf file.
    • pandoc: convert to .odt file.
    • More solutions could be found here.
  • Using Overleaf

Visualizing Data

  • Handbook of Data Visualization by Dr. Chun-Houh Chen

    A good starting point to choose the appropriate format to present complex relations among variables using graph. An example to visualize 20 variables done by author’s group could be found here (in Chinese).

Collaborative Relationship among Researchers

  • Search dblp (computer science bibliography) for the researcher of interest and then click the co-author pane on right hand side for the list of his/her co-authors.

Coding