Skip to content

Commit 8b025bb

Browse files
committed
Website Redesign 1.0
1 parent 33b3f73 commit 8b025bb

File tree

311 files changed

+13949
-547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+13949
-547
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Martin Saveski's Website
1+
# Julia Di's Website
2+
3+
Template adapted from Martin Saveski's website
24

35
## Updates guide
46
Change one of the files in `_data`, unless you are changing the look of the website.
@@ -17,9 +19,6 @@ mkdir public_html
1719
./__deploy.sh
1820
```
1921

20-
More info on the [Media Lab wiki](http://wiki.media.mit.edu/view/Necsys/WebPagePersonal).
21-
22-
2322
## External Libraries
2423
- Framework: [Jekyll](http://jekyllrb.com/)
2524
- CSS

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
source: .
22
destination: ./_site
33
includes: ./_includes
4-
baseurl: /~msaveski
4+
baseurl: /~juliadi
55

66
collections:
77
projects:
88
output: true
9+
10+
# Other options
11+
#permalink: blog/:year/:month/:title
12+
excerpt_separator: <!--more-->

_data/experience.yaml

+36-35
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
11
experiences:
2-
- place: "MIT Media Lab"
3-
time: "2014 - now"
4-
title: "Ph.D. Student"
5-
subtitle: "Laboratory for Social Machines"
6-
category: "school"
72

8-
- place: "Facebook"
9-
time: "Summer 2019"
10-
title: "Research Scientist, Intern"
11-
subtitle: "Core Data Science"
3+
- place: "AIAA"
4+
time: "March 2020"
5+
title: "Women of Aeronautics and Astronautics, <br/> Vice-Chair"
6+
subtitle: "Back to doing what I love most: <br/> helping the next generation!"
127
category: "work"
138

14-
- place: "LinkedIn"
15-
time: "Summer 2016"
16-
title: "Research Scientist, Intern"
17-
subtitle: "Experimentation Group"
18-
category: "work"
9+
- place: "Stanford University"
10+
time: "January 2020"
11+
title: "Overcame grad school depression"
12+
subtitle: "I had a rough first 1.5 years of grad school"
13+
category: "school"
1914

20-
- place: "Amazon"
21-
time: "Summer 2014"
22-
title: "Machine Learning Scientist, Intern"
23-
subtitle: "Scalable Machine Learning Group"
24-
category: "work"
15+
- place: "Stanford University"
16+
time: "2018 - now"
17+
title: "Ph.D. Student"
18+
subtitle: "Turned down my dream lab <br/> to attend Stanford for personal reasons"
19+
category: "school"
2520

26-
- place: "Yahoo! Labs"
27-
time: "Feb-Aug 2013"
28-
title: "Research Scientist, Intern"
29-
subtitle: "Social Media Engagement Group"
21+
- place: "Mountain View, CA"
22+
time: "Summer 2017"
23+
title: "First Love"
24+
subtitle: "Met my first love from college"
3025
category: "work"
3126

32-
- place: "EM-DMKM"
33-
time: "Sep 2011Aug 2013"
34-
title: "M.Sc. Student"
35-
subtitle: "Masters in Data Mining and Knowledge Management <br/> Year 1: University Pierre et Marie Curie <br/> Year 2: Universitat Politecnica de Catalunya <br/>"
27+
- place: "Columbia University"
28+
time: "Sep 2014May 2018"
29+
title: "Graduation (magna cum laude)"
30+
subtitle: "B.S. in Electrical Engineering <br/> Minor: Computer Science <br/>"
3631
category: "school"
3732

38-
- place: "Jozef Stefan Institute"
39-
time: "Jan-Aug 2011"
40-
title: "Research Assistant"
41-
subtitle: "Department of Knowledge Technologies"
33+
- place: "NASA MSFC"
34+
time: "Summer 2016"
35+
title: "Research Associate, <br/> Flight Robotics Laboratory"
36+
subtitle: "This was my first robotics internship!"
4237
category: "work"
4338

44-
- place: "Staffordshire University"
45-
time: "Sep 2007 - Jun 2010"
46-
title: "B.Sc. Student"
47-
subtitle: "Computing Science <br/> First Class Honours"
39+
- place: "Columbia Space Initiative"
40+
time: "Sept. 27, 2015"
41+
title: "Co-Founder, Co-President"
42+
subtitle: "Started an organization that defined my college years"
43+
category: "school"
44+
45+
- place: "Columbia University"
46+
time: "Spring 2015"
47+
title: "Decided to pursue engineering in college"
48+
subtitle: "instead of writing and the arts"
4849
category: "school"

_data/main_info.yaml

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
name: "Martin Saveski"
2-
title: "PhD Student, MIT Media Lab"
3-
email: "msaveski [AT] mit.edu"
4-
profile_pic: "/assets/profile-pics/30_large.jpg"
5-
twitter: "https://twitter.com/msaveski"
6-
linkedin: "https://www.linkedin.com/in/msaveski"
7-
github: "https://github.com/msaveski"
8-
google_scholar: "https://scholar.google.com/citations?user=M3D870YAAAAJ&hl=en"
9-
google_analystics_tracking_id: 'UA-46778883-1'
1+
name: "Julia Di"
2+
title: "Artist & Engineer"
3+
position: "Robotics PhD Student <br/> Stanford University"
4+
email: "mailto: [email protected]"
5+
profile_pic: "/assets/images/profile.png"
6+
twitter: "https://twitter.com/astroboticist"
7+
instagram: "https://instagram.com/astroboticist"
8+
instagram-art: "https://instagram.com/j.disign"
9+
linkedin: "https://www.linkedin.com/in/JuliaDi"
10+
github: "https://github.com/JuliaDi"
11+
CV: "/assets/cv/CV.pdf"
12+
google_scholar: "https://scholar.google.com/citations?hl=en&user=v4SvcqsAAAAJ"
13+
google_analystics_tracking_id: 'UA-173589951-1'

_data/projects.yaml

+5-51
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,8 @@
11
projects:
2-
- title: "Detecting Network Effects"
3-
subtitle: "Randomizing Over Randomized Experiments"
4-
thumbnail: "assets/projects/2016_network-ab/thumbnail.jpg"
5-
url: "projects/2016_network-ab-testing.html"
6-
selected: y
72

8-
- title: "Human Atlas"
9-
subtitle: "Tool for Mapping Social Networks"
10-
thumbnail: "assets/projects/2016_human-atlas/thumbnail.png"
11-
url: "projects/2016_human-atlas.html"
12-
selected: y
13-
14-
- title: "Responsive Communities"
15-
subtitle: "Pilot project in Jun, Spain"
16-
thumbnail: "assets/projects/2015_jun/thumbnail.png"
17-
url: "projects/2015_jun.html"
18-
selected: y
19-
20-
- title: "Cold-Start Recommendations"
21-
subtitle: "Learning Local Collective Embeddings"
22-
thumbnail: "assets/projects/2014_item-cold-start/thumbnail.jpg"
23-
url: "projects/2014_item-cold-start.html"
24-
selected: n
25-
26-
- title: "Semi-supervised Learning"
27-
subtitle: "Iterative Hybrid Algorithm"
28-
thumbnail: "assets/projects/2013_iterative-hybrid-algorithm/thumbnail.jpg"
29-
url: "projects/2013_iterative-hybrid-algorithm.html"
30-
selected: n
31-
32-
- title: "Twitter Sentiment Analysis"
33-
subtitle: "Analyzing Financial Tweets"
34-
thumbnail: "assets/projects/2011_twitter-sentiment-analysis/thumbnail.png"
35-
url: "projects/2011_twitter-sentiment-analysis.html"
36-
selected: n
37-
38-
- title: "Wordnet Construction"
39-
subtitle: "Automatic Wordnet Construction using Language Models"
40-
thumbnail: "assets/projects/2010_wordnet-construction/thumbnail.jpg"
41-
url: "projects/2010_wordnet-contruction.html"
42-
selected: n
43-
44-
- title: "Fingerprint Verification"
45-
subtitle: "Image processing class project"
46-
thumbnail: "assets/projects/2010_fingerprint-verification/thumbnail.png"
47-
url: "projects/2010_fingerprint-verification.html"
48-
selected: n
49-
50-
- title: "Connect Four AI Agent"
51-
subtitle: "Iterative deepening and alpha-beta pruning"
52-
thumbnail: "assets/projects/2009_connect-four/thumbnail.png"
53-
url: "projects/2009_connect-four.html"
3+
- title: "Spyndra 1.0"
4+
subtitle: :An Open-Source Proprioceptive Robot for Studies in Machine Self-Awareness"
5+
thumbnail: "assets/projects/2018_spyndra/thumbnail.jpg"
6+
url: "projects/2018_spyndra.html"
547
selected: n
8+
art: n

_data/publications.yaml

+21-89
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,27 @@
11
papers:
22

3-
- title: "Testing for Arbitrary Interference on Experimentation Platforms."
4-
authors: "Jean Pouget-Abadie, Guillaume Saint-Jacques<sup>‡</sup>, <b>Martin Saveski<sup>‡</sup></b>, Weitao Duan, Souvik Ghosh, Ya Xu, Edo Airoldi"
5-
venue: "Biometrika. 2019."
6-
paper_pdf: "/assets/publications/2019_biometrika/paper.pdf"
7-
selected: y
8-
9-
- title: "Observational Causal Inference Using Network Information."
10-
authors: "Yan Leng, <b>Martin Saveski</b>, Alex ‘Sandy’ Pentland, Dean Eckles"
11-
venue: "NeurIPS'19, Workshop on Graph Representation Learning. 2019."
12-
selected: n
13-
14-
- title: "Me, My Echo Chamber, and I: Introspection on Social Media Polarization."
15-
authors: "Nabeel Gillani, Ann Yuan, <b>Martin Saveski</b>, Soroush Vosoughi, Deb Roy"
16-
venue: "WWW'18: International Conference on the World Wide Web. 2018. <b>(Honarable mention)</b>"
17-
paper_pdf: "/assets/publications/2018_social_mirror/paper.pdf"
18-
video: "https://drive.google.com/file/d/0B9-P1m1JkZA7UTRuMUFWcTNueXM/view"
19-
selected: y
20-
21-
- title: "Detecting Network Effects: Randomizing Over Randomized Experiments."
22-
authors: "<b>Martin Saveski<sup>‡</sup></b>, Jean Pouget-Abadie<sup>‡</sup>, Guillaume Saint-Jacques, Weitao Duan, Souvik Ghosh, Ya Xu, Edo Airoldi"
23-
venue: "KDD'17: International Conference on Knowledge Discovery and Data Mining. 2017. (Research Track)"
24-
paper_pdf: "/assets/publications/2017_detecting_network_effects/paper.pdf"
25-
slides: "/assets/publications/2017_detecting_network_effects/slides.pdf"
26-
video: "https://www.youtube.com/watch?v=1v5_CzdRVAc"
27-
selected: y
28-
29-
- title: "Human Atlas: A Tool for Mapping Social Networks."
30-
authors: "<b>Martin Saveski</b>, Eric Chu, Soroush Vosoughi, Deb Roy"
31-
venue: "WWW'16: International Conference on the World Wide Web. 2016. (Demo)"
32-
paper_pdf: "/assets/publications/2016_human_atlas/paper.pdf"
33-
video: "https://www.youtube.com/watch?v=OQOUHkJdA-U"
34-
selected: n
35-
36-
- title: "Topic Modeling in Twitter: Aggregating Tweets by Conversations"
37-
authors: "David Alvarez-Melis<sup>‡</sup>, <b>Martin Saveski<sup>‡</sup></b>"
38-
venue: "ICWSM'16: International AAAI Conference on Web and Social Media. 2016. (Short Paper)"
39-
paper_pdf: "/assets/publications/2016_twitter_topic_modeling/paper.pdf"
40-
poster: "/assets/publications/2016_twitter_topic_modeling/poster.pdf"
41-
selected: n
42-
43-
- title: "Tracking the Yak: An Empirical Study of Yik Yak."
44-
authors: "<b>Martin Saveski</b>, Sophie Chou, Deb Roy."
45-
venue: "ICWSM'16: International AAAI Conference on Web and Social Media. 2016. (Short Paper)"
46-
paper_pdf: "/assets/publications/2016_yikyak/paper.pdf"
47-
poster: "/assets/publications/2016_yikyak/poster.pdf"
48-
selected: n
49-
50-
- title: "One-Pass Ranking Models for Low-Latency Product Recommendations"
51-
authors: "Antonino Freno, <b>Martin Saveski</b>, Rodolphe Jenatton, Cédric Archambeau"
52-
venue: "KDD'15: International Conference on Knowledge Discovery and Data Mining. 2015. (Industry Track)"
53-
paper_pdf: "/assets/publications/2015_one_pass_ranking_models/paper.pdf"
54-
poster: "/assets/publications/2015_one_pass_ranking_models/poster.pdf"
55-
slides: "/assets/publications/2015_one_pass_ranking_models/slides.pdf"
56-
selected: y
57-
58-
- title: "Item Cold-Start Recommendations: Learning Local Collective Embeddings."
59-
authors: "<b>Martin Saveski</b>, Amin Mantrach."
60-
venue: "RecSys'14, ACM Conference Series on Recommender Systems. 2014."
61-
paper_pdf: "/assets/publications/2014_item_cold_start/paper.pdf"
62-
slides: "/assets/publications/2014_item_cold_start/slides.pdf"
63-
code: "https://github.com/msaveski/LCE"
64-
selected: y
65-
66-
- title: "The Geography of Online News Engagement"
67-
authors: "<b>Martin Saveski</b>, Daniele Quercia, Amin Mantrach"
68-
venue: "Socinfo'14: International Conference on Social Informatics. 2014."
69-
paper_pdf: "/assets/publications/2014_geography_of_news/paper.pdf"
3+
- title: "From the Lab Notebook: Observations on Tactile Sensing for Robotic Manipulation "
4+
authors: "<b>Julia Di</b>"
5+
venue: "Robotics: Science and Systems (2020)"
6+
paper_pdf: "/assets/publications/2020_retrospective/paper.pdf"
7+
slides: "https://docs.google.com/presentation/d/1zCKsdKma8-rMu14LsW1iBPuy6zN4gxDy1fSk2fSTh0E/edit?usp=sharing"
8+
video: "https://www.youtube.com/watch?v=J5W5c6HH71E"
9+
code:
7010
selected: n
7111

72-
- title: "Joint semi-supervised Learning of Hidden Conditional Random Fields and Hidden Markov Models"
73-
authors: "Yann Soullard, <b>Martin Saveski</b>, Thierry Artières"
74-
venue: "Pattern Recognition Letters. 2013."
75-
paper_pdf: "/assets/publications/2014_joint_semi_supervised_learning/paper.pdf"
76-
selected: y
77-
78-
- title: "Web Services for Stream Mining: A Stream-Based Active Learning Use Case"
79-
authors: "<b>Martin Saveski</b>, Miha Grčar"
80-
venue: "ECML'11, Workshop on Planning to Learn and Service-Oriented Knowledge Discovery. 2011."
81-
paper_pdf: "/assets/publications/2011_active_learning/paper.pdf"
12+
- title: "Rapid Mission Concept Development at the 2019 Caltech Space Challenge: A Small Lander Network Studying the Habitability of Enceladus"
13+
authors: "Katiyayni Balachandran, Paolo Cappuccio, <b>Julia Di</b>, Kelsey Doerksen, Jared Fuchs, Alessia Gloder, Rebecca Jolitz, Monica Li, Dan Limonchik, Lotfi Massarweh, Atila Meszaros, Daniel Naftalovich, Erica Nathan, Thomas Peev, Marc Rovira-Navarro, ShreyaSantra"
14+
venue: "3rd Symposium on Space Educational Activities."
15+
slides: "https://static1.squarespace.com/static/53f78ebbe4b0ce4d05e4231e/t/5cc6959f6e9a7f0f5259bfd0/1556518304710/fact_sheet_team_voyager.pdf"
16+
video: "https://www.youtube.com/watch?v=xIUK31lAhE8"
8217
selected: n
8318

84-
- title: "Automatic Construction of Wordnets by Using Machine Translation and Language Modeling"
85-
authors: "<b>Martin Saveski</b>, Igor Trajkovski"
86-
venue: "In Proceedings of Seventh Language Technologies Conference. 2010."
87-
paper_pdf: "/assets/publications/2010_wordnet_construction/paper.pdf"
88-
slides: "/assets/publications/2010_wordnet_construction/slides.pdf"
89-
selected: y
90-
91-
- title: "Development of an English-Macedonian Machine Readable Dictionary by Using Parallel Corpora"
92-
authors: "<b>Martin Saveski</b>, Igor Trajkovski"
93-
venue: "Proceedings of ICT Innovations Conference. 2010."
94-
paper_pdf: "/assets/publications/2010_machine_readable_dictionaries/paper.pdf"
95-
selected: n
19+
- title: "Spyndra 1.0: An Open-Source Proprioceptive Robot for Studies in Machine Self-Awareness"
20+
authors: "Ori Kedar, Christie Capper, Yan-Song Chen, Zhaoyang Chen, <b>Julia Di</b>, Yonah Elzora, Lingjian Kong,
21+
Yuanxia Lee, Julian Oks, Jorge Orbay, Fabian Stute, Chad Tarpley, Joni Mici, and Hod Lipson"
22+
venue: "Pre-print."
23+
paper_pdf: "/assets/publications/2018_spyndra/paper.pdf"
24+
slides:
25+
video:
26+
code: https://github.com/Yonahel/Spyndra
27+
selected: n

_drafts/a-draft-post.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "Draft Example"
4+
excerpt_separator: <!--more-->
5+
---
6+
7+
# Example of a draft
8+
9+
Here is what will be featured in the excerpt.
10+
11+
<!--more-->
12+
13+
Out of excerpt.

0 commit comments

Comments
 (0)