diff --git a/src/club-details.ts b/src/club-details.ts index 6bc757a02..0abf2bc12 100644 --- a/src/club-details.ts +++ b/src/club-details.ts @@ -235,6 +235,22 @@ const clubs: RR.ReadonlyRecord = { `, leads: [{ name: 'Timo Betz', orcid: Orcid('0000-0002-1548-0655') }], }, + emerge: { + name: 'EMERGE, A Matrix for Ethnographic Collaboration and Practice', + description: html` +

+ 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. +

+

+ 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. +

+ `, + leads: [{ name: 'Marcel LaFlamme', orcid: Orcid('0000-0002-7489-4233') }], + }, 'etymos-analytica': { name: 'Etymos Analytica', description: html`

A research consortium for students of Government Medical college.

`, diff --git a/src/types/club-id.ts b/src/types/club-id.ts index 34de318fa..8b57fbacd 100644 --- a/src/types/club-id.ts +++ b/src/types/club-id.ts @@ -16,6 +16,7 @@ export const clubIds = [ 'biophysics-leipzig', 'bios2', 'cara', + 'emerge', 'etymos-analytica', 'hhmi-training-pilot', 'iib-mar-del-plata',