forked from wodeni/nimo-markdown-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/wodeni/nimo-markdown-cv
- Loading branch information
Showing
7 changed files
with
76 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
source 'https://rubygems.org' | ||
gem 'jekyll-assets', "~> 2.4.0" | ||
gem "jekyll-pdf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<div id="contact-info"> | ||
|
||
{% if page.homepage %} | ||
<i class="fi-home" style="margin-left:1em"></i> | ||
<a href="{{ page.homepage.url }}" style="margin-left:0.5em"> {{ page.homepage.text }}</a> | ||
{% endif %} | ||
|
||
{% if page.email %} | ||
<i class="fi-mail" style="margin-left:1em"></i> | ||
<a href="{{ page.email.url }}" style="margin-left:0.5em">{{ page.email.text }}</a> | ||
{% endif %} | ||
|
||
{% if page.phone %} | ||
<i class="fi-telephone" style="margin-left:1em"></i> | ||
{{ page.phone }} | ||
{% endif %} | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<body> | ||
<div id="main"> | ||
<div id="content"> | ||
{{ content }} | ||
{{ content }} | ||
</div> | ||
</div> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,52 @@ | ||
--- | ||
layout: cv | ||
title: Wode "Nimo" Ni | ||
pdf: true | ||
email: | ||
url: mailto:[email protected] | ||
text: [email protected] | ||
homepage: | ||
url: http://cs.cmu.edu/~woden | ||
text: cs.cmu.edu/~woden | ||
--- | ||
# Wode __Ni__ | ||
|
||
<div id="webaddress"> | ||
<i class="fi-home" style="margin-left:1em"></i> | ||
<a href="http://www.cs.cmu.edu/~woden" style="margin-left:0.5em">cs.cmu.edu/~woden</a> | ||
<i class="fi-mail" style="margin-left:1em"></i> | ||
<a href="[email protected]" style="margin-left:0.5em">[email protected]</a> | ||
</div> | ||
# Wode **Ni** | ||
|
||
<!-- | ||
include contact information from the front matter | ||
Supported arguments: | ||
- homepage: url, text | ||
- phone | ||
--> | ||
|
||
{% include cv-contact.html %} | ||
|
||
## Education | ||
|
||
### __Carnegie Mellon University__ `2018.9 -` | ||
### **Carnegie Mellon University** `2018.9 -` | ||
|
||
``` | ||
Pittsburgh, PA | ||
``` | ||
|
||
- Ph.D. in Software Engineering | ||
- Co-advised by [Ken Koedinger](http://pact.cs.cmu.edu/koedinger.html) and [Josh Sunshine](http://www.cs.cmu.edu/~jssunshi/) | ||
|
||
### __Columbia University__ `2016.9 - 2018.5` | ||
### **Columbia University** `2016.9 - 2018.5` | ||
|
||
``` | ||
New York, NY | ||
``` | ||
|
||
- B.S. in Computer Science, _Magna Cum Laude_ | ||
- Vision, Graphics track | ||
|
||
### __Dickinson College__ `2013.9 - 2016.5` | ||
### **Dickinson College** `2013.9 - 2016.5` | ||
|
||
``` | ||
Carlisle, PA | ||
``` | ||
|
||
- B.S. in Computer Science, _Summa Cum Laude_ | ||
- Computer Science Departmental Honors | ||
|
||
|
@@ -64,43 +79,56 @@ __Wode Ni\*__, Katherine Ye\*, Joshua Sunshine, Jonathan Aldrich, and Keenan Cra | |
[[www](http://penrose.ink)] | ||
[[repo](https://github.com/penrose/penrose)] | ||
|
||
### [__Whiteboard Scanning Using Super-Resolution__](http://scholar.dickinson.edu/student_honors/221/) | ||
__Wode Ni__.<br> _Dickinson College Honors Theses. Paper 221._<br> | ||
### [**Whiteboard Scanning Using Super-Resolution**](http://scholar.dickinson.edu/student_honors/221/) | ||
|
||
**Wode Ni**.<br> _Dickinson College Honors Theses. Paper 221._<br> | ||
[[PDF](assets/superres.pdf)] | ||
|
||
## Experience | ||
|
||
### __Carnegie Mellon University, Research Experiences for Undergraduate__ `2017.5 - 2017.8` | ||
### **Carnegie Mellon University, Research Experiences for Undergraduate** `2017.5 - 2017.8` | ||
|
||
_Research Assistant_<br> | ||
__Penrose__ is a system that automatically visualizes mathematics using two domain-specific languages: __Substance__ and __Style__. Co-advised by [Jonathan Aldrich](https://www.cs.cmu.edu/~./aldrich/), [Keenan Crane](https://www.cs.cmu.edu/~kmcrane/), [Joshua Sunshine](http://www.cs.cmu.edu/~jssunshi/), and [Katherine Ye](https://www.cs.cmu.edu/~kqy/), I designed and implemented the Style language, and extended the Substance language to support functions and logically quantified statements. | ||
**Penrose** is a system that automatically visualizes mathematics using two domain-specific languages: **Substance** and **Style**. Co-advised by [Jonathan Aldrich](https://www.cs.cmu.edu/~./aldrich/), [Keenan Crane](https://www.cs.cmu.edu/~kmcrane/), [Joshua Sunshine](http://www.cs.cmu.edu/~jssunshi/), and [Katherine Ye](https://www.cs.cmu.edu/~kqy/), I designed and implemented the Style language, and extended the Substance language to support functions and logically quantified statements. | ||
|
||
### **Columbia University, Computer Graphics and User Interfaces Lab** `2017.1 - 2017.5` | ||
|
||
### __Columbia University, Computer Graphics and User Interfaces Lab__ `2017.1 - 2017.5` | ||
_Research Assistant_<br> | ||
Worked with prof. Steven Feiner, on __Cyber Affordance Visualization in Augumented Reality__ project. Developed a Microsoft Hololens application that visualizes the Columbia campus in AR environment. | ||
Worked with prof. Steven Feiner, on **Cyber Affordance Visualization in Augumented Reality** project. Developed a Microsoft Hololens application that visualizes the Columbia campus in AR environment. | ||
|
||
### **AsiaInfo** `2015.6 - 2015.8` | ||
|
||
### __AsiaInfo__ `2015.6 - 2015.8` | ||
_Software Engineering Intern_<br> | ||
Worked on server-side web applications and server deployment tools. | ||
|
||
## Advising | ||
|
||
Max Krieger (CMU, independent research & [REUSE](https://www.cmu.edu/scs/isr/reuse/)) `CMU, 2018 - Now` <br> | ||
Courtney Miller (New College of Florida, [REUSE](https://www.cmu.edu/scs/isr/reuse/)) `CMU, 2019` <br> | ||
Anael Kuperwajs Cohen (Macalester College, [REUSE](https://www.cmu.edu/scs/isr/reuse/)) `CMU, 2019` <br> | ||
|
||
## Teaching | ||
|
||
Teaching Assistant, __Programming Languages and Translators (COMS 4115)__ `Columbia, 2017 - 2018` <br> | ||
Teaching Assistant, __Introduction to Java II (COMP 132)__ `Dickinson, 2016` <br> | ||
Peer Tutor, __Data Structures and Problem Solving (COMP 232)__ `Dickinson, 2016` <br> | ||
Teaching Assistant, **Programming Languages and Translators (COMS 4115)** `Columbia, 2017 - 2018` <br> | ||
Teaching Assistant, **Introduction to Java II (COMP 132)** `Dickinson, 2016` <br> | ||
Peer Tutor, **Data Structures and Problem Solving (COMP 232)** `Dickinson, 2016` <br> | ||
Computer Lab Consultant `Dickinson, 2014 - 2016` <br> | ||
|
||
|
||
## Honors & Awards | ||
|
||
Phi Beta Kappa `Dickinson, 2018` <br> | ||
Excellence in Computer Science Award `Columbia, 2018` <br> | ||
Tau Beta Pi, Engineering Honor Society `Columbia, 2017` <br> | ||
Computer Science Departmental Honors `Dickinson, 2016` <br> | ||
Pi Mu Epsilon, Mathematics Honor Society `Dickinson, 2016` <br> | ||
Upsilon Pi Epsilon, Computer Science Honor Society `Dickinson, 2016` <br> | ||
Upsilon Pi Epsilon, Computer Science Honor Society `Dickinson, 2016` <br> | ||
Alpha Lambda Delta, First year Honor Society `Dickinson, 2013`<br> | ||
John Montgomery Scholarship `Dickinson, 2013` <br> | ||
Travel Award for [SPLASH'18](https://2018.splashcon.org/track/splash-2018-PLMW?track=SPLASH%20PLMW) | ||
|
||
## Service | ||
|
||
Research Experiences for Undergraduates in Software Engineering (REUSE) Program Admission Committee `CMU, 2019` | ||
|
||
<!-- ### Footer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters