Skip to content

Commit

Permalink
Use affiliation or workplace
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 30, 2024
1 parent 9d84331 commit 5f5121a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/development-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>{{ title }}</h1>
<a href="javascript:;" onclick="zoomTo(&quot;SAM&quot;);">S. America</a> -
<a href="javascript:;" onclick="zoomTo(&quot;Australia&quot;);">Australia</a>
</div>

<div class="center" id="devmap">
<noscript>
<div class="center large narrow">
Expand All @@ -48,11 +48,11 @@ <h1>{{ title }}</h1>
</div>
</noscript>
</div>

<div id="devcloudp">
<div id="devcloud"></div>
</div>

<table class="devlist">
<colgroup>
<col width="25%"/>
Expand All @@ -61,10 +61,10 @@ <h1>{{ title }}</h1>
<col width="25%"/>
</colgroup>
<thead>

<tr>
<th>Name</th>
<th>Uni/Work</th>
<th>Affiliation/Workplace</th>
<th>Location</th>
<th>Description</th>
</tr>
Expand All @@ -73,7 +73,7 @@ <h1>{{ title }}</h1>
{{ devs.devs() }}

</table>

<div class="narrow small center">
If you are missing or your information needs updating, please send a pull request, editing the file
<a href="https://github.com/sagemath/website/blob/master/conf/contributors.xml">contributors.xml</a>,
Expand Down

0 comments on commit 5f5121a

Please sign in to comment.