Skip to content

Commit 8f4589d

Browse files
committed
Add readme. Add repository link in 'about' and update data credits.
1 parent 25e0dae commit 8f4589d

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

js/about.js

+20-22
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var Footer = React.createClass({
5555
<img
5656
className='center-block'
5757
id='footer-icon'
58-
src='resources/images/icon.png'
58+
src='resources/images/entwine-logo.png'
5959
/>
6060
</a>
6161
</div>
@@ -91,10 +91,13 @@ var Content = React.createClass({
9191
<div className='col-xs-12 col-sm-2'/>
9292
<div className='col-xs-12 col-sm-8'>
9393
<p>
94-
This demo gallery demonstrates interconnectivity between the <a href='potree.org'>Potree</a> renderer and <a href='https://github.com/hobu/greyhound'>Greyhound</a>, which is a RESTful, LoD-based point cloud streaming server for <a href='https://github.com/connormanning/entwine'>Entwine</a>-indexed endpoints.
94+
This demo gallery demonstrates interconnectivity between the <a href='potree.org'>Potree</a> renderer and <a href='https://github.com/hobu/greyhound'>Greyhound</a>, which is a point cloud streaming server for <a href='https://github.com/connormanning/entwine'>Entwine</a>-indexed endpoints.
9595
</p>
9696
<p>
97-
This work was accomplished via collaboration by <a href='https://www.esciencecenter.nl/profile/maarten-van-meersbergen-msc'>Maarten van Meersbergen</a>, <a href='https://www.esciencecenter.nl/profile/oscar-martinez-rubi-msc'>Oscar Martinez Rubi</a>, and <a href='https://github.com/connormanning'>Connor Manning</a> during the <a href='https://wiki.osgeo.org/wiki/Paris_Code_Sprint_2016'>OSGeo Paris Code Sprint 2016</a>.
97+
The integration between Potree and Greyhound was accomplished via collaboration by <a href='https://www.esciencecenter.nl/profile/maarten-van-meersbergen-msc'>Maarten van Meersbergen</a>, <a href='https://www.esciencecenter.nl/profile/oscar-martinez-rubi-msc'>Oscar Martinez Rubi</a>, and <a href='https://github.com/connormanning'>Connor Manning</a> during the <a href='https://wiki.osgeo.org/wiki/Paris_Code_Sprint_2016'>OSGeo Paris Code Sprint 2016</a>.
98+
</p>
99+
<p>
100+
The source code for this repository is available on <a href='https://github.com/connormanning/potree.entwine.io'>GitHub</a>.
98101
</p>
99102
</div>
100103
<div className='col-xs-12 col-sm-2'/>
@@ -139,10 +142,12 @@ var Page = React.createClass({
139142
Data credits
140143
</h3>
141144
<div className='center-block'>
142-
<Credit
143-
name='Autzen Stadium, St. Helens, Half Dome'
144-
>
145-
Howard Butler, <a href="hobu.co">Hobu, Inc.</a>
145+
<Credit name='SNCF Railway'>
146+
<a href='https://ressources.data.sncf.com/explore/dataset/nuage-points-3d/'>SNCF Open Data</a>
147+
</Credit>
148+
149+
<Credit name='Denmark'>
150+
<a href='http://kortforsyningen.dk/'>Kortforsyningen</a>
146151
</Credit>
147152

148153
<Credit name='Red Rocks Amphitheatre'>
@@ -151,30 +156,23 @@ var Page = React.createClass({
151156
</a> sample data
152157
</Credit>
153158

154-
<Credit name='Nepal'>
155-
Vanuatu village, Nepal. <a href="http://www.globaldirt.org/">GlobalDIRT</a>
156-
</Credit>
157-
158159
<Credit name='Lake Isabella'>
159160
David Finnegan, <a href="http://www.erdc.usace.army.mil/Locations/CRREL/Research.aspx">RS/GIS CRREL USACE</a>, 2015
160161
</Credit>
161162

162-
<Credit name='Iowa Bridge'>
163-
University Ave., Cedar Falls, IA - Iowa DOT
164-
</Credit>
165-
166-
<Credit name='Lone Star Geyser'>
167-
David Finnegan and Adam LeWinter, <a href="http://www.erdc.usace.army.mil/Locations/CRREL/Research.aspx">RS/GIS CRREL USACE</a>, 2015
163+
<Credit
164+
name='Autzen Stadium, St. Helens, Half Dome'
165+
>
166+
Howard Butler, <a href="hobu.co">Hobu, Inc.</a>
168167
</Credit>
169168

170-
<Credit name='Space Shuttle'>
171-
The Smithsonian National Air and Space Museum, Steven F. Udvar-Hazy Center, and <a href="http://www.crrel.usace.army.mil/">RS/GIS CRREL USACE</a>
169+
<Credit name='Vanuatu Village, Nepal'>
170+
<a href="http://www.globaldirt.org/">GlobalDIRT</a>
172171
</Credit>
173172

174-
<Credit name='SNCF Railway'>
175-
<a href='https://ressources.data.sncf.com/explore/dataset/nuage-points-3d/'>SNCF Open Data</a>
173+
<Credit name='Iowa Bridge'>
174+
University Ave., Cedar Falls, IA - Iowa DOT
176175
</Credit>
177-
178176
</div>
179177
</div>
180178
</div>

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Source repository for [potree.entwine.io](http://potree.entwine.io).
2+

0 commit comments

Comments
 (0)