Skip to content

Commit 71194bf

Browse files
authored
Merge pull request #376 from microbiomedata/375-create-nmdc-quick-clips-web-page
Create "NMDC Quick Clips" page having two embedded videos
2 parents 3917efa + 7181164 commit 71194bf

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

content/home/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ nav:
5656
- Tutorials:
5757
- Submitting to NMDC: tutorials/submission_portal.md
5858
- Navigating the Data Portal: tutorials/nav_data_portal.md
59+
- NMDC Quick Clips: tutorials/nmdc_quick_clips.md
5960
- How-To Guides:
6061
- Creating a Data Mgt. Plan: howto_guides/data_plan.md
6162
- Submitting to NMDC: howto_guides/submit2nmdc.md
49.7 KB
Loading
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# NMDC Quick Clips
2+
3+
<style>
4+
/**
5+
Here, we select an HTML element using its "alt" attribute, since that is
6+
one of the things about the HTML element that we can specify via Markdown.
7+
*/
8+
img[alt="NMDC Quick Clips logo"] {
9+
float: left;
10+
width: 80px;
11+
margin-right: 0.5rem;
12+
}
13+
</style>
14+
15+
![NMDC Quick Clips logo](../_static/images/tutorials/nmdc-quick-clips.png)
16+
17+
NMDC quick clips are brief tutorials (<5 minutes) that highlight new features, data access, and functionality across the NMDC platform. These tutorials are regularly updated and shared with the research community.
18+
19+
1. **Overview of NMDC Notebooks**: The NMDC Notebooks repository provides example Jupyter Notebooks that explore scientific questions to illustrate how to use NMDC’s standardized metadata for multi-omic investigation.
20+
<!--
21+
Note: The following HTML snippet was copied from the "Share > Embed" popup on the video's YouTube page, then, its
22+
original `width="560" height="315"` attribute pair was replaced with `class="nmdc-embedded-youtube-video"`.
23+
-->
24+
<iframe class="nmdc-embedded-youtube-video" src="https://www.youtube.com/embed/jEFUTs1iSrI?si=GNEO0x-Rg-GNwDr5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
25+
2. **Text search feature in the Data Portal**: As of the April 2026 release of the Data Portal, users can now search for studies and samples using the free text search box.
26+
<!--
27+
Note: The following HTML snippet was copied from the "Share > Embed" popup on the video's YouTube page, then, its
28+
original `width="560" height="315"` attribute pair was replaced with `class="nmdc-embedded-youtube-video"`.
29+
-->
30+
<iframe class="nmdc-embedded-youtube-video" src="https://www.youtube.com/embed/a3zSNugvPZw?si=XvFq3DJSqAEhB1-L" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 commit comments

Comments
 (0)