Skip to content

Commit

Permalink
Fixed accelerator generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lmckenzi committed May 10, 2024
1 parent 6a5a55c commit d8d15c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions tools/xmlToJson.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<xsl:template match="workgroups">
<xsl:call-template name="doArray">
<xsl:with-param name="name" select="'workgroup'"/>
</xsl:call-template>
</xsl:template>
<xsl:template match="accelerators">
<xsl:call-template name="doArray">
<xsl:with-param name="name" select="'accelerator'"/>
</xsl:call-template>
</xsl:template>
<xsl:template match="families">
Expand Down
10 changes: 5 additions & 5 deletions xml/_accelerators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<accelerator key="argonaut" name="Argonaut Project" listserv="[email protected]"/>
<accelerator key="carin" webcode="carin" name="CARIN Alliance" listserv="[email protected]"/>
<accelerator key="codex" webcode="codex" name="CodeX" listserv="[email protected]"/>
<accelerator key="davinci" webcode="about/davinci" name="Da Vinci" listserv="[email protected]/"/>
<accelerator key="fast" webcode="fast" name="FHIR at Scale Taskforce (FAST)" listserv="[email protected]/"/>
<accelerator key="gravity" webcode="gravity" name="Gravity Project" listserv="[email protected]/"/>
<accelerator key="helios" webcode="helios" name="Helios" listserv="[email protected]/"/>
<accelerator key="vulcan" webcode="vulcan" name="Vulcan" listserv="[email protected]/"/>
<accelerator key="davinci" webcode="about/davinci" name="Da Vinci" listserv="[email protected]"/>
<accelerator key="fast" webcode="fast" name="FHIR at Scale Taskforce (FAST)" listserv="[email protected]"/>
<accelerator key="gravity" webcode="gravity" name="Gravity Project" listserv="[email protected]"/>
<accelerator key="helios" webcode="helios" name="Helios" listserv="[email protected]"/>
<accelerator key="vulcan" webcode="vulcan" name="Vulcan" listserv="[email protected]"/>
</accelerators>

0 comments on commit d8d15c7

Please sign in to comment.