Skip to content

Commit 33b3f73

Browse files
committed
Website Redesign
Website redesign
1 parent bff76d2 commit 33b3f73

File tree

189 files changed

+11838
-228
lines changed

Some content is hidden

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

189 files changed

+11838
-228
lines changed

README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Martin Saveski's Website
2+
3+
## Updates guide
4+
Change one of the files in `_data`, unless you are changing the look of the website.
5+
6+
Test changes with:
7+
```
8+
jekyll serve
9+
```
10+
11+
Push to the ML web directory:
12+
```
13+
rm -rf public_html
14+
mkdir public_html
15+
```
16+
```
17+
./__deploy.sh
18+
```
19+
20+
More info on the [Media Lab wiki](http://wiki.media.mit.edu/view/Necsys/WebPagePersonal).
21+
22+
23+
## External Libraries
24+
- Framework: [Jekyll](http://jekyllrb.com/)
25+
- CSS
26+
- [Skeleton](getskeleton.com)
27+
- Tabs: [Skeleton Tabs](https://github.com/nathancahill/skeleton-tabs)
28+
- Experience: [Timeline](https://codepen.io/NilsWe/pen/FemfK)
29+
- Icons: [Font Awesome](http://fontawesome.io/)
30+
- JS
31+
- [Jquery (3.1.1)](https://jquery.com/)

_config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source: .
2+
destination: ./_site
3+
includes: ./_includes
4+
baseurl: /~msaveski
5+
6+
collections:
7+
projects:
8+
output: true

_data/experience.yaml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
experiences:
2+
- place: "MIT Media Lab"
3+
time: "2014 - now"
4+
title: "Ph.D. Student"
5+
subtitle: "Laboratory for Social Machines"
6+
category: "school"
7+
8+
- place: "Facebook"
9+
time: "Summer 2019"
10+
title: "Research Scientist, Intern"
11+
subtitle: "Core Data Science"
12+
category: "work"
13+
14+
- place: "LinkedIn"
15+
time: "Summer 2016"
16+
title: "Research Scientist, Intern"
17+
subtitle: "Experimentation Group"
18+
category: "work"
19+
20+
- place: "Amazon"
21+
time: "Summer 2014"
22+
title: "Machine Learning Scientist, Intern"
23+
subtitle: "Scalable Machine Learning Group"
24+
category: "work"
25+
26+
- place: "Yahoo! Labs"
27+
time: "Feb-Aug 2013"
28+
title: "Research Scientist, Intern"
29+
subtitle: "Social Media Engagement Group"
30+
category: "work"
31+
32+
- place: "EM-DMKM"
33+
time: "Sep 2011 – Aug 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/>"
36+
category: "school"
37+
38+
- place: "Jozef Stefan Institute"
39+
time: "Jan-Aug 2011"
40+
title: "Research Assistant"
41+
subtitle: "Department of Knowledge Technologies"
42+
category: "work"
43+
44+
- place: "Staffordshire University"
45+
time: "Sep 2007 - Jun 2010"
46+
title: "B.Sc. Student"
47+
subtitle: "Computing Science <br/> First Class Honours"
48+
category: "school"

_data/main_info.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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'

_data/projects.yaml

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
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
7+
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"
54+
selected: n

_data/publications.yaml

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
papers:
2+
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"
70+
selected: n
71+
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"
82+
selected: n
83+
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

_includes/google_analytics.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<script>
2+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6+
7+
ga('create', '{{ site.data.main_info.google_analystics_tracking_id }}', 'auto');
8+
ga('send', 'pageview');
9+
10+
</script>

_includes/image_with_caption.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<figure class="image">
2+
<img src="{{ include.url | prepend: site.baseurl }}" alt="{{ include.description }}" style="width: {{ include.width }}"/>
3+
<figcaption><b>{{ include.description }}</b></figcaption>
4+
</figure>

0 commit comments

Comments
 (0)