Skip to content

Commit e1d3aa7

Browse files
authored
Obfuscate emails on personal pages (#10)
Fixes #9
1 parent 6817767 commit e1d3aa7

13 files changed

+137
-111
lines changed

_config.yml

+69-61
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
# Basic
2-
name: "SINE Lab"
3-
title: "Signal Information Network and Energy Laboratory at Cornell Tech"
4-
description: "This is a page for the SINE lab in New York City. We are a lab focusing on research at the intersection of signal processing, network science and energy systems."
5-
logo: images/logo/logo.png
2+
name: "SINE Lab"
3+
title: "Signal Information Network and Energy Laboratory at Cornell Tech"
4+
description: "This is a page for the SINE lab in New York City. We are a lab focusing on research at the intersection of signal processing, network science and energy systems."
5+
logo: images/logo/logo.png
66

77
links:
8-
email: as337@cornell.edu
8+
email: as337<at>cornell<dot>.edu
99
google-scholar: Anna Scaglione
1010
github: sinegit
1111

12-
1312
# URL
14-
url: https://sinelab.tech.cornell.edu
15-
baseurl:
13+
url: https://sinelab.tech.cornell.edu
14+
baseurl:
1615
#baseurl: "" #For Root Domain
17-
permalink: /:year/:month/:day/:title.html
16+
permalink: /:year/:month/:day/:title.html
1817

1918
# Markdown
20-
markdown: kramdown
19+
markdown: kramdown
2120

2221
# Highlighter
23-
highlighter: rouge
22+
highlighter: rouge
2423

2524
plugins:
2625
- jekyll/scholar
@@ -44,13 +43,27 @@ scholar:
4443
#- markdown
4544

4645
group_by: type
47-
48-
type_order: [book, incollection, ieeeproceedings, magazine, article, inproceedings, patent]
49-
type_names: { magazine: Magazine Articles, patent: US Patents, ieeeproceedings: IEEE Proceedings Articles }
50-
46+
47+
type_order:
48+
[
49+
book,
50+
incollection,
51+
ieeeproceedings,
52+
magazine,
53+
article,
54+
inproceedings,
55+
patent,
56+
]
57+
type_names:
58+
{
59+
magazine: Magazine Articles,
60+
patent: US Patents,
61+
ieeeproceedings: IEEE Proceedings Articles,
62+
}
63+
5164
sort_by: [year, month]
5265
order: [descending, ascending]
53-
66+
5467
details_dir: publication
5568
details_layout: noDetailsPage.html #bibtex.html # Use bibtex.html layout to generate details pages for bibtex entries. Use other non-existing names otherwise.
5669
details_link: Details
@@ -60,63 +73,58 @@ scholar:
6073

6174
# Navigation
6275
nav:
63-
- name: "home"
64-
href: "/"
65-
- name: "anna scaglione"
66-
href: "/anna-scaglione"
67-
- name: "research"
68-
href: "/research"
76+
- name: "home"
77+
href: "/"
78+
- name: "anna scaglione"
79+
href: "/anna-scaglione"
80+
- name: "research"
81+
href: "/research"
6982
sublinks:
70-
- name: "research"
71-
href: "/research"
72-
- name: "separator"
73-
- name: "publications"
74-
href: "/research/publication"
75-
- name: "people"
76-
href: "/research/people"
77-
- name: "teaching"
78-
href: "/teaching"
79-
- name: "photos"
80-
href: "/photos"
81-
- name: "contact"
82-
href: "/contact"
83+
- name: "research"
84+
href: "/research"
85+
- name: "separator"
86+
- name: "publications"
87+
href: "/research/publication"
88+
- name: "people"
89+
href: "/research/people"
90+
- name: "teaching"
91+
href: "/teaching"
92+
- name: "photos"
93+
href: "/photos"
94+
- name: "contact"
95+
href: "/contact"
8396

8497
# Sass
8598
sass:
86-
style: :compressed
99+
style: :compressed
87100

88101
# Scopes
89102
defaults:
90-
-
91-
scope:
92-
path: ""
93-
type: "pages"
103+
- scope:
104+
path: ""
105+
type: "pages"
94106
values:
95-
layout: "page"
96-
-
97-
scope:
98-
path: ""
99-
type: "posts"
107+
layout: "page"
108+
- scope:
109+
path: ""
110+
type: "posts"
100111
values:
101-
layout: "post"
102-
-
103-
scope:
104-
path: ""
105-
type: "people"
112+
layout: "post"
113+
- scope:
114+
path: ""
115+
type: "people"
106116
values:
107-
layout: "profile"
108-
-
109-
scope:
110-
path: ""
111-
type: "photos"
117+
layout: "profile"
118+
- scope:
119+
path: ""
120+
type: "photos"
112121
values:
113-
layout: "photo_set"
114-
-
115-
scope:
116-
path: ""
117-
type: "research"
122+
layout: "photo_set"
123+
- scope:
124+
path: ""
125+
type: "research"
118126
values:
119-
layout: "research"
127+
layout: "research"
120128

121129
collections:
122130
people:

_people/andrew_campbell.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ joined: 2022
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `ac2458@cornell.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `ac2458<at>cornell<dot>edu`<br>
1919
<i class="fa fa-building"></i> Bloomberg Center 2nd Floor, Cornell Tech <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.ca/citations?hl=en&user=ZlYWmcIAAAAJ) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website]() <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/andrew-c-7781b611b/) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/andrew-c-7781b611b/) <br>
2425

2526
<hr>
2627

2728
### About Me
28-
Andrew is a Ph.D. student in Electrical and Computer Engineering at Cornell University. Before joining Cornell, Andrew earned a B.S. in Mathematics and a B.S. in Computer Science with a minor in Philosophy from the University of Utah in 2021. At the University of Utah, he was a research assistant in the USmart Lab. His research interests are broadly in the nexus of applying abstract math to real problems. This includes: data science, machine learning, graphs, signal processing, and topology.
29-
<hr>
29+
30+
Andrew is a Ph.D. student in Electrical and Computer Engineering at Cornell University. Before joining Cornell, Andrew earned a B.S. in Mathematics and a B.S. in Computer Science with a minor in Philosophy from the University of Utah in 2021. At the University of Utah, he was a research assistant in the USmart Lab. His research interests are broadly in the nexus of applying abstract math to real problems. This includes: data science, machine learning, graphs, signal processing, and topology.
31+
32+
<hr>

_people/anna_scaglione.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ permalink: /research/people/anna_scaglione/
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `as337@cornell.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `as337<at>cornell<dot>.edu`<br>
1919
<i class="fa fa-building"></i> Bloomberg Center 2nd Floor, Cornell Tech <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=Z43BgdEAAAAJ&hl=en) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website](https://nikhil-ravi.github.io/) <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/anna-scaglione-9a0b5a2) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/anna-scaglione-9a0b5a2) <br>
2425

2526
<hr>
2627

2728
### About Me
2829

29-
Anna Scaglione is a Professor in electrical and computer engineering at Cornell University and Cornell Tech. Prior to this, she was a Professor in the School of Electrical Computer and Energy Engineering at Arizona State University (ASU) from 2014 to 2021. Prior to ASU, she was a Professor of electrical engineering from 2010 to 2014 and Associate Professor from 2008-2010 at the University of California at Davis. Before joining UC Davis, Anna Scaglione was Assistant Professor (2001-2006) and then tenured Associate Professor at Cornell from 2006 to 2008. Prior to joining Cornell, she was an Assistant Professor at the University of New Mexico from 2000-2001. In 2006, she was visiting professor at EPFL, Lausanne, Switzerland, and in 2013 at Stanford University.
30-
<hr>
30+
Anna Scaglione is a Professor in electrical and computer engineering at Cornell University and Cornell Tech. Prior to this, she was a Professor in the School of Electrical Computer and Energy Engineering at Arizona State University (ASU) from 2014 to 2021. Prior to ASU, she was a Professor of electrical engineering from 2010 to 2014 and Associate Professor from 2008-2010 at the University of California at Davis. Before joining UC Davis, Anna Scaglione was Assistant Professor (2001-2006) and then tenured Associate Professor at Cornell from 2006 to 2008. Prior to joining Cornell, she was an Assistant Professor at the University of New Mexico from 2000-2001. In 2006, she was visiting professor at EPFL, Lausanne, Switzerland, and in 2013 at Stanford University.
31+
32+
<hr>

_people/ignacio_losada.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ joined: 2018
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `il244@cornell.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `il244<at>cornell<dot>.edu`<br>
1919
<i class="fa fa-building"></i> Bloomberg Center 2nd Floor, Cornell Tech <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=Er5LTCYAAAAJ&hl=en) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website](https://nikhil-ravi.github.io/) <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/ignacio-losada-0879457b/) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/ignacio-losada-0879457b/) <br>
2425

2526
<hr>
2627

2728
### About Me
2829

2930
Ignacio Losada Carreno is a Ph.D. student in Electrical Engineering at ASU since August 2018. Prior to joining ASU, Ignacio obtained a B.S. in Industrial Engineering and M.S. in Mechanical Engineering from the University of Oviedo, Spain and Northern Arizona University, respectively. During his master’s studies, Ignacio worked at the National Renewable Energy Laboratory where he studied the impacts of climate change on wind and solar electricity generation. His research interests include modelling and simulation of large-scale interdependent energy systems, renewable energy resources and big data analytics.
30-
<hr>
31+
32+
<hr>

_people/leah_woldemariam.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Leah Woldemariam
33
title: Leah Woldemariam
44
position: gradstudent
5-
avatar:
5+
avatar:
66
permalink: /research/people/leah_woldemariam/
77
joined: 2022
88
---
@@ -15,16 +15,18 @@ joined: 2022
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `lsw85@cornell.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `lsw85<at>cornell<dot>.edu`<br>
1919
<i class="fa fa-building"></i> Bloomberg Center 2nd Floor, Cornell Tech <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=<//TODO>&hl=en) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website]() <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/<//TODO>) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/<//TODO>) <br>
2425

2526
<hr>
2627

2728
### About Me
2829

2930
Leah is a Ph.D. student in Electrical engineering at Cornell University.
30-
<hr>
31+
32+
<hr>

_people/nikhil_ravi.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ joined: 2017 b
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `nr337@cornell.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `nr337<at>cornell<dot>.edu`<br>
1919
<i class="fa fa-building"></i> Bloomberg Center 2nd Floor, Cornell Tech <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=Ka5q7nIAAAAJ&hl=en) <br>
21-
<i class="fa fa-bar-chart"></i> [Personal Website](https://nikhil-ravi.github.io/) <br>
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/nikhil--ravi) <br>
23-
21+
<i class="fa fa-bar-chart"></i> [Personal Website](https://nikhil-ravi.github.io/) <br>
22+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/nikhil--ravi) <br>
2423

2524
<hr>
2625

2726
### About Me
2827

2928
Nikhil Ravi is a PhD student at Cornell University's SINE Lab. He received his Masters in Electrical Engineering from Arizona State University in 2021 and Bachelors in Electronics and Communication Engineering from PES Institute of Technology, Bangalore, India in 2017. His research interests lie in Decentralized Adversarial Optimization and Differential Privacy.
30-
<hr>
29+
30+
<hr>

_people/nurullah_karakoc.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ joined: 2017 a
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `nkarakoc@asu.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `nkarakoc<at>asu<dot>.edu`<br>
1919
<i class="fa fa-building"></i> Goldwater Center, Room 325, Tempe, AZ <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=KWlGY88AAAAJ&hl=en) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website](https://nikhil-ravi.github.io/) <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/nurullah-karako%C3%A7-099798a4/) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/nurullah-karako%C3%A7-099798a4/) <br>
2425

2526
<hr>
2627

2728
### About Me
2829

2930
Nurullah Karakoc has been a graduate student at ASU since August 2017. He received his B.Sc. and M.Sc. degrees in Electrical and Electronics Engineering from Bilkent University, Turkey in 2015 and 2017, respectively. His current research interests lie in wireless communications, networking and optimization theory.
30-
<hr>
31+
32+
<hr>

_people/raksha_ramakrishna.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Raksha Ramakrishna
33
title: Raksha Ramakrishna
44
position: alumni
5-
avatar:
5+
avatar:
66
permalink: /research/people/raksha_ramakrishna/
77
joined: 2015
88
---
@@ -15,16 +15,18 @@ joined: 2015
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i>`rramakr6@asu.edu`<br>
18+
<i class="fa fa-envelope-o"></i>`rramakr6<at>asu<dot>.edu`<br>
1919
<i class="fa fa-building"></i> KTH Royal Institute of Technology <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=8Dom1fMAAAAJ&hl=en) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website]() <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/raksha-ramakrishna-b4390374/?originalSubdomain=se) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/raksha-ramakrishna-b4390374/?originalSubdomain=se) <br>
2425

2526
<hr>
2627

2728
### About Me
2829

2930
Raksha Ramakrishna graduated in December 2020. Her dissertation is titled "Model-Based Machine Learning for the Power Grid". They are currently a Postdoctoral Researcher at KTH Royal Institute of Technology.
30-
<hr>
31+
32+
<hr>

_people/rojin_zandi.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Rojin Zandi
33
title: Rojin Zandi
44
position: alumni
5-
avatar:
5+
avatar:
66
permalink: /research/people/rojin_zandi/
77
joined: 2021
88
---
@@ -15,16 +15,18 @@ joined: 2021
1515

1616
### Contact
1717

18-
<i class="fa fa-envelope-o"></i> `rz285@cornell.edu`<br>
18+
<i class="fa fa-envelope-o"></i> `rz285<at>cornell<dot>.edu`<br>
1919
<i class="fa fa-building"></i> Bloomberg Center 2nd Floor, Cornell Tech <br>
2020
<i class="fa fa-google"></i> [google scholar](https://scholar.google.com/citations?user=BYS_v0kAAAAJ&hl=en) <br>
21+
2122
<!-- <i class="fa fa-bar-chart"></i> [Personal Website]() <br> -->
22-
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/rojin-zandi-2018rz/) <br>
23-
23+
24+
<i class="fa fa-linkedin"></i> [LinkedIn](https://www.linkedin.com/in/rojin-zandi-2018rz/) <br>
2425

2526
<hr>
2627

2728
### About Me
2829

2930
Rojin is a Ph.D. student in Electrical engineering at Cornell University. Previously, she was a M.S. student at San Jose State University advised by Birsen Sirkeci, working on generative learning methods for cancer detection. Her research interests are machine learning and optimization theory
30-
<hr>
31+
32+
<hr>

0 commit comments

Comments
 (0)