diff --git a/_data/org-members.yaml b/_data/org-members.yaml new file mode 100644 index 000000000..08d681aae --- /dev/null +++ b/_data/org-members.yaml @@ -0,0 +1,7 @@ +- name: "Center for Research Computing - University of Notre Dame" + url: https://crc.nd.edu/ + figure: logo-crc-notre.png + acronym: "CRC" + date_joined: 2024-10-10 + founding_member: true + tier: "Standard" \ No newline at end of file diff --git a/_includes/org-member-card.html b/_includes/org-member-card.html new file mode 100644 index 000000000..148975b71 --- /dev/null +++ b/_includes/org-member-card.html @@ -0,0 +1,7 @@ +
+ {{ item.name }}{%-if item.acronym -%} ({{ item.acronym }}){%- endif -%} + +
\ No newline at end of file diff --git a/assets/img/org-logos/logo-crc-notre.png b/assets/img/org-logos/logo-crc-notre.png new file mode 100644 index 000000000..b9e244896 Binary files /dev/null and b/assets/img/org-logos/logo-crc-notre.png differ diff --git a/pages/about/election.md b/pages/about/election.md index 041809543..04a5bf3bf 100644 --- a/pages/about/election.md +++ b/pages/about/election.md @@ -16,8 +16,7 @@ election_results: 2024-12-20T00:00:00 +0000 --- {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} -{% capture nom_open %}{{nominations_open | date: '%s'}}{% endcapture %} - +{% capture nom_open %}{{page.nominations_open | date: '%s'}}{% endcapture %} {% if nowunix < nom_open %} **Elections are open! Please see the "Nominations and Candidate Information" 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 candidate, you can submit a nomination for someone else, who will be invited to run. All US-RSE members in good standing are eligible to be nominated as candidates. -{% if nowunix < nom_open %} +{% if nowunix <= nom_open %} ### Nomination Form 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. diff --git a/pages/get_involved/organizational_membership.md b/pages/get_involved/organizational_membership.md index d600fe833..267149b6d 100644 --- a/pages/get_involved/organizational_membership.md +++ b/pages/get_involved/organizational_membership.md @@ -175,6 +175,18 @@ model **for organizations joining between August 1 and November 30**. Table 3: Membership fees {: style="font-size: 0.7em; font-style: italic" } +## Current Organizational Founding Members + +### Standard Level + +
+ {%- assign sorted = site.data.org-members | sort: "date_joined" -%} + {%- for item in sorted -%} +
+ {% include org-member-card.html %} +
+ {%- endfor -%} +
[^1]: US-RSE is a fiscally sponsored project by Community Initiatives. https://communityinitiatives.org/ [^2]: Please contact the Executive Director for initiating the process