Commit 7f5a62d7 authored by Steve Tjoa's avatar Steve Tjoa

signal representations

parent 73f6f4c4
...@@ -15,5 +15,15 @@ p, li ...@@ -15,5 +15,15 @@ p, li
line-height: 1.5; line-height: 1.5;
} }
a { text-decoration: none !important; } code { font-weight: bold; }
a:focus, a:hover { text-decoration: underline !important; }
a, a code {
color: #337ab7 !important;
text-decoration: none !important;
}
a:focus, a:hover,
a:focus code, a:hover code
{
color: #336699 !important;
text-decoration: underline !important;
}
...@@ -240,7 +240,7 @@ div#notebook { ...@@ -240,7 +240,7 @@ div#notebook {
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<ol> <ol>
<li><a href="notebooks/signal_representations.ipynb">Signal Representations</a></li> <li><a href="signal_representations.html">Signal Representations</a> (<a href="signal_representations.ipynb">ipynb</a>)</li>
<li><a href="notebooks/onset_detection.ipynb">Onset Detection</a></li> <li><a href="notebooks/onset_detection.ipynb">Onset Detection</a></li>
<li><a href="notebooks/beat_tracking.ipynb">Beat Tracking</a></li> <li><a href="notebooks/beat_tracking.ipynb">Beat Tracking</a></li>
<li><a href="exercises/feature_sonification.ipynb">Exercise: Understanding Audio Features through Sonification</a></li> <li><a href="exercises/feature_sonification.ipynb">Exercise: Understanding Audio Features through Sonification</a></li>
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [Signal Representations](notebooks/signal_representations.ipynb)\n", "1. [Signal Representations](signal_representations.html) ([ipynb](signal_representations.ipynb))\n",
"1. [Onset Detection](notebooks/onset_detection.ipynb)\n", "1. [Onset Detection](notebooks/onset_detection.ipynb)\n",
"1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n", "1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n",
"1. [Exercise: Understanding Audio Features through Sonification](exercises/feature_sonification.ipynb)" "1. [Exercise: Understanding Audio Features through Sonification](exercises/feature_sonification.ipynb)"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment