Skip to content

Commit f0f4db5

Browse files
authored
Biorepository Collections v0.8.0 (#64)
* update deps * add biorepository collections docs, update react apps * fix typos in biorepo collection definitions * fix typos in biorepo collection definitions * fix biorepo collections array definition * handle footer NEON logo in previous, next cases
1 parent 1f64efd commit f0f4db5

File tree

144 files changed

+4895
-2902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+4895
-2902
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-------------------------------------------------------------------------------
22
# Builder container for reproducible build environment
33

4-
FROM python:3.10-alpine as builder
4+
FROM python:3.11-alpine AS builder
55

66
WORKDIR /usr/src/app
77
COPY ./docs /usr/src/app/build-temp/api-docs/docs
@@ -23,7 +23,7 @@ RUN cd /usr/src/app/build-temp/api-docs \
2323
#-------------------------------------------------------------------------------
2424
# Builder container for reproducible build environment
2525

26-
FROM golang:1.17-alpine as go-builder
26+
FROM golang:1.21-alpine AS go-builder
2727

2828
WORKDIR /go/src/app
2929

@@ -39,7 +39,7 @@ RUN go mod verify \
3939
#-------------------------------------------------------------------------------
4040
# Build production container with only necessary artifacts
4141

42-
FROM alpine:3.16
42+
FROM alpine:3.18
4343

4444
# Traefik auto discover labels
4545
LABEL \

docs/content/endpoints/products.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Information about each data product
133133
|**changeLogs**|List of issues and associated details for the product|[[changeLogs](#changelogs)]|
134134
|**specs**|List of documents, including protocols or user guides, associated with the data product|[[spec](#spec)]|
135135
|**keywords**|List of words and phrases associated with the data product|[string]|
136+
|**biorepositoryCollections**|List of NEON biorepository collections associated with the data product|[[biorepositoryCollections](#biorepository-collections)]|
136137
|**releases**|List of releases that this product has available data within|[[releases](#product-releases)]|
137138
|**siteCodes**|List of sites and months of available data|[[siteCodes](#sitecodes)]|
138139

@@ -178,6 +179,19 @@ Information about releases that a data product is included in
178179
|**url**|The URL to the API endpoint that references the release|string|
179180
|**productDoi**|Information about the DOI associated with the product and release|[productDoi](#product-productdoi)|
180181

182+
<a name="biorepository-collections"></a>
183+
### **biorepositoryCollections**
184+
185+
Information about biorepository collections that are associated with this data product
186+
187+
|Name|Description|Schema|
188+
|---|---|---|
189+
|**collectionCode**|The collection code assigned to the collection|string|
190+
|**collectionName**|The name of the collection|string|
191+
|**collectionUrl**|The URL to the API endpoint for the specified collection|string|
192+
|**collectionContentUrl**|The URL to the biorepository collection landing page|string|
193+
|**collectionDownloadUrl**|The URL to download the biorepository collection dataset|string|
194+
181195
<a name="product-productdoi"></a>
182196
### **productDoi**
183197

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "./static/css/main.b75e6afa.css",
4-
"main.js": "./static/js/main.7d256dc8.js",
3+
"main.css": "./static/css/main.bc25d16a.css",
4+
"main.js": "./static/js/main.9538d8e4.js",
55
"index.html": "./index.html",
6-
"main.b75e6afa.css.map": "./static/css/main.b75e6afa.css.map",
7-
"main.7d256dc8.js.map": "./static/js/main.7d256dc8.js.map"
6+
"main.bc25d16a.css.map": "./static/css/main.bc25d16a.css.map",
7+
"main.9538d8e4.js.map": "./static/js/main.9538d8e4.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.b75e6afa.css",
11-
"static/js/main.7d256dc8.js"
10+
"static/css/main.bc25d16a.css",
11+
"static/js/main.9538d8e4.js"
1212
]
1313
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEON Data API REST Explorer"/><link rel="manifest" href="./manifest.json"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin=""><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,400i,700%7CRoboto+Mono&amp;display=fallback"><title>NEON Data API REST Explorer</title><script defer="defer" src="./static/js/main.7d256dc8.js"></script><link href="./static/css/main.b75e6afa.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEON Data API REST Explorer"/><link rel="manifest" href="./manifest.json"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin=""><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,400i,700%7CRoboto+Mono&amp;display=fallback"><title>NEON Data API REST Explorer</title><script defer="defer" src="./static/js/main.9538d8e4.js"></script><link href="./static/css/main.bc25d16a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/content/explorer/build/static/css/main.b75e6afa.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/content/explorer/build/static/css/main.b75e6afa.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/content/explorer/build/static/css/main.bc25d16a.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/explorer/build/static/css/main.bc25d16a.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/explorer/build/static/js/main.7d256dc8.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/content/explorer/build/static/js/main.7d256dc8.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)