Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pug/includes/portfolio-modal-1.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
.modal-body
// Project details
h2.text-uppercase Privacy Policy
p.item-intro.text-muted OGC API Features does not log or share your personal information.
p.item-intro.text-muted OGC API - Connected Systems does not log or share your personal information.
p We don't track you. We don't profile you. Period
25 changes: 0 additions & 25 deletions src/pug/includes/portfolio-modal-2.pug

This file was deleted.

25 changes: 0 additions & 25 deletions src/pug/includes/portfolio-modal-3.pug

This file was deleted.

25 changes: 0 additions & 25 deletions src/pug/includes/portfolio-modal-4.pug

This file was deleted.

25 changes: 0 additions & 25 deletions src/pug/includes/portfolio-modal-5.pug

This file was deleted.

25 changes: 0 additions & 25 deletions src/pug/includes/portfolio-modal-6.pug

This file was deleted.

21 changes: 8 additions & 13 deletions src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ html(lang='en')
.text-left
p.text-muted
| The standard is published in two parts.
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html' target='_blank') Part 1: Feature Resources
a(href='https://docs.ogc.org/is/23-001/23-001.html' target='_blank') Part 1: Feature Resources
| defines how to describe and discover the systems that produce data — their identifiers, metadata, deployment context, and the things they sample.
a(href='https://docs.ogc.org/is/23-002r0/23-002r0.html' target='_blank') Part 2: Dynamic Data
a(href='https://docs.ogc.org/is/23-002/23-002.html' target='_blank') Part 2: Dynamic Data
| defines how observations and tasking commands flow to and from those systems in real time and historically.
h4.mt-4 Part 1 — Feature Resources
ul
Expand Down Expand Up @@ -186,7 +186,7 @@ html(lang='en')
h4 CS GO Reference Server
p.text-muted Powered by connected-systems-go
p.text-muted A public Go-based CSAPI server hosted by OS4CSAPI. Implements Part 1 (Feature Resources) and Part 2 (Dynamic Data) and is the primary integration target for the OS4CSAPI conformance and tutorial work.
a.btn.btn-dark.btn-social.mx-2(href='https://129-80-248-53.sslip.io/csapi-go/' title='Landing page' target='_blank')
a.btn.btn-dark.btn-social.mx-2(href='https://129-80-248-53.sslip.io/csapi-go-v2/' title='Landing page' target='_blank')
i.fa.fa-link
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/SomethingCreativeStudios/connected-systems-go' title='Source code' target='_blank')
i.fab.fa-github
Expand Down Expand Up @@ -275,7 +275,7 @@ html(lang='en')
<tr>
<th scope="row" class="table-info text-start">Go <i class="fas fa-server"></i></th>
<td class="text-start">connected-systems-go</td>
<td><a href="https://github.com/SomethingCreativeStudios/connected-systems-go" target="_blank" title="GitHub"><i class="fab fa-github"></i></a> &nbsp; <a href="https://129-80-248-53.sslip.io/csapi-go/" target="_blank" title="Live demo"><i class="fas fa-link"></i></a></td>
<td><a href="https://github.com/SomethingCreativeStudios/connected-systems-go" target="_blank" title="GitHub"><i class="fab fa-github"></i></a> &nbsp; <a href="https://129-80-248-53.sslip.io/csapi-go-v2/" target="_blank" title="Live demo"><i class="fas fa-link"></i></a></td>
<td class="table-success"><i class="fas fa-check"></i></td>
<td class="table-success"><i class="fas fa-check"></i></td>
<td class="text-muted">&mdash;</td>
Expand Down Expand Up @@ -437,17 +437,17 @@ html(lang='en')
ul.timeline
li
.timeline-image
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html' title='Read the specification' target='_blank')
a(href='https://docs.ogc.org/is/23-001/23-001.html' title='Read the specification' target='_blank')
img.rounded-circle.img-fluid(src='assets/img/about/ogcapi.png', alt='...')
.timeline-panel
.timeline-heading
h4.subheading Read the specification
.timeline-body
p.text-muted
| Start with
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html' target='_blank') Part 1: Feature Resources
a(href='https://docs.ogc.org/is/23-001/23-001.html' target='_blank') Part 1: Feature Resources
| to learn the core resource model, then
a(href='https://docs.ogc.org/is/23-002r0/23-002r0.html' target='_blank') Part 2: Dynamic Data
a(href='https://docs.ogc.org/is/23-002/23-002.html' target='_blank') Part 2: Dynamic Data
| for Datastreams, Observations, ControlStreams, and Commands. Both parts include conformance classes you can target incrementally.
li.timeline-inverted
.timeline-image
Expand All @@ -472,7 +472,7 @@ html(lang='en')
| Hit a public CSAPI test server such as the OS4CSAPI
a(href='https://129-80-248-53.sslip.io/sensorhub/api' target='_blank') OpenSensorHub instance
| or the
a(href='https://129-80-248-53.sslip.io/csapi-go/' target='_blank') connected-systems-go demo
a(href='https://129-80-248-53.sslip.io/csapi-go-v2/' target='_blank') connected-systems-go demo
| and walk the resource graph:
code /systems
| ,
Expand Down Expand Up @@ -537,11 +537,6 @@ html(lang='en')

// Portfolio Modals
include includes/portfolio-modal-1
include includes/portfolio-modal-2
include includes/portfolio-modal-3
include includes/portfolio-modal-4
include includes/portfolio-modal-5
include includes/portfolio-modal-6

// Bootstrap core JS
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js')
Expand Down
Loading