Skip to content

Commit

Permalink
Add links to AAFC-developed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Sep 4, 2024
1 parent 5c15dc1 commit 3d3b65d
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/theme/images/dina_data_model.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions pages/de/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,22 @@ lang: de
last_modified_at: 2024-08-28T11:59:26-04:00
---

<div class="border border-success border-2 rounded-2 mb-4">
<img width="100%" alt="Samplistic Model" src="{{ '/assets/theme/images/model.png' | relative_url }}" class="img-fluid mb-3">
<div class="fs-5 bg-success text-white p-2">DINA's unique, "samplistic" design model traces complete object histories and preserves links to derivatives and related material​. Our mantra: <span class="fst-italic">Uniting data, accelerating discovery</span></div>
</div>

Vision & Mission
----------------

Our vision is an interoperable digital information system for natural science that advances research, conservation efforts, and public understanding of the natural world.

Our mission is to build and maintain an open-source, standards-based digital information system for the natural sciences where organizations and experts share in its development and success.

<div class="border border-success border-2 rounded-2 mb-4 mt-4">
<img width="100%" alt="DINA Standards" src="{{ '/assets/theme/images/standards.png' | relative_url }}" class="img-fluid">
<div class="fs-5 bg-success text-white p-2">DINA is standards-compliant from metadata to material samples to their derived data products such as DNA sequences and multimedia.</div>
</div>

<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1001642789?h=391d411fab" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
<p><a href="https://vimeo.com/1001642789">DINA Demo</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
20 changes: 15 additions & 5 deletions pages/en/docs/api-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,32 @@ toc: true
lang: en
---

## Agent
The DINA Application Programming Interfaces are based on [JSON:API](https://jsonapi.org/). Exceptions include the Search API and the Export API. Below are OpenAPI rendered schema to view attributes and relationships for its significant modules.

### Agent

[https://www.dina-project.net/agent-specs/](https://www.dina-project.net/agent-specs/)

## Collection
### Collection

[https://www.dina-project.net/collection-specs/](https://www.dina-project.net/collection-specs/)

## Loan Transaction
### Loan Transaction

[https://www.dina-project.net/loan-transaction-specs/](https://www.dina-project.net/loan-transaction-specs/)

## Object Store
### Object Store

[https://www.dina-project.net/object-store-specs/](https://www.dina-project.net/object-store-specs/)

## Sequence
### Sequence

[https://www.dina-project.net/sequence-specs/](https://www.dina-project.net/sequence-specs/)

### Search API

[https://github.com/AAFC-BICoE/dina-search-api](https://github.com/AAFC-BICoE/dina-search-api)

### Export API

[https://github.com/AAFC-BICoE/dina-export-api/blob/main/docs/api.adoc](https://github.com/AAFC-BICoE/dina-export-api/blob/main/docs/api.adoc)
18 changes: 16 additions & 2 deletions pages/en/docs/dev-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
title: "Developer Documentation"
description: "DINA Consortium"
permalink: /en/docs/dev-documentation
last_modified_at: 2023-02-16T11:59:26-04:00
last_modified_at: 2024-09-04T11:59:26-04:00
lang: en
---

UNDER CONSTRUCTION
See the [DINA Developer Guide](https://aafc-bicoe.github.io/dina-documentation/developer/) and the [DINA local deployment](https://aafc-bicoe.github.io/dina-local-deployment/) maintained by Agriculture & Agri-Food Canada.

## High Level Architecture

<img width="100%" alt="DINA Standards" src="{{ '/assets/theme/images/DINA-AAFC_High_Level_Architecture.drawio.png' | relative_url }}" class="img-fluid">

## Client Applications

### Python

[dina-py](https://github.com/AAFC-BICoE/dina-py), under development by Agriculture & Agri-Food Canada

### Ruby

[dina](https://rubygems.org/gems/dina) gem
7 changes: 6 additions & 1 deletion pages/en/docs/user-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ last_modified_at: 2023-02-16T11:59:26-04:00
lang: en
---

UNDER CONSTRUCTION
See the [DINA User Guide](https://aafc-bicoe.github.io/dina-documentation/) maintained by Agriculture & Agri-Food Canada.

## High Level Design

<img width="100%" alt="DINA Standards" src="{{ '/assets/theme/images/dina_data_model.drawio.png' | relative_url }}" class="img-fluid">

2 changes: 0 additions & 2 deletions pages/en/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Our vision is an interoperable digital information system for natural science th

Our mission is to build and maintain an open-source, standards-based digital information system for the natural sciences where organizations and experts share in its development and success.

<link rel="stylesheet" href="{{ '/assets/theme/css/main.css' | relative_url }}">

<div class="border border-success border-2 rounded-2 mb-4 mt-4">
<img width="100%" alt="DINA Standards" src="{{ '/assets/theme/images/standards.png' | relative_url }}" class="img-fluid">
<div class="fs-5 bg-success text-white p-2">DINA is standards-compliant from metadata to material samples to their derived data products such as DNA sequences and multimedia.</div>
Expand Down
17 changes: 17 additions & 0 deletions pages/fr/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,22 @@ lang: fr
last_modified_at: 2024-08-28T11:59:26-04:00
---

<div class="border border-success border-2 rounded-2 mb-4">
<img width="100%" alt="Samplistic Model" src="{{ '/assets/theme/images/model.png' | relative_url }}" class="img-fluid mb-3">
<div class="fs-5 bg-success text-white p-2">DINA's unique, "samplistic" design model traces complete object histories and preserves links to derivatives and related material​. Our mantra: <span class="fst-italic">Uniting data, accelerating discovery</span></div>
</div>

Vision & Mission
----------------

Our vision is an interoperable digital information system for natural science that advances research, conservation efforts, and public understanding of the natural world.

Our mission is to build and maintain an open-source, standards-based digital information system for the natural sciences where organizations and experts share in its development and success.

<div class="border border-success border-2 rounded-2 mb-4 mt-4">
<img width="100%" alt="DINA Standards" src="{{ '/assets/theme/images/standards.png' | relative_url }}" class="img-fluid">
<div class="fs-5 bg-success text-white p-2">DINA is standards-compliant from metadata to material samples to their derived data products such as DNA sequences and multimedia.</div>
</div>

<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1001642789?h=391d411fab" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
<p><a href="https://vimeo.com/1001642789">DINA Demo</a> on <a href="https://vimeo.com">Vimeo</a>.</p>

0 comments on commit 3d3b65d

Please sign in to comment.