Skip to content

Commit

Permalink
Merge pull request #116 from microbiomedata/115-replicate-changes-mad…
Browse files Browse the repository at this point in the history
…e-in-upstream-nmdc_documentation-repo

Replicate some changes made in upstream `NMDC_Documentation` repo
  • Loading branch information
eecavanna authored Dec 20, 2024
2 parents 02d2ed7 + 15aabcf commit 57fc4d5
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 180 deletions.
Binary file not shown.
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.
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.
226 changes: 58 additions & 168 deletions content/home/src/howto_guides/portal_guide.md

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions content/home/src/reference/data_portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ The main technologies upon which it is built are:
* [Python](https://www.python.org/) and [FastAPI](https://fastapi.tiangolo.com/)
* [PostgreSQL](https://www.postgresql.org/) and [SQLAlchemy](https://www.sqlalchemy.org/)
* [Celery](https://docs.celeryq.dev/) and [Redis](https://redis.io/)
* [Vue.js](https://vuejs.org/) and [Vuetify](https://vuetifyjs.com/)
* [Vue.js](https://v2.vuejs.org/) and [Vuetify](https://v2.vuetifyjs.com/)

For specific versions of these technologies currently being used by the NMDC Data Portal, see the Dependencies below.

### Dependencies

The NMDC Data Portal depends upon various Python and JavaScript libraries, which are listed in either of the following documents:

* [Python dependencies](https://github.com/microbiomedata/nmdc-server/blob/main/setup.py)
* [Python dependencies](https://github.com/microbiomedata/nmdc-server/blob/main/pyproject.toml)
* [Javascript dependencies](https://github.com/microbiomedata/nmdc-server/blob/main/web/package.json)

## Architecture
Expand All @@ -30,5 +32,5 @@ Information about the HTTP API is in this [wiki](https://github.com/microbiomeda

Here are some resources people can use to learn about the development of the NMDC Data Portal.

* [Server and client development documentation](https://github.com/microbiomedata/nmdc-server)
* [Client architecture notes](https://github.com/microbiomedata/nmdc-server/blob/main/web/README.md)
* [Server and client development documentation](https://github.com/microbiomedata/nmdc-server/blob/main/docs/development.md)
* [Client architecture notes](https://github.com/microbiomedata/nmdc-server/blob/main/web/README.md)
16 changes: 8 additions & 8 deletions content/home/src/tutorials/nav_data_portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
>
>    Question 1: How many metagenomes have been collected near Corvallis?
>
>Task 3: Using the Study box (which shows the number of microbiome studies related to the metagenomes identified in Task 2), click the arrow on the right side of this box to go to the Study Page for this study.
>Task 3: Using the Study box (which shows the number of microbiome studies related to the metagenomes identified in Task 2), click the arrow on the right side of this box to go to the Study Page for Bio-Scales.
>
>    Question 1: What is the DOI for this study? (Note: This is also the DOI for the Dataset Citation.)
>    Question 1: What is the award DOI for this study?
>
>Task 4: Go back to the main Data Portal page and clear the active query terms in the upper left corner. Use the Collection date option in the left menu bar or the timeline slide feature (below the Omics type and map) to filter to samples collected in 2015. Use the "search" feature (upper left corner) to find metagenomes collected from freshwater river biomes.
>Task 4: Go back to the main Data Portal page and clear the active query terms in the upper left corner. Use the Collection date option in the left menu bar or the timeline slide feature (below the data type and map) to filter to samples collected in 2015. Use the "search" feature (upper left corner) to find metagenomes collected from freshwater river biomes.
>
>    Question 1: How many samples collected from freshwater biomes in 2015 have metagenomic data?
>
>    Question 2: What other types of omics data are available for these samples?
>    Question 2: What other types of data are available for these samples?
>
>Task 5: In the Omics box, click the additional omics types available for these samples. This will allow you to be able to download from any of the processed data. (You must be logged in to be able to download data.) Download some **small** files from the first sample in the list:
>Task 5: In the data type box, click the additional data types available for these samples. This will allow you to be able to download from any of the processed data. (You must be logged in to be able to download data.) Download some **small** files from the first sample in the list:
>
>    1. Click the Metagenome button under the first sample. You can see all of the processed data available from this metagenome; download the QC Statistics.
>
Expand All @@ -39,10 +39,10 @@


## Answers to Tutorial Questions
>Task 2, Question 1: 108 metagenomes have been collected near Corvallis, Oregon.
>Task 2, Question 1: 167 metagenomes have been collected near Corvallis, Oregon.
>
>Task 3, Question 1: The DOI for this study and dataset is https://doi.org/10.46936/10.25585/60000017
>
>Task 4, Question 1: There are 32 samples collected from freshwater river biomes in 2015 which have metagenomic data.
>Task 4, Question 1: There are 53 samples collected from freshwater river biomes in 2015 which have metagenomic data.
>
>Task 4, Question 2: There are also proteomics and metabolomics data for these 32 samples.
>Task 4, Question 2: There are also proteomics and metabolomics data for 32 of these samples.

0 comments on commit 57fc4d5

Please sign in to comment.