Skip to content

Commit

Permalink
Add the EMERGE club
Browse files Browse the repository at this point in the history
Refs #1822
  • Loading branch information
thewilkybarkid committed Jan 27, 2025
1 parent 3069f7f commit 1b66187
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/club-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,22 @@ const clubs: RR.ReadonlyRecord<ClubId, Club> = {
`,
leads: [{ name: 'Timo Betz', orcid: Orcid('0000-0002-1548-0655') }],
},
emerge: {
name: 'EMERGE, A Matrix for Ethnographic Collaboration and Practice',
description: html`
<p>
EMERGE is a distributed project with ethnography research spaces based in Canada and the United States, with
collaborators undertaking work around the world. It is supported by a Partnership Development Grant from the
Social Sciences and Humanities Research Council of Canada.
</p>
<p>
In 2025, EMERGE research spaces are experimenting with open peer review of manuscripts prior to journal
submission. Looking ahead, we see review of preprints by researchers outside of EMERGE as an avenue for further
internationalizing the project.
</p>
`,
leads: [{ name: 'Marcel LaFlamme', orcid: Orcid('0000-0002-7489-4233') }],
},
'etymos-analytica': {
name: 'Etymos Analytica',
description: html`<p>A research consortium for students of Government Medical college.</p>`,
Expand Down
1 change: 1 addition & 0 deletions src/types/club-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const clubIds = [
'biophysics-leipzig',
'bios2',
'cara',
'emerge',
'etymos-analytica',
'hhmi-training-pilot',
'iib-mar-del-plata',
Expand Down

0 comments on commit 1b66187

Please sign in to comment.