Skip to content

Commit

Permalink
Merge pull request #1594 from exoticDFT/add/first-org-member
Browse files Browse the repository at this point in the history
Adds first organizational member
  • Loading branch information
sandragesing authored Oct 12, 2024
2 parents ef70fb9 + 6b1e405 commit d8f3a36
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
7 changes: 7 additions & 0 deletions _data/org-members.yaml
Original file line number Diff line number Diff line change
@@ -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"
7 changes: 7 additions & 0 deletions _includes/org-member-card.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="card d-flex text-center border-0 m-0">
<img class="card-img-top"
src="{{ site.baseurl }}/assets/img/org-logos/{{ item.figure }}"
alt="{{ item.name }}{%-if item.acronym -%}&nbsp;({{ item.acronym }}){%- endif -%}"
>
<a href="{{ item.url }}" class="stretched-link" target="_blank"></a>
</div>
Binary file added assets/img/org-logos/logo-crc-notre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions pages/about/election.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions pages/get_involved/organizational_membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<div class="row justify-content-center">
{%- assign sorted = site.data.org-members | sort: "date_joined" -%}
{%- for item in sorted -%}
<div class="col-6 col-md-4 align-self-center p-1">
{% include org-member-card.html %}
</div>
{%- endfor -%}
</div>

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

0 comments on commit d8f3a36

Please sign in to comment.