Skip to content

Commit c084368

Browse files
committed
Adds Omnibond as org member
- Adds the details for Omnibond as newest org member - Adds Omnibond's logo - Adds new contact information metadata to org member data file - Updates documentation to include this new metadata variable and the form we use to add new org members
1 parent 1c12039 commit c084368

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

_data/org-members.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,23 @@ standard:
5151
date_joined: 2025-03-10
5252
founding_member: true
5353
tier: "Standard"
54+
contact: "Micaela Parker <[email protected]>"
5455
- name: "Research Software Alliance"
5556
url: https://www.researchsoft.org/
5657
figure: logo-resa.png
5758
acronym: ReSA
5859
date_joined: 2025-03-13
5960
founding_member: true
6061
tier: "Standard"
62+
contact: "Michelle Barker <[email protected]>"
63+
- name: "Omnibond"
64+
url: https://omnibond.com/
65+
figure: logo-omnibond.png
66+
acronym:
67+
date_joined: 2025-03-29
68+
founding_member: true
69+
tier: "Standard"
70+
contact: "Boyd Wilson <[email protected]>"
6171

6272
premier:
6373
- name: "University of Illinois Urbana-Champaign"
9.86 KB
Loading

docs/details.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@ Each entry takes the following variables:
9999
`tier`
100100
: The tier they paid for (also the section the entry is in)
101101

102+
`contact` [format: `First Last <[email protected]>`]
103+
: The main point of contact for the organization
104+
102105

103106
Make sure you add each logo to `assets/img/org-logos` directory.
104107
Generally, the images have been named with the following format
105-
`logo-acronym-institution`, but this isn't strict.
108+
`logo-acronym-institution`, but this isn't strict.
109+
There is a [form](https://forms.gle/xXREVtJB2z6Ux1rA7) for people to use to
110+
provide the details above.

0 commit comments

Comments
 (0)