Skip to content

Commit e22d4bf

Browse files
committed
Update README and configuration
1 parent 70c15cf commit e22d4bf

7 files changed

Lines changed: 21 additions & 493 deletions

File tree

README.md

Lines changed: 5 additions & 483 deletions
Large diffs are not rendered by default.

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: The Climate Extremes Theory and Data (CeTD) Group # the website title (if
66
first_name: Climate Extremes Theory and Data (CeTD) Group
77
middle_name:
88
last_name:
9+
short_name: CeDT Group
910
contact_note: >
1011
For inquiries, please email Dr. Pedram Hassanzadeh
1112
description: > # the ">" symbol means to ignore newlines until "footer_text:"

_includes/header.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{- site.last_name -}}
1818
{% endif %}
1919
{% else %}
20-
{{- site.title -}}
20+
{{- site.short_name -}}
2121
{% endif %}
2222
</a>
2323
{% elsif site.enable_navbar_social %}

_layouts/page.liquid

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ layout: default
99
{% endif %}
1010

1111
<div class="post">
12-
<header class="post-header">
13-
<h1 class="post-title">{{ page.title }}</h1>
14-
<p class="post-description">{{ page.description }}</p>
15-
</header>
12+
<!--
13+
<header class="post-header">
14+
<h1 class="post-title">{{ page.title }}</h1>
15+
<p class="post-description">{{ page.description }}</p>
16+
</header>
17+
-->
1618

1719
<article>
1820
{{ content }}

_layouts/profiles.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: page
55
<article>
66
{% if page.profiles %}
77
{% for profile in page.profiles %}
8-
<hr>
8+
{% if forloop.index > 1 %}<hr>{% endif %}
99
<div class="profile float-{% if profile.align == 'left' %}left{% else %}right{% endif %}">
1010
{% if profile.image %}
1111
{% assign profile_image_path = profile.image | prepend: 'assets/img/' %}

_pages/about.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ profile:
77
align: right
88
image: prof_pic.jpg
99
image_circular: false # crops the image to make it circular
10-
more_info: >
11-
<p>Henry Hinds Laboratory for the Geophysical Sciences</p>
12-
<p>5734 South Ellis Avenue</p>
13-
<p>Chicago, Illinois 60637</p>
1410

1511
selected_papers: true # includes a list of papers marked as "selected={true}"
1612
social: false # includes social icons at the bottom of the page
@@ -24,6 +20,11 @@ latest_posts:
2420
enabled: false
2521
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
2622
limit: 3 # leave blank to include all the blog posts
23+
24+
more_info: >
25+
<p>Henry Hinds Laboratory for the Geophysical Sciences</p>
26+
<p>5734 South Ellis Avenue</p>
27+
<p>Chicago, Illinois 60637</p>
2728
---
2829

2930
_University of Chicago, Department of the Geophysical Sciences_

_pages/available_positions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nav: true
66
nav_order: 5
77
---
88

9+
# Available Positions
10+
911
**Updated October 2024**: Multiple postdocs and research scientist positions on [AI weather forecasting across scales](https://pedram.rice.edu/files/2024/10/AIweather_Postdoc2024-1.pdf) (from daily to seasonal-to-seasonal).
1012

1113
**Updated September 2024**: Our new group at The University of Chicago has multiple positions for Ph.D. students, postdoctoral fellows, and research scientists interested in working on multidisciplinary projects in the following general areas (and at their intersections)

0 commit comments

Comments
 (0)