Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/templates/docker-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Running Notebooks with Docker &mdash; DANDI Example Notebooks</title>
<title>Running Notebooks with Docker &mdash; DANDI Notebooks</title>
<link rel="icon" href="https://dandiarchive.org/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -117,7 +117,7 @@
<body>
<header class="site">
<div class="container">
<div class="eyebrow">DANDI Example Notebooks</div>
<div class="eyebrow">DANDI Notebooks</div>
<h1>Running Notebooks with Docker</h1>
<a class="back" href="index.html">&larr; Back to the notebook index</a>
</div>
Expand Down
8 changes: 4 additions & 4 deletions .github/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DANDI Example Notebooks</title>
<title>DANDI Notebooks</title>
<link rel="icon" href="https://dandiarchive.org/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -490,8 +490,8 @@
<header class="site">
<div class="container hero">
<div class="hero-text">
<div class="eyebrow">DANDI Archive</div>
<h1 class="site-title">Example Notebooks</h1>
<div class="eyebrow">dandiarchive.org</div>
<h1 class="site-title">DANDI Notebooks</h1>
<p class="site-lede">A curated index of example Jupyter notebooks for datasets hosted on the DANDI Archive — reference workflows for exploring open neurophysiology data across labs, species, and modalities.</p>
</div>
<img class="hero-logo" src="dandi-logo.svg" alt="DANDI logo">
Expand Down Expand Up @@ -579,7 +579,7 @@ <h3 class="notebooks-heading">Notebooks</h3>

<footer class="site">
<div class="container">
<div class="brand">DANDI Example Notebooks</div>
<div class="brand">DANDI Notebooks</div>
<a href="https://github.com/dandi/example-notebooks" target="_blank" rel="noopener">github.com/dandi/example-notebooks</a>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Example notebooks
# DANDI Notebooks

This repository contains example notebooks associated with datasets, conference tools, or more generally notebooks that illustrate the use of data on DANDI. This repository is cloned into the [DANDI JupyterHub environment](https://hub.dandiarchive.org). Please note that you will need to visit https://dandiarchive.org and sign in once to get access to the JupyterHub.

Expand Down
Loading