Skip to content

Commit 5f5121a

Browse files
committed
Use affiliation or workplace
1 parent 9d84331 commit 5f5121a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/development-map.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>{{ title }}</h1>
3939
<a href="javascript:;" onclick="zoomTo(&quot;SAM&quot;);">S. America</a> -
4040
<a href="javascript:;" onclick="zoomTo(&quot;Australia&quot;);">Australia</a>
4141
</div>
42-
42+
4343
<div class="center" id="devmap">
4444
<noscript>
4545
<div class="center large narrow">
@@ -48,11 +48,11 @@ <h1>{{ title }}</h1>
4848
</div>
4949
</noscript>
5050
</div>
51-
51+
5252
<div id="devcloudp">
5353
<div id="devcloud"></div>
5454
</div>
55-
55+
5656
<table class="devlist">
5757
<colgroup>
5858
<col width="25%"/>
@@ -61,10 +61,10 @@ <h1>{{ title }}</h1>
6161
<col width="25%"/>
6262
</colgroup>
6363
<thead>
64-
64+
6565
<tr>
6666
<th>Name</th>
67-
<th>Uni/Work</th>
67+
<th>Affiliation/Workplace</th>
6868
<th>Location</th>
6969
<th>Description</th>
7070
</tr>
@@ -73,7 +73,7 @@ <h1>{{ title }}</h1>
7373
{{ devs.devs() }}
7474

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

0 commit comments

Comments
 (0)