Skip to content

Commit

Permalink
Adds Pasteur ISI as new org member
Browse files Browse the repository at this point in the history
- Adds information for our new member Pasteur ISI
- Adds Pasteur's logo
- Adds section to documentation for adding a new member to the page
  • Loading branch information
exoticDFT committed Nov 2, 2024
1 parent 285da7f commit c49be29
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _data/org-members.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ standard:
founding_member: true
tier: "Standard"
background: rgba(0, 0, 0, 0.7)
- name: "Pasteur ISI"
url: https://pasteurlabs.ai/
figure: logo-pasteur.png
acronym:
date_joined: 2024-11-04
founding_member: true
tier: "Standard"

premier:
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.
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.

0 comments on commit c49be29

Please sign in to comment.