Skip to content

Commit

Permalink
Merge pull request #46 from grzegorz69/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrapiCoordinatorSelby committed May 15, 2024
1 parent b3b8562 commit 270031f
Show file tree
Hide file tree
Showing 23 changed files with 4,317 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Output directory containing the formatted manuscript

The [`gh-pages`](https://github.com/plantbreeding/BrAPI-Manuscript2/tree/gh-pages) branch hosts the contents of this directory at <https://plantbreeding.github.io/BrAPI-Manuscript2/>.
The permalink for this webpage version is <https://plantbreeding.github.io/BrAPI-Manuscript2/v/04aae25c6754ed697fd4f80363fae94b46e9d8b6/>.
The permalink for this webpage version is <https://plantbreeding.github.io/BrAPI-Manuscript2/v/cc0b6ccdccb11731fee8a3792331adc6fd200323/>.
To redirect to the permalink for the latest manuscript version at anytime, use the link <https://plantbreeding.github.io/BrAPI-Manuscript2/v/freeze/>.

## Files
Expand Down Expand Up @@ -35,4 +35,4 @@ Verifying timestamps with the `ots verify` command requires running a local bitc
## Source

The manuscripts in this directory were built from
[`04aae25c6754ed697fd4f80363fae94b46e9d8b6`](https://github.com/plantbreeding/BrAPI-Manuscript2/commit/04aae25c6754ed697fd4f80363fae94b46e9d8b6).
[`cc0b6ccdccb11731fee8a3792331adc6fd200323`](https://github.com/plantbreeding/BrAPI-Manuscript2/commit/cc0b6ccdccb11731fee8a3792331adc6fd200323).
19 changes: 12 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<meta name="dc.date" content="2024-05-15" />
<meta name="citation_publication_date" content="2024-05-15" />
<meta property="article:published_time" content="2024-05-15" />
<meta name="dc.modified" content="2024-05-15T15:58:26+00:00" />
<meta property="article:modified_time" content="2024-05-15T15:58:26+00:00" />
<meta name="dc.modified" content="2024-05-15T16:00:37+00:00" />
<meta property="article:modified_time" content="2024-05-15T16:00:37+00:00" />
<meta name="dc.language" content="en-US" />
<meta name="citation_language" content="en-US" />
<meta name="dc.relation.ispartof" content="Manubot" />
Expand Down Expand Up @@ -263,9 +263,9 @@
<meta name="citation_fulltext_html_url" content="https://plantbreeding.github.io/BrAPI-Manuscript2/" />
<meta name="citation_pdf_url" content="https://plantbreeding.github.io/BrAPI-Manuscript2/manuscript.pdf" />
<link rel="alternate" type="application/pdf" href="https://plantbreeding.github.io/BrAPI-Manuscript2/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://plantbreeding.github.io/BrAPI-Manuscript2/v/04aae25c6754ed697fd4f80363fae94b46e9d8b6/" />
<meta name="manubot_html_url_versioned" content="https://plantbreeding.github.io/BrAPI-Manuscript2/v/04aae25c6754ed697fd4f80363fae94b46e9d8b6/" />
<meta name="manubot_pdf_url_versioned" content="https://plantbreeding.github.io/BrAPI-Manuscript2/v/04aae25c6754ed697fd4f80363fae94b46e9d8b6/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://plantbreeding.github.io/BrAPI-Manuscript2/v/cc0b6ccdccb11731fee8a3792331adc6fd200323/" />
<meta name="manubot_html_url_versioned" content="https://plantbreeding.github.io/BrAPI-Manuscript2/v/cc0b6ccdccb11731fee8a3792331adc6fd200323/" />
<meta name="manubot_pdf_url_versioned" content="https://plantbreeding.github.io/BrAPI-Manuscript2/v/cc0b6ccdccb11731fee8a3792331adc6fd200323/manuscript.pdf" />
<meta property="og:type" content="article" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/png" sizes="192x192" href="https://manubot.org/favicon-192x192.png" />
Expand All @@ -282,9 +282,9 @@ <h1 class="title">BrAPI Success Stories</h1>
</header>
<p><small><em>
This manuscript
(<a href="https://plantbreeding.github.io/BrAPI-Manuscript2/v/04aae25c6754ed697fd4f80363fae94b46e9d8b6/">permalink</a>)
(<a href="https://plantbreeding.github.io/BrAPI-Manuscript2/v/cc0b6ccdccb11731fee8a3792331adc6fd200323/">permalink</a>)
was automatically generated
from <a href="https://github.com/plantbreeding/BrAPI-Manuscript2/tree/04aae25c6754ed697fd4f80363fae94b46e9d8b6">plantbreeding/BrAPI-Manuscript2@04aae25</a>
from <a href="https://github.com/plantbreeding/BrAPI-Manuscript2/tree/cc0b6ccdccb11731fee8a3792331adc6fd200323">plantbreeding/BrAPI-Manuscript2@cc0b6cc</a>
on May 15, 2024.
</em></small></p>
<h2 id="authors">Authors</h2>
Expand Down Expand Up @@ -915,6 +915,11 @@ <h4 id="brapi-plug-and-play-graphql-based-data-warehouse">BrAPI plug and play Gr
<p>The GraphQL server is particularly rich in features. Records are paginated using the highly efficient cursor based pagination model as proposed in the GraphQL standard. Logical filters allow for exhaustive search queries, whose structure is highly intuitive and based around logical triplets. A data model field is validated using an operator and a value, e.g. “Study name equals ‘my_study’”. A large collection of operators is available and triplets can be combined to logical search trees using “and” or “or” operators. Searches can be extended over relationships between data models, thus enabling a user to query the warehouse for exactly the required data. Access security is implemented with the OAuth2 user authentication standard (datatracker.ietf.org/doc/html/rfc6749). Authorization is based on user roles and can be configured differently for each single data model read or write function. The generated graphical interface allows for the integration of interactive scientific plots and analysis tools written in JavaScript or WebAssembly.</p>
<!-- Asis Hallab: To Do: (i) provide the link to an example running data warehouse, and (ii) include and describe example scientific plots. -->
<p>The Zendro data-warehouse is capable of forming an efficient cloud of data servers. This is achieved simply by linking (URLs) other Zendro based warehouses that expose the same GraphQL API to the same data models, or a subset of data models. Any network of such Zendro GraphQL servers can be set up using this configuration approach. The code generated then exposes full access to all data records stored on any node of the network, while maintaining full security control at each node. Importantly, the warehouses are programmed in such a way that any number of data servers can be joined without loss of efficiency. Only the network connection speed and size of requested record sets influence the performance.</p>
<h4 id="dart-sample-submission">DArT Sample Submission</h4>
<!-- Grzegorz Uszynski and Puthick Hok - Diversity Arrays Technology DArT -->
<p>The DArT genotyping lab is heavily used world wide when it comes to plant genotyping. With over 1200 available organisms and species, client base on every continent and already many million samples processed, DArT provides services for several generic and bespoke genotyping technologies and solutions. Processes of sample tracking and fast data delivery are at the core of the ordering system developed at DArT. Whole system is tightly integrated with DArTdb - DArT’s custom LIMS oprational system, which is driving laboratory, quality and analytical processes.</p>
<p>Diversity Arrays Technology was a part of BrAPI community since its inception. DArT developers have worked with the BrAPI community contributing to various aspects of the API specification. One of them was establishing a standard API for sending sample metadata to the lab for genotyping. This solution eliminates much of the human error involved with sending samples to en external lab and also allows for an automated process of the samples batch transfers. Beyond sample submission, current implementation allows for an order status verification, automated data discovery and downloads. Data are delivered as standard data packages with self-describing metadata.</p>
<p>Current BrAPI implementation at DArt has a production status and it is compatible with the newest BrAPI specification. Further details about DArT’s ordering system can be found at <a href="https://ordering.diversityarrays.com">DArTOrderingSystem</a> and also at <a href="https://help.diversityarrays.com/docs/ordering">DArTHelp</a></p>
<h2 id="discussion">Discussion</h2>
<!-- * how can BrAPI help breeders (specifically small breeders)
* Looking ahead - what needs to be done further
Expand Down
Binary file modified manuscript.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions v/cc0b6ccdccb11731fee8a3792331adc6fd200323/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions v/cc0b6ccdccb11731fee8a3792331adc6fd200323/images/orcid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions v/cc0b6ccdccb11731fee8a3792331adc6fd200323/images/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 270031f

Please sign in to comment.