Skip to content

Commit cd4345f

Browse files
committed
Replaced http with https
1 parent 0d85d3d commit cd4345f

20 files changed

+34
-34
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Note: This page was built using the template provided by the folks from the [Kor
22

33
# SINE lab page
44

5-
This is the repository for [SINE lab page](http://sinegit.github.io/). We use Jekyll to run our Github page. We are welcome for other people to contribute to our site not just lab members. Feel free to fork and pull-request!
5+
This is the repository for [SINE lab page](https://sinegit.github.io/). We use Jekyll to run our Github page. We are welcome for other people to contribute to our site not just lab members. Feel free to fork and pull-request!
66

77
## Workflow
88

@@ -101,7 +101,7 @@ We have 4 categories: `scientists`, `students`, `discussion`, `blog` you can cho
101101

102102
- **Clone the repository**, kind of the same as directly add post on Github. You just have to clone the repository. Then add new post file, commit and push to the repo.
103103

104-
The changes will take approximately half a minute to render. You can see the new posts or changes on [http://sinegit.github.io/](http://sinegit.github.io/)!
104+
The changes will take approximately half a minute to render. You can see the new posts or changes on [https://sinegit.github.io/](https://sinegit.github.io/)!
105105

106106
### Add yourself
107107

_bibliography/publications.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,7 @@ @incollection{wang2014power
24572457
@article{chang2013electronic,
24582458
title={Electronic companion for Distributed constrained optimization by consensusbased primal-dual perturbation method},
24592459
author={Chang, Tsung-Hui and Nedich, A and Scaglione, Anna},
2460-
journal={available on https://urldefense.com/v3/__http://arxiv__;!!IKRxdwAv5BmarQ!L0IamgBAb_mEvrUS_NwIjWN3eHoYG6Mzs6uFzGMQhIhAv96e8hzW2qSl2whRbA$ . org},
2460+
journal={available on https://urldefense.com/v3/__https://arxiv__;!!IKRxdwAv5BmarQ!L0IamgBAb_mEvrUS_NwIjWN3eHoYG6Mzs6uFzGMQhIhAv96e8hzW2qSl2whRbA$ . org},
24612461
year={2013}
24622462
}
24632463

_data/news.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
details: Eran’s paper titled “Transmission and Distribution Co-Simulation with Possible Distribution Loops” in IEEE PES General Meeting 2018, Oregon, won one of the only four Best-of-the-Best Conference Paper Award.
1818

1919
- date: 2018-08-01
20-
details: Eran’s paper titled ``Transmission and Distribution Co-Simulation with Possible Distribution Loops” in IEEE PES General Meeting 2018, Oregon, was selected to be among the best conference papers on Distribution Systems, Microgrids, and Renewables. It will be presented in the Best Paper session. [Technical Program detail](http://submissions.mirasmart.com/pesgm2018/Itinerary/TechnicalProgramDetail.asp?id=51).
20+
details: Eran’s paper titled ``Transmission and Distribution Co-Simulation with Possible Distribution Loops” in IEEE PES General Meeting 2018, Oregon, was selected to be among the best conference papers on Distribution Systems, Microgrids, and Renewables. It will be presented in the Best Paper session. [Technical Program detail](https://submissions.mirasmart.com/pesgm2018/Itinerary/TechnicalProgramDetail.asp?id=51).
2121

2222
- date: 2018-02-26
2323
details: Hoi-To Wai wins one of the best student paper awards for the paper titled":" Community Detection from Low Rank Excitations of a Graph Filter at ICASSP 2018 held in Calgary, AB, Canada. Congratulations To!
@@ -26,13 +26,13 @@
2626
details: SINE Lab Ph.D. student, Hoi-To Wai won the Dean’s dissertation award 2017. Congratulations To!
2727

2828
- date: 2015-11-25
29-
details: We are a partner in a $28.1 million national research program to develop cybersecurity tools and standards to protect the country’s electricity infrastructure from attacks":"" [The Cyber Resilient Energy Delivery Consortium (CREDC)](http://fullcircle.asu.edu/research/asu-engineers-working-to-protect-nations-energy-delivery-systems-from-cyber-attacks/).
29+
details: We are a partner in a $28.1 million national research program to develop cybersecurity tools and standards to protect the country’s electricity infrastructure from attacks":"" [The Cyber Resilient Energy Delivery Consortium (CREDC)](https://fullcircle.asu.edu/research/asu-engineers-working-to-protect-nations-energy-delivery-systems-from-cyber-attacks/).
3030

3131
- date: 2014-11-05
3232
details: SINE Lab Ph.D. students, Lorenzo Ferrari and Reinhard Gentz, have received the 2014 IEEE SmartGridComm Best Student Paper Award for their coauthored paper “The Pulse Coupled Phasor Measurement Units.” Congratulations!
3333

3434
- date: 2014-11-03
35-
details: Mahnoosh Alizadeh participates in the Rising Stars Workshop 2014. This workshop brings together women who are interested in careers in academia, for two days of scientific interactions and career-oriented discussions. Learn more about [Rising Stars](http://www.eecs.berkeley.edu/XRG/risingstars/) in EECS 2014.
35+
details: Mahnoosh Alizadeh participates in the Rising Stars Workshop 2014. This workshop brings together women who are interested in careers in academia, for two days of scientific interactions and career-oriented discussions. Learn more about [Rising Stars](https://www.eecs.berkeley.edu/XRG/risingstars/) in EECS 2014.
3636

3737
- date: 2014-07-28
3838
details: Our former Ph.D. student, Lin Li, has received the 2013 IEEE SPS Young Author Best Paper Award, for the paper by Lin Li, Anna Scaglione, and Jonathan Manton, “Distributed Principal Subspace Estimation in Wireless Sensor Networks” IEEE Journal of Selected Topics in Signal Processing, Volume":"" 5, No. 4, August 2011. Congratulations!

_includes/carousel.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="carousel__track">
2929
<ul>
3030
{% for item in site.research %}
31-
<li class="carousel__slide" style="background-image: url('{% if item.image %}{{ item.image }}{% else %}http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg{% endif %}');">
31+
<li class="carousel__slide" style="background-image: url('{% if item.image %}{{ item.image }}{% else %}https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg{% endif %}');">
3232
<div class="text-block">
3333
<h4><a href="{{ item.permalink }}">{{item.title}}</a></h4>
3434
</div>

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto" />
2323
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
2424
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
25-
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
25+
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
2626

2727
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
2828
<link href="{{ site.url }}/css/zoom.css" rel="stylesheet">
@@ -58,7 +58,7 @@
5858
{% include navbar.html %}
5959
{{ content }}
6060

61-
<script src="http://code.jquery.com/jquery-2.2.1.min.js"></script>
61+
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
6262
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
6363
</body>
6464
</html>

_layouts/research.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: default
66
{% if page.image %}
77
<img width="300" src="{{site.baseurl}}/images/people/{{page.image}}" data-action="zoom">
88
{% else %}
9-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
9+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1010
{% endif %}
1111
<p> {{page.description}} <p>
1212
{% if page.projects %}

_people/anna_scaglione.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /research/people/anna_scaglione/
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/ignacio_losada.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2018
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/nikhil_ravi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2017 b
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/nurullah_karakoc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2017 a
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/raksha_ramakrishna.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2015
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/rojin_zandi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2021
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/sachin_kadam.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2020
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_people/tong_wu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ joined: 2021
1010
{% if page.avatar %}
1111
<img width="300" src="{{site.baseurl}}/images/people/{{page.avatar}}" data-action="zoom">
1212
{% else %}
13-
<img width="300" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
13+
<img width="300" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" data-action="zoom">
1414
{% endif %}
1515

1616
### Contact

_projects/xylem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project is supported by [Xylem Inc](https://www.xylem.com/en-us/brands/flyg
1010

1111
#### Principal Investigators:
1212
- [Anna Scaglione](/people/anna_scaglione) (PI)
13-
- [Cihan Tepedelenlioglu](http://wireless.faculty.asu.edu/) (co-PI)
13+
- [Cihan Tepedelenlioglu](https://wireless.faculty.asu.edu/) (co-PI)
1414

1515
#### Postdocs:
1616
- [Sachin Kadam](/people/sachin_kadam)

assets/bibliography/APS_Qi.csl

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
2+
<style xmlns="https://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
33
<info>
44
<title>American Physics Society</title>
55
<title-short>APS</title-short>
6-
<id>http://www.zotero.org/styles/american-physics-society</id>
7-
<link href="http://www.zotero.org/styles/american-physics-society" rel="self"/>
8-
<link href="http://www.zotero.org/styles/american-institute-of-physics" rel="template"/>
9-
<link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/>
6+
<id>https://www.zotero.org/styles/american-physics-society</id>
7+
<link href="https://www.zotero.org/styles/american-physics-society" rel="self"/>
8+
<link href="https://www.zotero.org/styles/american-institute-of-physics" rel="template"/>
9+
<link href="https://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/>
1010
<author>
1111
<name>Xiaodong Qi</name>
1212
<email>[email protected]</email>
@@ -16,7 +16,7 @@
1616
<category field="physics"/>
1717
<summary>Modified version of the common style use by APS publications.</summary>
1818
<updated>2017-11-12T22:06:38+00:00</updated>
19-
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<macro name="author">
2222
<names variable="author">

assets/bibliography/ieee-with-url.csl

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
2+
<style xmlns="https://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
33
<info>
44
<title>IEEE (with URL)</title>
5-
<id>http://www.zotero.org/styles/ieee-with-url</id>
6-
<link href="http://www.zotero.org/styles/ieee-with-url" rel="self"/>
5+
<id>https://www.zotero.org/styles/ieee-with-url</id>
6+
<link href="https://www.zotero.org/styles/ieee-with-url" rel="self"/>
77
<link href="https://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE-Reference-Guide.pdf" rel="documentation"/>
88
<link href="https://journals.ieeeauthorcenter.ieee.org/your-role-in-article-production/ieee-editorial-style-manual/" rel="documentation"/>
99
<author>
@@ -16,11 +16,11 @@
1616
</contributor>
1717
<contributor>
1818
<name>Rintze Zelle</name>
19-
<uri>http://twitter.com/rintzezelle</uri>
19+
<uri>https://twitter.com/rintzezelle</uri>
2020
</contributor>
2121
<contributor>
2222
<name>Stephen Frank</name>
23-
<uri>http://www.zotero.org/sfrank</uri>
23+
<uri>https://www.zotero.org/sfrank</uri>
2424
</contributor>
2525
<contributor>
2626
<name>Sebastian Karcher</name>
@@ -30,7 +30,7 @@
3030
<category field="generic-base"/>
3131
<summary>IEEE style with URLs as per the 2018 guidelines, V 11.12.2018.</summary>
3232
<updated>2019-12-21T00:36:11+00:00</updated>
33-
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
33+
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3434
</info>
3535
<locale xml:lang="en">
3636
<terms>

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: null
33
---
44
<?xml version="1.0" encoding="UTF-8"?>
5-
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
5+
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom" xmlns:dc="https://purl.org/dc/elements/1.1/">
66
<channel>
77
<title>{{ site.name | xml_escape }}</title>
88
<link>{{ site.url }}</link>

people.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permalink: /research/people/
4242
{% if profile.avatar %}
4343
<a href="{{ site.baseurl }}{{ profile.url }}"><img class="profile-thumbnail" src="{{site.baseurl}}/images/people/{{profile.avatar}}"></a>
4444
{% else %}
45-
<a href="{{ site.baseurl }}{{ profile.url }}"><img class="profile-thumbnail" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg"></a>
45+
<a href="{{ site.baseurl }}{{ profile.url }}"><img class="profile-thumbnail" src="https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg"></a>
4646
{% endif %}
4747
<a class="name" href="{{ site.baseurl }}{{ profile.url }}">{{ profile.name }}</a>
4848
</p>

research.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Directed by Anna Scaglione, the Signal, Information, Networks and Energy (SINE)
2727
{% if research.image %}
2828
<img src= "{{site.baseurl}}/images/research/{{research.image}}" align="left" vspace="400" hspace="400" style="padding: 10px 10px 10px 10px">
2929
{% else %}
30-
<img src= "http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" vspace="40" hspace="40" style="padding: 10px 10px 10px 10px">
30+
<img src= "https://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg" vspace="40" hspace="40" style="padding: 10px 10px 10px 10px">
3131
{% endif %}
3232
{% if research.description %}{{ research.description }}{% endif %}
3333
{% if research.projects %}

0 commit comments

Comments
 (0)