|
2 | 2 | layout: default
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -<div class='container'> |
6 |
| - <header class="masthead text-center"> |
| 5 | +<div class="container"> |
| 6 | + <header class="masthead text-center"> |
| 7 | + <img |
| 8 | + class="img-responsive center-block" |
| 9 | + src="/images/people/anna_scaglione.jpg" |
| 10 | + width="30%" |
| 11 | + height="30%" |
| 12 | + /> |
7 | 13 |
|
8 |
| - <img class='img-responsive center-block' src="/images/people/anna_scaglione.jpg" width="30%" height="30%" /> |
| 14 | + <p> |
| 15 | + <i |
| 16 | + >Directed by Anna Scaglione, the Signal, Information, Networks and |
| 17 | + Energy Laboratory (SINE Lab) at Cornell University focuses on research |
| 18 | + at the intersection of signal processing, network science and energy |
| 19 | + systems.</i |
| 20 | + > |
9 | 21 |
|
10 |
| - <p> |
11 |
| - <i>Directed by Anna Scaglione, the Signal, Information, Networks and Energy Laboratory (SINE Lab) at Cornell University focuses on research at the intersection of signal processing, network science and energy systems.</i> |
12 |
| - |
13 |
| - <span style="display: block; margin-bottom: 3em"></span> |
| 22 | + <span style="display: block; margin-bottom: 3em"></span> |
14 | 23 |
|
15 |
| - <a href="https://github.com/sinegit"><i class="fa fa-github"></i> SineGit</a> |
16 |
| - <a href="mailto:as337<at>cornell<dot>.edu"><i class="fa fa-envelope-o"></i> as337<at>cornell<dot>.edu</a> |
17 |
| - </p> |
| 24 | + <a href="https://github.com/sinegit" |
| 25 | + ><i class="fa fa-github"></i> SineGit</a |
| 26 | + > |
| 27 | + <a href="mailto:as337<at>cornell<dot>edu" |
| 28 | + ><i class="fa fa-envelope-o"></i> |
| 29 | + as337<at>cornell<dot>edu</a |
| 30 | + > |
| 31 | + </p> |
18 | 32 |
|
19 |
| - <div class="w3-container" style=" background: #f0f8ff; padding: 25px; border-radius:10px; border: 1px solid #5d8aa8"> |
20 |
| - <div style="text-align:left"> |
21 |
| - <h3> Recent News </h3> |
22 |
| - <u>Happenings of the last two months. Last updated on {{ "now" | date: "%m/%d/%Y" }}</u> |
23 |
| - <span style="display: block; margin-bottom: 1em"></span> |
24 |
| - <div class="news"> |
25 |
| - {% capture now %}{{'now' | date: '%s' | minus: 51840000 %}}{% endcapture %} |
26 |
| - <ul style="list-style-position:outside;padding:20px" > |
27 |
| - {% for new in site.data.news %} |
28 |
| - {% capture date %}{{new.date | date: "%s" | plus: 0 %}}{% endcapture %} |
29 |
| - {% if date > now %} |
30 |
| - <li> |
31 |
| - <span> |
32 |
| - {{ new.details }} |
33 |
| - </span> |
34 |
| - </li> |
35 |
| - {% endif %} |
36 |
| - {% endfor %} |
37 |
| - </ul> |
38 |
| - </div> |
39 |
| - </div > |
| 33 | + <div |
| 34 | + class="w3-container" |
| 35 | + style=" |
| 36 | + background: #f0f8ff; |
| 37 | + padding: 25px; |
| 38 | + border-radius: 10px; |
| 39 | + border: 1px solid #5d8aa8; |
| 40 | + " |
| 41 | + > |
| 42 | + <div style="text-align: left"> |
| 43 | + <h3>Recent News</h3> |
| 44 | + <u |
| 45 | + >Happenings of the last two months. Last updated on {{ "now" | date: |
| 46 | + "%m/%d/%Y" }}</u |
| 47 | + > |
| 48 | + <span style="display: block; margin-bottom: 1em"></span> |
| 49 | + <div class="news"> |
| 50 | + {% capture now %}{{'now' | date: '%s' | minus: 51840000 %}}{% |
| 51 | + endcapture %} |
| 52 | + <ul style="list-style-position: outside; padding: 20px"> |
| 53 | + {% for new in site.data.news %} {% capture date %}{{new.date | date: |
| 54 | + "%s" | plus: 0 %}}{% endcapture %} {% if date > now %} |
| 55 | + <li> |
| 56 | + <span> {{ new.details }} </span> |
| 57 | + </li> |
| 58 | + {% endif %} {% endfor %} |
| 59 | + </ul> |
| 60 | + </div> |
40 | 61 | </div>
|
| 62 | + </div> |
41 | 63 |
|
| 64 | + <span style="display: block; margin-bottom: 3em"></span> |
42 | 65 |
|
43 |
| - |
44 |
| - <span style="display: block; margin-bottom: 3em"></span> |
45 |
| - |
46 |
| - <span style="display: block; margin-bottom: 3em"></span> |
47 |
| - Department of Electrical and Computer Engineering at Cornell Tech<br> |
48 |
| - Bloomberg Center, RM 265, Cornell Tech, New York City, New York 10044 |
49 |
| - <span style="display: block; margin-bottom: 3em"></span> |
50 |
| - |
51 |
| - </header> |
| 66 | + <span style="display: block; margin-bottom: 3em"></span> |
| 67 | + Department of Electrical and Computer Engineering at Cornell Tech<br /> |
| 68 | + Bloomberg Center, RM 265, Cornell Tech, New York City, New York 10044 |
| 69 | + <span style="display: block; margin-bottom: 3em"></span> |
| 70 | + </header> |
52 | 71 | </div>
|
0 commit comments