Skip to content

Commit d8f3a36

Browse files
authored
Merge pull request #1594 from exoticDFT/add/first-org-member
Adds first organizational member
2 parents ef70fb9 + 6b1e405 commit d8f3a36

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

_data/org-members.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: "Center for Research Computing - University of Notre Dame"
2+
url: https://crc.nd.edu/
3+
figure: logo-crc-notre.png
4+
acronym: "CRC"
5+
date_joined: 2024-10-10
6+
founding_member: true
7+
tier: "Standard"

_includes/org-member-card.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="card d-flex text-center border-0 m-0">
2+
<img class="card-img-top"
3+
src="{{ site.baseurl }}/assets/img/org-logos/{{ item.figure }}"
4+
alt="{{ item.name }}{%-if item.acronym -%}&nbsp;({{ item.acronym }}){%- endif -%}"
5+
>
6+
<a href="{{ item.url }}" class="stretched-link" target="_blank"></a>
7+
</div>
27.2 KB
Loading

pages/about/election.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ election_results: 2024-12-20T00:00:00 +0000
1616
---
1717

1818
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}
19-
{% capture nom_open %}{{nominations_open | date: '%s'}}{% endcapture %}
20-
19+
{% capture nom_open %}{{page.nominations_open | date: '%s'}}{% endcapture %}
2120
{% if nowunix < nom_open %}
2221
**Elections are open! Please see the "Nominations and Candidate Information"
2322
section to apply for or nominate someone for the US-RSE Steering Committee**
@@ -108,7 +107,7 @@ Alternatively, if you know of a member who you think would make a good
108107
candidate, you can submit a nomination for someone else, who will be invited to run.
109108
All US-RSE members in good standing are eligible to be nominated as candidates.
110109

111-
{% if nowunix < nom_open %}
110+
{% if nowunix <= nom_open %}
112111
### Nomination Form
113112

114113
The nomination form can be found [HERE](https://docs.google.com/forms/d/e/1FAIpQLSdymmrCfE3QgKmeOmPUSeaDhEEG2z0adxfmiNGHbO3C6nv1YA/viewform). Please fill this form for self-nomination OR if you are nominating someone else.

pages/get_involved/organizational_membership.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ model **for organizations joining between August 1 and November 30**.
175175
Table 3: Membership fees
176176
{: style="font-size: 0.7em; font-style: italic" }
177177

178+
## Current Organizational Founding Members
179+
180+
### Standard Level
181+
182+
<div class="row justify-content-center">
183+
{%- assign sorted = site.data.org-members | sort: "date_joined" -%}
184+
{%- for item in sorted -%}
185+
<div class="col-6 col-md-4 align-self-center p-1">
186+
{% include org-member-card.html %}
187+
</div>
188+
{%- endfor -%}
189+
</div>
178190

179191
[^1]: US-RSE is a fiscally sponsored project by Community Initiatives. https://communityinitiatives.org/
180192
[^2]: Please contact the Executive Director for initiating the process

0 commit comments

Comments
 (0)