Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions _data/org-members.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,26 @@ standard:
founding_member: true
tier: "Standard"
background: rgba(0, 0, 0, 0.7)
- name: "NSF National Center for Atmospheric Research"
url: https://ncar.ucar.edu/
figure: logo-ncar.png
acronym: NCAR
date_joined: 2024-11-05
founding_member: true
tier: "Standard"
- name: "Pasteur ISI"
url: https://pasteurlabs.ai/
figure: logo-pasteur.png
acronym:
date_joined: 2024-11-07
founding_member: true
tier: "Standard"
- name: "Research Technologies - Indiana University"
url: https://uits.iu.edu/about/org-structure/research-technologies/
figure: logo-uits-indiana.png
acronym: UITS
date_joined: 2024-11-07
founding_member: true
tier: "Standard"

premier:
Binary file added assets/img/org-logos/logo-ncar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/org-logos/logo-pasteur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/org-logos/logo-uits-indiana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions docs/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,40 @@ right of the page. This means to add a last modified date to a page, simply upda
```yaml
set_last_modified: true
```

### How do I add an organizational member?

The organizational members page will automatically populate the bottom of the
page once you modify the `_data/org-members.yaml` file and add their logo image
to `assets/img/org-logos`.
The `_data/org-members.yaml` file has three arrays for each tier we have.
If the member is a "Basic" tier member, you would add them in the `basic:`
section.
Each entry takes the following variables:

`name`
: The full name of the member (used to fill the alt option of the img)

`url`
: The URL the organization wants their logo to redirect if clicked

`figure`
: The filename, with extension, of the image (do not include the path)

`acronym` (optional)
: An acronym of the member (if included, it will be part of the alt option of
the img)

`date_joined` [format: `YYYY-MM-DD`]
: When the member joined/paid (used to order the logos in each tier)

`founding_member`
: Whether the member is a founding member (currently not used)

`tier`
: The tier they paid for (also the section the entry is in)


Make sure you add each logo to `assets/img/org-logos` directory.
Generally, the images have been named with the following format
`logo-acronym-institution`, but this isn't strict.