Skip to content

Commit efd4a82

Browse files
authored
Adds new organizational members (#1611)
1 parent f21c040 commit efd4a82

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed

_data/org-members.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,26 @@ standard:
1616
founding_member: true
1717
tier: "Standard"
1818
background: rgba(0, 0, 0, 0.7)
19+
- name: "NSF National Center for Atmospheric Research"
20+
url: https://ncar.ucar.edu/
21+
figure: logo-ncar.png
22+
acronym: NCAR
23+
date_joined: 2024-11-05
24+
founding_member: true
25+
tier: "Standard"
26+
- name: "Pasteur ISI"
27+
url: https://pasteurlabs.ai/
28+
figure: logo-pasteur.png
29+
acronym:
30+
date_joined: 2024-11-07
31+
founding_member: true
32+
tier: "Standard"
33+
- name: "Research Technologies - Indiana University"
34+
url: https://uits.iu.edu/about/org-structure/research-technologies/
35+
figure: logo-uits-indiana.png
36+
acronym: UITS
37+
date_joined: 2024-11-07
38+
founding_member: true
39+
tier: "Standard"
1940

2041
premier:

assets/img/org-logos/logo-ncar.png

1.08 MB
Loading
242 KB
Loading
310 KB
Loading

docs/details.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,40 @@ right of the page. This means to add a last modified date to a page, simply upda
6666
```yaml
6767
set_last_modified: true
6868
```
69+
70+
### How do I add an organizational member?
71+
72+
The organizational members page will automatically populate the bottom of the
73+
page once you modify the `_data/org-members.yaml` file and add their logo image
74+
to `assets/img/org-logos`.
75+
The `_data/org-members.yaml` file has three arrays for each tier we have.
76+
If the member is a "Basic" tier member, you would add them in the `basic:`
77+
section.
78+
Each entry takes the following variables:
79+
80+
`name`
81+
: The full name of the member (used to fill the alt option of the img)
82+
83+
`url`
84+
: The URL the organization wants their logo to redirect if clicked
85+
86+
`figure`
87+
: The filename, with extension, of the image (do not include the path)
88+
89+
`acronym` (optional)
90+
: An acronym of the member (if included, it will be part of the alt option of
91+
the img)
92+
93+
`date_joined` [format: `YYYY-MM-DD`]
94+
: When the member joined/paid (used to order the logos in each tier)
95+
96+
`founding_member`
97+
: Whether the member is a founding member (currently not used)
98+
99+
`tier`
100+
: The tier they paid for (also the section the entry is in)
101+
102+
103+
Make sure you add each logo to `assets/img/org-logos` directory.
104+
Generally, the images have been named with the following format
105+
`logo-acronym-institution`, but this isn't strict.

0 commit comments

Comments
 (0)