Repository: dyweb/Deedy-Resume-for-Chinese Branch: master Commit: 3fe0e55a52ad Files: 50 Total size: 265.8 MB Directory structure: gitextract_2u6h54b_/ ├── .gitignore ├── AUTHORS.md ├── CHANGELOG.md ├── LICENSE ├── MacFonts/ │ ├── deedy-resume.cls │ ├── deedy_resume.xtx │ └── publications.bib ├── Makefile ├── OpenFonts/ │ ├── deedy-resume-openfont.cls │ ├── deedy_resume-openfont.xtx │ ├── fonts/ │ │ ├── source-sans-pro/ │ │ │ ├── SourceSansPro-Black.otf │ │ │ ├── SourceSansPro-BlackIt.otf │ │ │ ├── SourceSansPro-Bold.otf │ │ │ ├── SourceSansPro-BoldIt.otf │ │ │ ├── SourceSansPro-ExtraLight.otf │ │ │ ├── SourceSansPro-ExtraLightIt.otf │ │ │ ├── SourceSansPro-It.otf │ │ │ ├── SourceSansPro-Light.otf │ │ │ ├── SourceSansPro-LightIt.otf │ │ │ ├── SourceSansPro-Regular.otf │ │ │ ├── SourceSansPro-Semibold.otf │ │ │ └── SourceSansPro-SemiboldIt.otf │ │ └── source-serif-pro/ │ │ ├── SourceSerifPro-Black.otf │ │ ├── SourceSerifPro-Bold.otf │ │ ├── SourceSerifPro-ExtraLight.otf │ │ ├── SourceSerifPro-Light.otf │ │ ├── SourceSerifPro-Regular.otf │ │ └── SourceSerifPro-Semibold.otf │ ├── publications.bib │ └── resume.tex ├── OpenFonts.Chinese/ │ ├── deedy-resume-openfont.cls │ ├── deedy_resume-openfont.xtx │ ├── fonts/ │ │ ├── source-han-sans/ │ │ │ ├── SourceHanSansSC-Bold.otf │ │ │ ├── SourceHanSansSC-ExtraLight.otf │ │ │ ├── SourceHanSansSC-Heavy.otf │ │ │ ├── SourceHanSansSC-Light.otf │ │ │ ├── SourceHanSansSC-Medium.otf │ │ │ ├── SourceHanSansSC-Normal.otf │ │ │ └── SourceHanSansSC-Regular.otf │ │ └── source-han-serif/ │ │ ├── SourceHanSerifSC-Bold.otf │ │ ├── SourceHanSerifSC-ExtraLight.otf │ │ ├── SourceHanSerifSC-Heavy.otf │ │ ├── SourceHanSerifSC-Light.otf │ │ ├── SourceHanSerifSC-Medium.otf │ │ ├── SourceHanSerifSC-Regular.otf │ │ └── SourceHanSerifSC-SemiBold.otf │ ├── publications.bib │ └── resume.tex ├── README.md └── scripts/ └── build.sh ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ ## Latexian generated files: TSWLatexianTemp* ## Core latex/pdflatex auxiliary files: *.aux *.lof *.log *.lot *.fls *.out *.toc ## Intermediate documents: *.dvi # these rules might exclude image files for figures etc. # *.ps # *.eps # *.pdf ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf *.blg *-blx.aux *-blx.bib *.run.xml ## Build tool auxiliary files: *.fdb_latexmk *.synctex.gz *.synctex.gz(busy) *.pdfsync ## Auxiliary and intermediate files from other packages: # algorithms *.alg *.loa # amsthm *.thm # beamer *.nav *.snm *.vrb # glossaries *.acn *.acr *.glg *.glo *.gls # hyperref *.brf # listings *.lol # makeidx *.idx *.ilg *.ind *.ist # minitoc *.maf *.mtc *.mtc0 # minted *.pyg # nomencl *.nlo # sagetex *.sagetex.sage *.sagetex.py *.sagetex.scmd # sympy *.sout *.sympy sympy-plots-for-*.tex/ # todonotes *.tdo # xindy *.xdy ================================================ FILE: AUTHORS.md ================================================ # Authors This list is sorted by the number of commits per contributor in descending order. * [@deedy](https://github.com/deedy) * [@gaocegege](https://github.com/gaocegege) * [@alanyee](https://github.com/alanyee) * [@smihir](https://github.com/smihir) ###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-10-07 ================================================ FILE: CHANGELOG.md ================================================ # Change Log ## [v1.1](https://github.com/gaocegege/Deedy-Resume-for-Chinese/tree/v1.1) (2017-10-07) [Full Changelog](https://github.com/gaocegege/Deedy-Resume-for-Chinese/compare/v1.0...v1.1) **Closed issues:** - \setsansfont设置的也是serif字体? [\#1](https://github.com/gaocegege/Deedy-Resume-for-Chinese/issues/1) ## [v1.0](https://github.com/gaocegege/Deedy-Resume-for-Chinese/tree/v1.0) (2017-09-28) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* ================================================ FILE: LICENSE ================================================ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================ FILE: MacFonts/deedy-resume.cls ================================================ % Intro Options \ProvidesClass{deedy-resume}[2014/04/30 CV class] \NeedsTeXFormat{LaTeX2e} \DeclareOption{print}{\def\@cv@print{}} \DeclareOption*{ \PassOptionsToClass{\CurrentOption}{article}% } \ProcessOptions\relax \LoadClass{article} % Package Imports \usepackage[hmargin=1.25cm, vmargin=0.7cm]{geometry} \usepackage[usenames,dvipsnames]{xcolor} \usepackage[hidelinks]{hyperref} \usepackage{titlesec} \usepackage[absolute]{textpos} \usepackage[UKenglish]{babel} \usepackage[UKenglish]{isodate} \usepackage{fontspec,xltxtra,xunicode} % Cite publications \usepackage{cite} \renewcommand\refname{\vskip -1.5cm} % Color definitions \definecolor{date}{HTML}{666666} \definecolor{primary}{HTML}{2b2b2b} \definecolor{headings}{HTML}{6A6A6A} \definecolor{subheadings}{HTML}{333333} % Set main fonts \defaultfontfeatures{Mapping=tex-text} \setmainfont[Color=primary]{Helvetica Light} \setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Helvetica Neue UltraLight} % Date command \setlength{\TPHorizModule}{1mm} \setlength{\TPVertModule}{1mm} \textblockorigin{0mm}{5mm} % start everyth \newcommand{\lastupdated}{\begin{textblock}{60}(155,0) \color{date}\fontspec{Helvetica Neue Light}\fontsize{8pt}{10pt}\selectfont Last Updated on \today \end{textblock}} \newcommand{\leftdetails}[1]{\begin{textblock}{60}(170,5) \color{date}\fontspec{Helvetica Neue Light}\fontsize{8pt}{10pt}\selectfont #1 \end{textblock}} % Name command \newcommand{\namesection}[3]{ \centering{ \sffamily \fontspec{Helvetica Neue UltraLight}\fontsize{40pt}{10cm}\selectfont #1 \fontspec{Helvetica Neue Light}\selectfont #2 } \\ \vspace{5pt} \centering{ \color{headings}\fontspec{Heiti TC Medium}\fontsize{11pt}{14pt}\selectfont #3} \noindent\makebox[\linewidth]{\rule{\paperwidth}{0.4pt}} \vspace{-15pt} } \titlespacing{\section}{0pt}{0pt}{0pt} % Headings command \titleformat{\section}{\color{headings} \scshape\fontspec{Helvetica Light}\fontsize{16pt}{24pt}\selectfont \raggedright\uppercase}{} {0em}{} % Subeadings command \titleformat{\subsection}{\color{subheadings} \fontspec{Helvetica}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase}{}{0em}{} \titlespacing{\subsection}{0pt}{\parskip}{-\parskip} \titlespacing{\subsubsection}{0pt}{\parskip}{-\parskip} \newcommand{\runsubsection}[1]{\color{subheadings} \fontspec{Helvetica}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase {#1} \normalfont} % Descriptors command \newcommand{\descript}[1]{\color{subheadings}\raggedright\scshape\fontspec{Heiti SC Medium}\fontsize{11pt}{13pt}\selectfont {#1 \\} \normalfont} % Location command \newcommand{\location}[1]{\color{headings}\raggedright\scshape\fontspec{Heiti TC Medium}\fontsize{10pt}{12pt}\selectfont {#1\\} \normalfont} % Section seperators command \newcommand{\sectionsep}[0]{\vspace{8pt}} % Bullet Lists with fewer gaps command \newenvironment{tightemize}{\vspace{-\topsep}\begin{itemize}\itemsep1pt \parskip0pt \parsep0pt}{\end{itemize}\vspace{-\topsep}} ================================================ FILE: MacFonts/deedy_resume.xtx ================================================ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Deedy - One Page Two Column Resume % LaTeX Template % Version 1.2 (16/9/2014) % % Original author: % Debarghya Das (http://debarghyadas.com) % % Original repository: % https://github.com/deedydas/Deedy-Resume % % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX % % This template uses several fonts not included with Windows/Linux by % default. If you get compilation errors saying a font is missing, find the line % on which the font is used and either change it to a font included with your % operating system or comment the line out to use the default font. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TODO: % 1. Integrate biber/bibtex for article citation under publications. % 2. Figure out a smoother way for the document to flow onto the next page. % 3. Add styling information for a "Projects/Hacks" section. % 4. Add location/address information % 5. Merge OpenFont and MacFonts as a single sty with options. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % CHANGELOG: % v1.1: % 1. Fixed several compilation bugs with \renewcommand % 2. Got Open-source fonts (Windows/Linux support) % 3. Added Last Updated % 4. Move Title styling into .sty % 5. Commented .sty file. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Known Issues: % 1. Overflows onto second page if any column's contents are more than the % vertical limit % 2. Hacky space on the first bullet point on the second column. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[]{deedy-resume} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \rfoot{Page \thepage \hspace{1pt}} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % LAST UPDATED DATE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \lastupdated %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TITLE NAME % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \namesection{Debarghya}{Das}{ \urlstyle{same}\href{http://debarghyadas.com}{debarghyadas.com}| \href{http://fb.co/dd}{fb.co/dd}\\ \href{mailto:deedy@fb.com}{deedy@fb.com} | 607.379.5733 | \href{mailto:dd367@cornell.edu}{dd367@cornell.edu} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN ONE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.33\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Education} \subsection{Cornell University} \descript{MEng in Computer Science} \location{Dec 2014 | Ithaca, NY} \sectionsep \subsection{Cornell University} \descript{BS in Computer Science} \location{May 2014 | Ithaca, NY} College of Engineering \\ Magna Cum Laude\\ \location{ Cum. GPA: 3.83 / 4.0 \\ Major GPA: 3.9 / 4.0} \sectionsep \subsection{La Martiniere for Boys} \location{Grad. May 2011| Kolkata, India} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LINKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Links} Facebook:// \href{https://facebook/dd}{\bf dd} \\ Github:// \href{https://github.com/deedydas}{\bf deedydas} \\ LinkedIn:// \href{https://www.linkedin.com/in/debarghyadas}{\bf debarghyadas} \\ YouTube:// \href{https://www.youtube.com/user/DeedyDash007}{\bf DeedyDash007} \\ Twitter:// \href{https://twitter.com/debarghya_das}{\bf @debarghya\_das} \\ Quora:// \href{https://www.quora.com/Debarghya-Das}{\bf Debarghya-Das} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % COURSEWORK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Coursework} \subsection{Graduate} Advanced Machine Learning \\ Open Source Software Engineering \\ Advanced Interactive Graphics \\ Compilers + Practicum \\ Cloud Computing \\ Evolutionary Computation \\ Defending Computer Networks \\ Machine Learning \\ \sectionsep \subsection{Undergraduate} Information Retrieval \\ Operating Systems \\ Artificial Intelligence + Practicum \\ Functional Programming \\ Computer Graphics + Practicum \\ {\footnotesize \textit{\textbf{(Research Asst. \& Teaching Asst 2x) }}} \\ Unix Tools and Scripting \\ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Skills} \subsection{Programming} \location{Over 5000 lines:} Java \textbullet{} Shell \textbullet{} Python \textbullet{} Javascript \\ OCaml \textbullet{} Matlab \textbullet{} Rails \textbullet{} \LaTeX\ \\ \location{Over 1000 lines:} C \textbullet{} C++ \textbullet{} CSS \textbullet{} PHP \textbullet{} Assembly \\ \location{Familiar:} AS3 \textbullet{} iOS \textbullet{} Android \textbullet{} MySQL \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN TWO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{minipage} \hfill \begin{minipage}[t]{0.66\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EXPERIENCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Experience} \runsubsection{Facebook} \descript{| Software Engineer } \location{Jan 2015 - Present | New York, NY} \sectionsep \runsubsection{Coursera} \descript{| KPCB Fellow + Software Engineering Intern } \location{June 2014 – Sep 2014 | Mountain View, CA} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item 52 out of 2500 applicants chosen to be a KPCB Fellow 2014. \item Led and shipped Yoda - the admin interface for the new Phoenix platform. \item Full-stack developer - Wrote and reviewed code for JS using Backbone, Jade, Stylus and Require and Scala using Play \end{tightemize} \sectionsep \runsubsection{Google} \descript{| Software Engineering Intern } \location{May 2013 – Aug 2013 | Mountain View, CA} \begin{tightemize} \item Worked on the YouTube Captions team, in Javascript and Python to plan, to design and develop the full stack to add and edit Automatic Speech Recognition captions. In production. \item Created a backbone.js-like framework for the Captions editor. \end{tightemize} \sectionsep \runsubsection{Phabricator} \descript{| Open Source Contributor \& Team Leader} \location{Jan 2013 – May 2013 | Palo Alto, CA \& Ithaca, NY} \begin{tightemize} \item Phabricator is used daily by Facebook, Dropbox, Quora, Asana and more. \item I created the Meme generator and more in PHP and Shell. \item Led a team from MIT, Cornell, IC London and UHelsinki for the project. \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % RESEARCH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Research} \runsubsection{Cornell Robot Learning Lab} \descript{| Researcher} \location{Jan 2014 – Jan 2015 | Ithaca, NY} Worked with \textbf{\href{http://www.cs.cornell.edu/~ashesh/}{Ashesh Jain}} and \textbf{\href{http://www.cs.cornell.edu/~asaxena/}{Prof Ashutosh Saxena}} to create \textbf{PlanIt}, a tool which learns from large scale user preference feedback to plan robot trajectories in human environments. \sectionsep \runsubsection{Cornell Phonetics Lab} \descript{| Head Undergraduate Researcher} \location{Mar 2012 – May 2013 | Ithaca, NY} Led the development of \textbf{QuickTongue}, the first ever breakthrough tongue-controlled game with \textbf{\href{http://conf.ling.cornell.edu/~tilsen/}{Prof Sam Tilsen}} to aid in Linguistics research. \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AWARDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Awards} \begin{tabular}{rll} 2014 & top 52/2500 & KPCB Engineering Fellow\\ 2014 & 1\textsuperscript{st}/50 & Microsoft Coding Competition, Cornell\\ 2013 & National & Jump Trading Challenge Finalist\\ 2013 & 7\textsuperscript{th}/120 & CS 3410 Cache Race Bot Tournament \\ 2012 & 2\textsuperscript{nd}/150 & CS 3110 Biannual Intra-Class Bot Tournament \\ 2011 & National & Indian National Mathematics Olympiad (INMO) Finalist \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PUBLICATIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Publications} \renewcommand\refname{\vskip -1.5cm} % Couldn't get this working from the .cls file \bibliographystyle{abbrv} \bibliography{publications} \nocite{*} \end{minipage} \end{document} \documentclass[]{article} ================================================ FILE: MacFonts/publications.bib ================================================ @article{linguistics, author = "Sam Tilsen and Debarghya Das and Bruce McKee", title = "Real-time articulatory biofeedback with electromagnetic articulography", journal = "Linguistics Vanguard", year = "in press", DOI = "http://dx.doi.org/10.1002/andp.19053221004" } @article{ml, author = "Ashesh Jain and Debarghya Das and Ashutosh Saxena", title = "PlanIt: A Crowdsourcing Approach for Learning to Plan Paths from Large Scale Preference Feedback", journal = "Tech Report, ICRA", year = "in press", DOI = "http://arxiv.org/abs/1406.2616" } ================================================ FILE: Makefile ================================================ CC = xelatex CHINESE_DIR = OpenFonts.Chinese ENGLISH_DIR = OpenFonts OUTPUT_DIR = docs NAME = resume all: $(NAME).pdf clean $(NAME).pdf: bash scripts/build.sh clean: -@rm -f $(CHINESE_DIR)/*.xdv $(CHINESE_DIR)/*.aux $(CHINESE_DIR)/*.out $(CHINESE_DIR)/*.fdb_latexmk $(CHINESE_DIR)/*.log $(CHINESE_DIR)/*.fls $(ENGLISH_DIR)/*.xdv $(ENGLISH_DIR)/*.aux $(ENGLISH_DIR)/*.out $(ENGLISH_DIR)/*.fdb_latexmk $(ENGLISH_DIR)/*.log $(ENGLISH_DIR)/*.fls 2> /dev/null || true ================================================ FILE: OpenFonts/deedy-resume-openfont.cls ================================================ % Intro Options \ProvidesClass{deedy-resume-openfont}[2014/04/30 CV class] \NeedsTeXFormat{LaTeX2e} \DeclareOption{print}{\def\@cv@print{}} \DeclareOption*{% \PassOptionsToClass{\CurrentOption}{article} } \ProcessOptions\relax \LoadClass{article} % Package Imports \usepackage[hmargin=1.25cm, vmargin=0.75cm]{geometry} \usepackage[hidelinks]{hyperref} % Publications \usepackage{cite} \renewcommand\refname{\vskip -1.5cm} % Color definitions \usepackage[usenames,dvipsnames]{xcolor} \definecolor{date}{HTML}{666666} \definecolor{primary}{HTML}{2b2b2b} \definecolor{headings}{HTML}{6A6A6A} \definecolor{subheadings}{HTML}{333333} % Set main fonts \usepackage{fontspec} \setmainfont[Color=primary, Path = fonts/source-serif-pro/,BoldItalicFont=SourceSerifPro-Bold,BoldFont=SourceSerifPro-Bold,ItalicFont=SourceSerifPro-Light]{SourceSerifPro-Regular} \setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/source-sans-pro/]{SourceSansPro-ExtraLight} % Date command \usepackage[absolute]{textpos} \usepackage[UKenglish]{isodate} \setlength{\TPHorizModule}{1mm} \setlength{\TPVertModule}{1mm} \newcommand{\lastupdated}{\begin{textblock}{60}(155,5) \color{date}\fontspec[Path = fonts/source-sans-pro/]{SourceSansPro-ExtraLight}\fontsize{8pt}{10pt}\selectfont Last Updated on \today \end{textblock}} % Name command \newcommand{\namesection}[3]{ \centering{ \fontsize{30pt}{30pt} \fontspec[Path = fonts/source-serif-pro/]{SourceSerifPro-Light}\selectfont #1 \fontspec[Path = fonts/source-serif-pro/]{SourceSerifPro-Light}\selectfont #2 } \\[5pt] \centering{ \color{headings} \fontspec[Path = fonts/source-sans-pro/]{SourceSansPro-Regular}\fontsize{11pt}{11pt}\selectfont #3} \noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}} \vspace{-15pt} } % Section seperators \usepackage{titlesec} \titlespacing{\section}{0pt}{0pt}{0pt} \titlespacing{\subsection}{0pt}{0pt}{0pt} \newcommand{\sectionsep}{\vspace{8pt}} % Headings command \titleformat{\section}{\color{headings} \fontspec[Path = fonts/source-serif-pro/]{SourceSerifPro-Bold}\fontsize{16pt}{24pt}\selectfont \raggedright}{}{0em}{} % Subeadings command \titleformat{\subsection}{ \color{subheadings}\fontspec[Path = fonts/source-serif-pro/]{SourceSerifPro-Bold}\fontsize{12pt}{12pt}\selectfont\bfseries}{}{0em}{} \newcommand{\runsubsection}[1]{ \color{subheadings}\fontspec[Path = fonts/source-serif-pro/]{SourceSerifPro-Bold}\fontsize{12pt}{12pt}\selectfont\bfseries {#1} \normalfont} % Descriptors command \newcommand{\descript}[1]{ \color{subheadings}\raggedright\fontspec[Path = fonts/source-sans-pro/]{SourceSansPro-Regular}\fontsize{10pt}{10pt}\selectfont {#1 \\} \normalfont} % Location command \newcommand{\location}[1]{ \color{headings}\raggedright\fontspec[Path = fonts/source-sans-pro/]{SourceSansPro-Regular}\fontsize{10pt}{10pt}\selectfont {#1\\} \normalfont} % Bullet Lists with fewer gaps command \newenvironment{tightemize}{ \vspace{-\topsep}\begin{itemize}\itemsep1pt \parskip0pt \parsep0pt} {\end{itemize}\vspace{-\topsep}} ================================================ FILE: OpenFonts/deedy_resume-openfont.xtx ================================================ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Deedy - One Page Two Column Resume % LaTeX Template % Version 1.2 (16/9/2014) % % Original author: % Debarghya Das (http://debarghyadas.com) % % Original repository: % https://github.com/deedydas/Deedy-Resume % % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX % % This template uses several fonts not included with Windows/Linux by % default. If you get compilation errors saying a font is missing, find the line % on which the font is used and either change it to a font included with your % operating system or comment the line out to use the default font. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TODO: % 1. Integrate biber/bibtex for article citation under publications. % 2. Figure out a smoother way for the document to flow onto the next page. % 3. Add styling information for a "Projects/Hacks" section. % 4. Add location/address information % 5. Merge OpenFont and MacFonts as a single sty with options. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % CHANGELOG: % v1.1: % 1. Fixed several compilation bugs with \renewcommand % 2. Got Open-source fonts (Windows/Linux support) % 3. Added Last Updated % 4. Move Title styling into .sty % 5. Commented .sty file. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Known Issues: % 1. Overflows onto second page if any column's contents are more than the % vertical limit % 2. Hacky space on the first bullet point on the second column. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[]{deedy-resume-openfont} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % LAST UPDATED DATE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \lastupdated %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TITLE NAME % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \namesection{Debarghya}{Das}{ \urlstyle{same}\href{http://debarghyadas.com}{debarghyadas.com}| \href{http://fb.co/dd}{fb.co/dd}\\ \href{mailto:deedy@fb.com}{deedy@fb.com} | 607.379.5733 | \href{mailto:dd367@cornell.edu}{dd367@cornell.edu} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN ONE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.33\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Education} \subsection{Cornell University} \descript{MEng in Computer Science} \location{Dec 2014 | Ithaca, NY} \sectionsep \subsection{Cornell University} \descript{BS in Computer Science} \location{May 2014 | Ithaca, NY} College of Engineering \\ Magna Cum Laude\\ \location{ Cum. GPA: 3.83 / 4.0 \\ Major GPA: 3.9 / 4.0} \sectionsep \subsection{La Martiniere for Boys} \location{Grad. May 2011| Kolkata, India} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LINKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Links} Facebook:// \href{https://facebook/dd}{\bf dd} \\ Github:// \href{https://github.com/deedydas}{\bf deedydas} \\ LinkedIn:// \href{https://www.linkedin.com/in/debarghyadas}{\bf debarghyadas} \\ YouTube:// \href{https://www.youtube.com/user/DeedyDash007}{\bf DeedyDash007} \\ Twitter:// \href{https://twitter.com/debarghya_das}{\bf @debarghya\_das} \\ Quora:// \href{https://www.quora.com/Debarghya-Das}{\bf Debarghya-Das} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % COURSEWORK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Coursework} \subsection{Graduate} Advanced Machine Learning \\ Open Source Software Engineering \\ Advanced Interactive Graphics \\ Compilers + Practicum \\ Cloud Computing \\ Evolutionary Computation \\ Defending Computer Networks \\ Machine Learning \\ \sectionsep \subsection{Undergraduate} Information Retrieval \\ Operating Systems \\ Artificial Intelligence + Practicum \\ Functional Programming \\ Computer Graphics + Practicum \\ {\footnotesize \textit{\textbf{(Research Asst. \& Teaching Asst 2x) }}} \\ Unix Tools and Scripting \\ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Skills} \subsection{Programming} \location{Over 5000 lines:} Java \textbullet{} Shell \textbullet{} Python \textbullet{} Javascript \\ OCaml \textbullet{} Matlab \textbullet{} Rails \textbullet{} \LaTeX\ \\ \location{Over 1000 lines:} C \textbullet{} C++ \textbullet{} CSS \textbullet{} PHP \textbullet{} Assembly \\ \location{Familiar:} AS3 \textbullet{} iOS \textbullet{} Android \textbullet{} MySQL \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN TWO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{minipage} \hfill \begin{minipage}[t]{0.66\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EXPERIENCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Experience} \runsubsection{Facebook} \descript{| Software Engineer } \location{Jan 2015 - Present | New York, NY} \sectionsep \runsubsection{Coursera} \descript{| KPCB Fellow + Software Engineering Intern } \location{June 2014 – Sep 2014 | Mountain View, CA} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item 52 out of 2500 applicants chosen to be a KPCB Fellow 2014. \item Led and shipped Yoda - the admin interface for the new Phoenix platform. \item Full-stack developer - Wrote and reviewed code for JS using Backbone, Jade, Stylus and Require and Scala using Play \end{tightemize} \sectionsep \runsubsection{Google} \descript{| Software Engineering Intern } \location{May 2013 – Aug 2013 | Mountain View, CA} \begin{tightemize} \item Worked on the YouTube Captions team, in Javascript and Python to plan, to design and develop the full stack to add and edit Automatic Speech Recognition captions. In production. \item Created a backbone.js-like framework for the Captions editor. \end{tightemize} \sectionsep \runsubsection{Phabricator} \descript{| Open Source Contributor \& Team Leader} \location{Jan 2013 – May 2013 | Palo Alto, CA \& Ithaca, NY} \begin{tightemize} \item Phabricator is used daily by Facebook, Dropbox, Quora, Asana and more. \item I created the Meme generator and more in PHP and Shell. \item Led a team from MIT, Cornell, IC London and UHelsinki for the project. \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % RESEARCH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Research} \runsubsection{Cornell Robot Learning Lab} \descript{| Researcher} \location{Jan 2014 – Jan 2015 | Ithaca, NY} Worked with \textbf{\href{http://www.cs.cornell.edu/~ashesh/}{Ashesh Jain}} and \textbf{\href{http://www.cs.cornell.edu/~asaxena/}{Prof Ashutosh Saxena}} to create \textbf{PlanIt}, a tool which learns from large scale user preference feedback to plan robot trajectories in human environments. \sectionsep \runsubsection{Cornell Phonetics Lab} \descript{| Head Undergraduate Researcher} \location{Mar 2012 – May 2013 | Ithaca, NY} Led the development of \textbf{QuickTongue}, the first ever breakthrough tongue-controlled game with \textbf{\href{http://conf.ling.cornell.edu/~tilsen/}{Prof Sam Tilsen}} to aid in Linguistics research. \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AWARDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Awards} \begin{tabular}{rll} 2014 & top 52/2500 & KPCB Engineering Fellow\\ 2014 & 1\textsuperscript{st}/50 & Microsoft Coding Competition, Cornell\\ 2013 & National & Jump Trading Challenge Finalist\\ 2013 & 7\textsuperscript{th}/120 & CS 3410 Cache Race Bot Tournament \\ 2012 & 2\textsuperscript{nd}/150 & CS 3110 Biannual Intra-Class Bot Tournament \\ 2011 & National & Indian National Mathematics Olympiad (INMO) Finalist \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PUBLICATIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Publications} \renewcommand\refname{\vskip -1.5cm} % Couldn't get this working from the .cls file \bibliographystyle{abbrv} \bibliography{publications} \nocite{*} \end{minipage} \end{document} \documentclass[]{article} ================================================ FILE: OpenFonts/publications.bib ================================================ @article{linguistics, author = "Sam Tilsen and Debarghya Das and Bruce McKee", title = "Real-time articulatory biofeedback with electromagnetic articulography", journal = "Linguistics Vanguard", year = "in press", DOI = "http://dx.doi.org/10.1002/andp.19053221004" } @article{ml, author = "Ashesh Jain and Debarghya Das and Ashutosh Saxena", title = "PlanIt: A Crowdsourcing Approach for Learning to Plan Paths from Large Scale Preference Feedback", journal = "Tech Report, ICRA", year = "in press", DOI = "http://arxiv.org/abs/1406.2616" } ================================================ FILE: OpenFonts/resume.tex ================================================ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Deedy - One Page Two Column Resume % LaTeX Template % Version 1.2 (16/9/2014) % % Original author: % Debarghya Das (http://debarghyadas.com) % % Original repository: % https://github.com/deedydas/Deedy-Resume % % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX % % This template uses several fonts not included with Windows/Linux by % default. If you get compilation errors saying a font is missing, find the line % on which the font is used and either change it to a font included with your % operating system or comment the line out to use the default font. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TODO: % 1. Integrate biber/bibtex for article citation under publications. % 2. Figure out a smoother way for the document to flow onto the next page. % 3. Add styling information for a "Projects/Hacks" section. % 4. Add location/address information % 5. Merge OpenFont and MacFonts as a single sty with options. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % CHANGELOG: % v1.1: % 1. Fixed several compilation bugs with \renewcommand % 2. Got Open-source fonts (Windows/Linux support) % 3. Added Last Updated % 4. Move Title styling into .sty % 5. Commented .sty file. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Known Issues: % 1. Overflows onto second page if any column's contents are more than the % vertical limit % 2. Hacky space on the first bullet point on the second column. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[]{deedy-resume-openfont} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % LAST UPDATED DATE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \lastupdated %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TITLE NAME % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \namesection{Gao}{Ce}{ \urlstyle{same}\href{mailto:whoami@whoareyou.com}{whoami@whoareyou.com} | 1111 1111 111 } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN ONE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.25\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Education} \subsection{Shanghai Jiao Tong University} \descript{MEng in Software Engineering} \location{2016.09-2019.03} \sectionsep \subsection{Shanghai Jiao Tong University} \descript{BE in Software Engineering} \descript{LLB in Law} \location{2012.09-2016.09} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LINKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Links} \sectionsep Blog:// \href{http://gaocegege.com/Blog}{\bf gaocegege.com/Blog} \\ (30000 visitors and 80000 pageviews totally) \\ Github:// \href{https://github.com/gaocegege}{\bf gaocegege} \\ (380+ followers) \\ LinkedIn:// \href{https://www.linkedin.com/in/gaocegege}{\bf gaocegege} \\ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % COURSEWORK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Skills} \sectionsep \subsection{Programming} \location{Over 5000 lines} Go \textbullet{} Python \textbullet{} C++ \textbullet{} Java \\ \location{1000 - 5000 lines} R \textbullet{} C \textbullet{} Scala \textbullet{} \LaTeX\ \\ \location{Less than 1000 lines} HTML \textbullet{} Javascript \textbullet{} MatLab \textbullet{} Shell \textbullet{} Processing \\ \sectionsep \subsection{Cloud Computing} \location{Familiar} Docker \textbullet{} Kubernetes \\ \location{Knowledge} Swarm \textbullet{} Moby \textbullet{} Linuxkit \textbullet{} HyperContainers \textbullet{} ClearContainers \textbullet{} Xen \textbullet{} KVM \textbullet{} Unikernel \\ \sectionsep \subsection{DevOps} \location{Familiar} Micro Services \textbullet{} Jenkins \textbullet{} Travis CI %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN TWO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{minipage} \hfill \begin{minipage}[t]{0.73\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EXPERIENCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Experience} \sectionsep \runsubsection{Google Summer of Code} \descript{Student Participant} \location{2017.05 - 2017.09 | Remote} \vspace{\topsep} \begin{tightemize} \item 1318 out of 20651 applicants\textbf{(6\%)} chosen to be a participant \item Implemented R language mode for Processing \item Cooperated with the community to support Processing libraries and R packages \item \href{https://github.com/gaocegege/Processing.R}{\bf Processing.R} has \textbf{70 stars} in GitHub, which becomes one of the most popular GSoC projects \end{tightemize} \sectionsep \runsubsection{Morgan Stanley} \descript{CIP Project Intern} \location{2017.02-2017.08 | Shanghai} \begin{tightemize} \item Optimized the scheduler in treadmill, which is the open source container management system \item Implemented scheduling logics similar to Kubernetes \end{tightemize} \sectionsep \runsubsection{TouchPal} \descript{Data Engineer(Intern) } \location{2015.09-2015.09 | Shanghai} \begin{tightemize} \item Migrated the web crawler code to the new architecture \end{tightemize} \sectionsep \runsubsection{Alipay} \descript{Java R\&D Engineer(Intern)} \location{2015.07-2015.09 | Hangzhou} \begin{tightemize} \item Worked in the international group \item Implemented some business logic and some logic about operation platform \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % RESEARCH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Projects and Papers} \sectionsep \runsubsection{\href{https://github.com/caicloud/cyclone}{\bf Cyclone}} \descript{Maintainer} \location{2016.11} \begin{tightemize} \item Cloud native continuous integration platform built for container workflow \item Joint Research with caicloud, got \textbf{440 stars} in GitHub \item Implemented YAML parser and Docker runtime \end{tightemize} \sectionsep \runsubsection{\href{https://github.com/gaocegege/scrala}{\bf Scrala}} \descript{Owner} \location{2015.12} \begin{tightemize} \item Spider framework inspired by scrapy \item Has \textbf{70 stars} in GitHub \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % OPEN SOURCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Open Source Contributions} \begin{tabular}{ll} \href{https://github.com/moby/moby/commits?author=gaocegege}{\bf moby/moby} & Implemented docker service ps -q option \\ \href{https://github.com/opencontainers/runc/commits?author=gaocegege}{\bf opencontainers/runc} & Fixed an upstream bug for \href{https://github.com/moby/moby/issues/27484}{moby/moby\#27484} \\ \href{https://github.com/pingcap/tidb/commits?author=gaocegege}{\bf pingcap/tidb} & Imported code coverage test; Implemented truncate function \\ \href{https://github.com/coala/coala-vs-code/commits/master?author=gaocegege}{\bf coala/coala-vs-code} & Visual Studio Code plugin maintainer \\ \href{https://github.com/weijianwen/SJTUThesis/commits?author=gaocegege}{\bf weijianwen/SJTUThesis} & Add English abstract for the template; \\ & Replace copyrighted fonts \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AWARDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Awards} \begin{tabular}{rll} 2017 & Scholarship & Intel \\ 2016 & 2nd Prize & 13th National Post-Graduate Mathematic Contest in Modeling \\ 2016 & 1st Prize & 7th China Students Service \\ & & Outsourcing Innovation \& Entrepreneurship Competition \\ 2015 & 2nd Prize & Interdisciplinary Contest In Modeling \\ 2015 & 1st Prize & National Mathematical Contest in Modeling \\ 2014 & 2nd Prize & DaZhongDianPing Geek Challenge \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PUBLICATIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \section{Publications} % \renewcommand\refname{\vskip -1.5cm} % Couldn't get this working from the .cls file % \bibliographystyle{abbrv} % \bibliography{publications} % \nocite{*} \end{minipage} \end{document} \documentclass[]{article} ================================================ FILE: OpenFonts.Chinese/deedy-resume-openfont.cls ================================================ % Intro Options \ProvidesClass{deedy-resume-openfont}[2014/04/30 CV class] \NeedsTeXFormat{LaTeX2e} \DeclareOption{print}{\def\@cv@print{}} \DeclareOption*{% \PassOptionsToClass{\CurrentOption}{article} } \ProcessOptions\relax \LoadClass{article} % Package Imports \usepackage[hmargin=1.25cm, vmargin=0.75cm]{geometry} \usepackage[hidelinks]{hyperref} % Publications \usepackage{cite} \renewcommand\refname{\vskip -1.5cm} % Color definitions \usepackage[usenames,dvipsnames]{xcolor} \definecolor{date}{HTML}{666666} \definecolor{primary}{HTML}{2b2b2b} \definecolor{headings}{HTML}{6A6A6A} \definecolor{subheadings}{HTML}{333333} % Set main fonts \usepackage{fontspec} \setmainfont[Color=primary, Path = fonts/source-han-serif/,BoldItalicFont=SourceHanSerifSC-Bold,BoldFont=SourceHanSerifSC-Bold,ItalicFont=SourceHanSerifSC-Bold]{SourceHanSerifSC-Regular} \setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/source-han-sans/]{SourceHanSansSC-ExtraLight} % Date command \usepackage[absolute]{textpos} \usepackage[UKenglish]{isodate} \setlength{\TPHorizModule}{1mm} \setlength{\TPVertModule}{1mm} \newcommand{\lastupdated}{\begin{textblock}{60}(155,5) \color{date}\fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-ExtraLight}\fontsize{8pt}{10pt}\selectfont Last Updated on \today \end{textblock}} % Name command \newcommand{\namesection}[3]{ \centering{ \fontsize{30pt}{30pt} \fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Bold}\selectfont #1 \fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Bold}\selectfont #2 } \\[5pt] \centering{ \color{headings} \fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Medium}\fontsize{11pt}{11pt}\selectfont #3} \noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}} \vspace{-15pt} } % Section seperators \usepackage{titlesec} \titlespacing{\section}{0pt}{0pt}{0pt} \titlespacing{\subsection}{0pt}{0pt}{0pt} \newcommand{\sectionsep}{\vspace{8pt}} % Headings command \titleformat{\section}{\color{headings} \scshape\fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Bold}\fontsize{16pt}{24pt}\selectfont \raggedright}{}{0em}{} % Subeadings command \titleformat{\subsection}{ \color{subheadings}\fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Medium}\fontsize{12pt}{12pt}\selectfont\bfseries}{}{0em}{} \newcommand{\runsubsection}[1]{ \color{subheadings}\fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Medium}\fontsize{12pt}{12pt}\selectfont\bfseries {#1} \normalfont} % Descriptors command \newcommand{\descript}[1]{ \color{subheadings}\raggedright\fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Regular}\fontsize{10pt}{10pt}\selectfont {#1 \\} \normalfont} % Location command \newcommand{\location}[1]{ \color{headings}\raggedright\fontspec[Path = fonts/source-han-serif/]{SourceHanSerifSC-Regular}\fontsize{10pt}{10pt}\selectfont {#1\\} \normalfont} % Bullet Lists with fewer gaps command \newenvironment{tightemize}{ \vspace{-\topsep}\begin{itemize}\itemsep1pt \parskip0pt \parsep0pt} {\end{itemize}\vspace{-\topsep}} ================================================ FILE: OpenFonts.Chinese/deedy_resume-openfont.xtx ================================================ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Deedy - One Page Two Column Resume % LaTeX Template % Version 1.2 (16/9/2014) % % Original author: % Debarghya Das (http://debarghyadas.com) % % Original repository: % https://github.com/deedydas/Deedy-Resume % % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX % % This template uses several fonts not included with Windows/Linux by % default. If you get compilation errors saying a font is missing, find the line % on which the font is used and either change it to a font included with your % operating system or comment the line out to use the default font. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TODO: % 1. Integrate biber/bibtex for article citation under publications. % 2. Figure out a smoother way for the document to flow onto the next page. % 3. Add styling information for a "Projects/Hacks" section. % 4. Add location/address information % 5. Merge OpenFont and MacFonts as a single sty with options. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % CHANGELOG: % v1.1: % 1. Fixed several compilation bugs with \renewcommand % 2. Got Open-source fonts (Windows/Linux support) % 3. Added Last Updated % 4. Move Title styling into .sty % 5. Commented .sty file. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Known Issues: % 1. Overflows onto second page if any column's contents are more than the % vertical limit % 2. Hacky space on the first bullet point on the second column. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[]{deedy-resume-openfont} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % LAST UPDATED DATE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \lastupdated %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TITLE NAME % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \namesection{Debarghya}{Das}{ \urlstyle{same}\href{http://debarghyadas.com}{debarghyadas.com}| \href{http://fb.co/dd}{fb.co/dd}\\ \href{mailto:deedy@fb.com}{deedy@fb.com} | 607.379.5733 | \href{mailto:dd367@cornell.edu}{dd367@cornell.edu} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN ONE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.33\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Education} \subsection{Cornell University} \descript{MEng in Computer Science} \location{Dec 2014 | Ithaca, NY} \sectionsep \subsection{Cornell University} \descript{BS in Computer Science} \location{May 2014 | Ithaca, NY} College of Engineering \\ Magna Cum Laude\\ \location{ Cum. GPA: 3.83 / 4.0 \\ Major GPA: 3.9 / 4.0} \sectionsep \subsection{La Martiniere for Boys} \location{Grad. May 2011| Kolkata, India} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LINKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Links} Facebook:// \href{https://facebook/dd}{\bf dd} \\ Github:// \href{https://github.com/deedydas}{\bf deedydas} \\ LinkedIn:// \href{https://www.linkedin.com/in/debarghyadas}{\bf debarghyadas} \\ YouTube:// \href{https://www.youtube.com/user/DeedyDash007}{\bf DeedyDash007} \\ Twitter:// \href{https://twitter.com/debarghya_das}{\bf @debarghya\_das} \\ Quora:// \href{https://www.quora.com/Debarghya-Das}{\bf Debarghya-Das} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % COURSEWORK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Coursework} \subsection{Graduate} Advanced Machine Learning \\ Open Source Software Engineering \\ Advanced Interactive Graphics \\ Compilers + Practicum \\ Cloud Computing \\ Evolutionary Computation \\ Defending Computer Networks \\ Machine Learning \\ \sectionsep \subsection{Undergraduate} Information Retrieval \\ Operating Systems \\ Artificial Intelligence + Practicum \\ Functional Programming \\ Computer Graphics + Practicum \\ {\footnotesize \textit{\textbf{(Research Asst. \& Teaching Asst 2x) }}} \\ Unix Tools and Scripting \\ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Skills} \subsection{Programming} \location{Over 5000 lines:} Java \textbullet{} Shell \textbullet{} Python \textbullet{} Javascript \\ OCaml \textbullet{} Matlab \textbullet{} Rails \textbullet{} \LaTeX\ \\ \location{Over 1000 lines:} C \textbullet{} C++ \textbullet{} CSS \textbullet{} PHP \textbullet{} Assembly \\ \location{Familiar:} AS3 \textbullet{} iOS \textbullet{} Android \textbullet{} MySQL \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN TWO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{minipage} \hfill \begin{minipage}[t]{0.66\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EXPERIENCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Experience} \runsubsection{Facebook} \descript{| Software Engineer } \location{Jan 2015 - Present | New York, NY} \sectionsep \runsubsection{Coursera} \descript{| KPCB Fellow + Software Engineering Intern } \location{June 2014 – Sep 2014 | Mountain View, CA} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item 52 out of 2500 applicants chosen to be a KPCB Fellow 2014. \item Led and shipped Yoda - the admin interface for the new Phoenix platform. \item Full-stack developer - Wrote and reviewed code for JS using Backbone, Jade, Stylus and Require and Scala using Play \end{tightemize} \sectionsep \runsubsection{Google} \descript{| Software Engineering Intern } \location{May 2013 – Aug 2013 | Mountain View, CA} \begin{tightemize} \item Worked on the YouTube Captions team, in Javascript and Python to plan, to design and develop the full stack to add and edit Automatic Speech Recognition captions. In production. \item Created a backbone.js-like framework for the Captions editor. \end{tightemize} \sectionsep \runsubsection{Phabricator} \descript{| Open Source Contributor \& Team Leader} \location{Jan 2013 – May 2013 | Palo Alto, CA \& Ithaca, NY} \begin{tightemize} \item Phabricator is used daily by Facebook, Dropbox, Quora, Asana and more. \item I created the Meme generator and more in PHP and Shell. \item Led a team from MIT, Cornell, IC London and UHelsinki for the project. \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % RESEARCH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Research} \runsubsection{Cornell Robot Learning Lab} \descript{| Researcher} \location{Jan 2014 – Jan 2015 | Ithaca, NY} Worked with \textbf{\href{http://www.cs.cornell.edu/~ashesh/}{Ashesh Jain}} and \textbf{\href{http://www.cs.cornell.edu/~asaxena/}{Prof Ashutosh Saxena}} to create \textbf{PlanIt}, a tool which learns from large scale user preference feedback to plan robot trajectories in human environments. \sectionsep \runsubsection{Cornell Phonetics Lab} \descript{| Head Undergraduate Researcher} \location{Mar 2012 – May 2013 | Ithaca, NY} Led the development of \textbf{QuickTongue}, the first ever breakthrough tongue-controlled game with \textbf{\href{http://conf.ling.cornell.edu/~tilsen/}{Prof Sam Tilsen}} to aid in Linguistics research. \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AWARDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Awards} \begin{tabular}{rll} 2014 & top 52/2500 & KPCB Engineering Fellow\\ 2014 & 1\textsuperscript{st}/50 & Microsoft Coding Competition, Cornell\\ 2013 & National & Jump Trading Challenge Finalist\\ 2013 & 7\textsuperscript{th}/120 & CS 3410 Cache Race Bot Tournament \\ 2012 & 2\textsuperscript{nd}/150 & CS 3110 Biannual Intra-Class Bot Tournament \\ 2011 & National & Indian National Mathematics Olympiad (INMO) Finalist \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PUBLICATIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Publications} \renewcommand\refname{\vskip -1.5cm} % Couldn't get this working from the .cls file \bibliographystyle{abbrv} \bibliography{publications} \nocite{*} \end{minipage} \end{document} \documentclass[]{article} ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-Bold.otf ================================================ [File too large to display: 16.2 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-ExtraLight.otf ================================================ [File too large to display: 14.4 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-Heavy.otf ================================================ [File too large to display: 16.5 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-Light.otf ================================================ [File too large to display: 15.5 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-Medium.otf ================================================ [File too large to display: 15.7 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-Normal.otf ================================================ [File too large to display: 15.6 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-sans/SourceHanSansSC-Regular.otf ================================================ [File too large to display: 15.7 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-Bold.otf ================================================ [File too large to display: 23.5 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-ExtraLight.otf ================================================ [File too large to display: 20.3 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-Heavy.otf ================================================ [File too large to display: 21.9 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-Light.otf ================================================ [File too large to display: 22.4 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-Medium.otf ================================================ [File too large to display: 22.8 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-Regular.otf ================================================ [File too large to display: 22.5 MB] ================================================ FILE: OpenFonts.Chinese/fonts/source-han-serif/SourceHanSerifSC-SemiBold.otf ================================================ [File too large to display: 22.8 MB] ================================================ FILE: OpenFonts.Chinese/publications.bib ================================================ @article{linguistics, author = "Sam Tilsen and Debarghya Das and Bruce McKee", title = "Real-time articulatory biofeedback with electromagnetic articulography", journal = "Linguistics Vanguard", year = "in press", DOI = "http://dx.doi.org/10.1002/andp.19053221004" } @article{ml, author = "Ashesh Jain and Debarghya Das and Ashutosh Saxena", title = "PlanIt: A Crowdsourcing Approach for Learning to Plan Paths from Large Scale Preference Feedback", journal = "Tech Report, ICRA", year = "in press", DOI = "http://arxiv.org/abs/1406.2616" } ================================================ FILE: OpenFonts.Chinese/resume.tex ================================================ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Deedy - One Page Two Column Resume % LaTeX Template % Version 1.2 (16/9/2014) % % Original author: % Debarghya Das (http://debarghyadas.com) % % Original repository: % https://github.com/deedydas/Deedy-Resume % % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX % % This template uses several fonts not included with Windows/Linux by % default. If you get compilation errors saying a font is missing, find the line % on which the font is used and either change it to a font included with your % operating system or comment the line out to use the default font. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TODO: % 1. Integrate biber/bibtex for article citation under publications. % 2. Figure out a smoother way for the document to flow onto the next page. % 3. Add styling information for a "Projects/Hacks" section. % 4. Add location/address information % 5. Merge OpenFont and MacFonts as a single sty with options. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % CHANGELOG: % v1.1: % 1. Fixed several compilation bugs with \renewcommand % 2. Got Open-source fonts (Windows/Linux support) % 3. Added Last Updated % 4. Move Title styling into .sty % 5. Commented .sty file. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Known Issues: % 1. Overflows onto second page if any column's contents are more than the % vertical limit % 2. Hacky space on the first bullet point on the second column. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[]{deedy-resume-openfont} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % LAST UPDATED DATE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \lastupdated %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TITLE NAME % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \namesection{高}{策}{ \urlstyle{same}\href{mailto:whoami@whoareyou.com}{whoami@whoareyou.com} | 1111 1111 111 } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN ONE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.25\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{教育经历} \sectionsep \subsection{上海交通大学} \descript{硕士学位,主修软件工程} \location{2016.09-2019.03} \sectionsep \subsection{上海交通大学} \descript{学士学位,主修软件工程} \descript{辅修法学} \location{2012.09-2016.09} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LINKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{链接} \sectionsep Blog:// \href{http://gaocegege.com/Blog}{\bf gaocegege.com/Blog} \\ (总计 3 万访客,8 万阅读量) \\ Github:// \href{https://github.com/gaocegege}{\bf gaocegege} \\ (380+ 关注者) \\ LinkedIn:// \href{https://www.linkedin.com/in/gaocegege}{\bf gaocegege} \\ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % COURSEWORK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \section{修读课程} % \subsection{Graduate} % Advanced Machine Learning \\ % Open Source Software Engineering \\ % Advanced Interactive Graphics \\ % Compilers + Practicum \\ % Cloud Computing \\ % Evolutionary Computation \\ % Defending Computer Networks \\ % Machine Learning \\ % \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SKILLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{技能} \sectionsep \subsection{编程} \location{超过 5000 行} Go \textbullet{} Python \textbullet{} C++ \textbullet{} Java \\ \location{1000 - 5000 行} R \textbullet{} C \textbullet{} Scala \textbullet{} \LaTeX\ \\ \location{低于 1000 行} HTML \textbullet{} Javascript \textbullet{} MatLab \textbullet{} Shell \textbullet{} Processing \\ \sectionsep \subsection{云计算} \location{一般} Docker \textbullet{} Kubernetes \\ \location{了解} Swarm \textbullet{} Moby \textbullet{} Linuxkit \textbullet{} HyperContainers \textbullet{} ClearContainers \textbullet{} Xen \textbullet{} KVM \textbullet{} Unikernel \\ \sectionsep \subsection{DevOps} \location{一般} 微服务 \textbullet{} Jenkins \textbullet{} Travis CI %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % COLUMN TWO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{minipage} \hfill \begin{minipage}[t]{0.73\textwidth} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EXPERIENCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{实习经历} \sectionsep \runsubsection{谷歌编程之夏} \descript{学生参与者} \location{2017.05 - 2017.09 | 远程} \vspace{\topsep} \begin{tightemize} \item 共有 20651 个注册学生,其中 1318 个申请被谷歌接收,\textbf{接收率 6\%} \item 为 Processing 基金会实现了对 Processing 的 R 语言支持 \item 与社区紧密合作,实现对 Processing 库的支持和对 R 包的支持 \item 所做项目 \href{https://github.com/gaocegege/Processing.R}{\bf Processing.R} 在 GitHub 上获得 \textbf{70 stars},成为本次编程之夏 star 最多的项目 \end{tightemize} \sectionsep \runsubsection{摩根士丹利} \descript{CIP 项目实习生} \location{2017.02-2017.08 | 上海} \begin{tightemize} \item 优化开源容器调度管理框架 treadmill 的调度器 \item 实现与 Kubernetes 类似的调度模型,同时保留自身的树形结构 \end{tightemize} \sectionsep \runsubsection{上海触宝信息技术有限公司} \descript{数据工程师(实习)} \location{2015.09-2015.09 | 上海} \begin{tightemize} \item 移植爬虫代码到新的平台,优化重写部分过期的爬虫 \end{tightemize} \sectionsep \runsubsection{蚂蚁金服(杭州)网络技术有限公司} \descript{Java 研发工程师(实习)} \location{2015.07-2015.09 | 杭州} \begin{tightemize} \item 在支付宝国际事业团队从事海外直购业务开发 \item 实现部分包裹清关的逻辑和后台管理的逻辑 \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % RESEARCH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{项目与论文} \sectionsep \runsubsection{\href{https://github.com/caicloud/cyclone}{\bf Cyclone}} \descript{Maintainer} \location{2016.11} \begin{tightemize} \item 基于 Docker 的持续集成与持续部署系统 \item 本科毕业设计,与才云科技合作开发,在 GitHub 上获得 \textbf{440 stars} \item 调研其他开源实现,确定工作流程和架构选型,实现 YAML parser 和 Docker 的运行时集成 \end{tightemize} \sectionsep \runsubsection{\href{https://github.com/gaocegege/scrala}{\bf Scrala}} \descript{Owner} \location{2015.12} \begin{tightemize} \item 使用 scala 实现的爬虫框架,灵感来自 scrapy \item 在 GitHub 上获得 \textbf{70 stars} \item 底层使用 Actor 模型取代 Python 中的异步模型 \end{tightemize} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % OPEN SOURCE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{开源贡献} \begin{tabular}{ll} \href{https://github.com/moby/moby/commits?author=gaocegege}{\bf moby/moby} & 实现 docker service ps -q 参数,与 swarmkit 更好集成 \\ \href{https://github.com/opencontainers/runc/commits?author=gaocegege}{\bf opencontainers/runc} & 为了修复 \href{https://github.com/moby/moby/issues/27484}{moby/moby\#27484} 对上游进行的修改 \\ \href{https://github.com/pingcap/tidb/commits?author=gaocegege}{\bf pingcap/tidb} & 在 travis 里引入了覆盖率测试; 实现 truncate 函数 \\ \href{https://github.com/coala/coala-vs-code/commits/master?author=gaocegege}{\bf coala/coala-vs-code} & Visual Studio Code 上的插件,项目 maintainer \\ \href{https://github.com/weijianwen/SJTUThesis/commits?author=gaocegege}{\bf weijianwen/SJTUThesis} & 为学士论文模板添加英文大摘要; 替换版权字体 \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AWARDS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{所获奖项} \begin{tabular}{rll} 2017 & 奖学金 & 因特尔奖学金 \\ 2016 & 二等奖 & 第十三届全国研究生数学建模竞赛 \\ 2016 & 一等奖 & 第七届中国大学生服务外包创新创业大赛 \\ 2015 & 二等奖 & 美国大学生数学建模竞赛 \\ 2015 & 一等奖 & 中国大学生数学建模竞赛上海赛区 \\ 2014 & 二等奖/杰出个人 & 大众点评校园 Hackathon \\ \end{tabular} \sectionsep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PUBLICATIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \section{Publications} % \renewcommand\refname{\vskip -1.5cm} % Couldn't get this working from the .cls file % \bibliographystyle{abbrv} % \bibliography{publications} % \nocite{*} \end{minipage} \end{document} \documentclass[]{article} ================================================ FILE: README.md ================================================ Deedy-Resume-For-Chinese ========================= [](https://gitter.im/gaocegege/Deedy-Resume-For-Chinese?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [Deedy-Resume](https://github.com/deedydas/Deedy-Resume) 的中文支持版本,适合应届毕业生使用。与其他相比,该模板: 1. 实现简单,便于改写 2. 两栏式设计,可以将简历保持在一页 但与此同时,也带来了整体略显凌乱,容易抓不住重点等问题,个人建议可配合加粗重点内容来使用。 目前有三种字体支持,其中 `OpenFonts` 是开源英文字体,不支持中文简历;`OpenFonts.Chinese` 是开源中文字体;`MacFonts` 是 MacOS 所带字体,目前对此不维护。 ## Preview ### OpenFonts for Chinese 中文字体方面,选择了[思源黑体](https://github.com/adobe-fonts/source-han-sans)和[思源宋体](https://github.com/adobe-fonts/source-han-serif),是目前比较流行的开源字体选择。