Commit 1f2af18b authored by Steve Tjoa's avatar Steve Tjoa

custom css style; about directory

parent c146edf8
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# About This Workshop"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[CCRMA MIR Workshop Description and Registration](https://ccrma.stanford.edu/workshops/music-information-retrieval-mir)\n",
"\n",
"The material for this workshop is hosted on [GitHub](https://github.com/stevetjoa/stanford-mir)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Instructors"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Links redirect to that year's wiki page.*"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- [2008](https://ccrma.stanford.edu/wiki/MIR_workshop_2008): Jay LeBoeuf\n",
"- [2009](https://ccrma.stanford.edu/wiki/MIR_workshop_2009): Jay LeBoeuf, Kyogu Lee\n",
"- [2010](https://ccrma.stanford.edu/wiki/MIR_workshop_2010): Jay LeBoeuf, Rebecca Fiebrink\n",
"- [2011](https://ccrma.stanford.edu/wiki/MIR_workshop_2011): Jay LeBoeuf, Stephen Pope, Leigh Smith, Steve Tjoa\n",
"- [2012](https://ccrma.stanford.edu/wiki/MIR_workshop_2012): Jay LeBoeuf, Leigh Smith, Steve Tjoa\n",
"- [2013](https://ccrma.stanford.edu/wiki/MIR_workshop_2013): Jay LeBoeuf, Leigh Smith, Steve Tjoa\n",
"- [2014](https://ccrma.stanford.edu/wiki/MIR_workshop_2014): Jay LeBoeuf, Leigh Smith, Steve Tjoa\n",
"- 2015: Jay LeBoeuf, Leigh Smith, Steve Tjoa"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Guest Lecturers"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- 2011: Rebecca Fiebrink, Doug Eck, George Tzanetakis\n",
"- 2012: Oscar Celma, Michael Mandel\n",
"- 2013: Ching-Wei Chen, Nick Bryan, Gautham Mysore\n",
"- 2014: Stephen Pope, Andreas Ehmann"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Alumni"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- 2008:\n",
"- 2009 [[full list](https://ccrma.stanford.edu/wiki/MIR_workshop_2009/Participants)]: Luke Dahl, Mike Gao, Craig Hanson, Jorge Herrera, Denis Lebel, Sang Won Lee, Gautham Mysore, Jeremy Sawruk, Hwan Shim, Diana Siwiak, Steve Tjoa, Elie Noune, James Hughes, Stefan Tomic, Lisa Lim, Fred Barrett\n",
"- 2010:\n",
"- 2011: Chris Colatos, Jeff Albert, Kamlesh Lakshminarayanan, Sean Zhang, Eli Stine, David Bird, Gina Collecchia, Dekun Zou, Bill Paseman, John Amuedo\n",
"- 2012:\n",
"- 2013: Freddie Sanchez, Linda Barnett, Xuchen Yang, Vivek Kumar, Felipe Loáiciga Espeleta, Haoqing (Panda) Geng\n",
"- 2014: Krishna Kumar, Owen Campbell, Dan Cartoon, Rob Miller, Davide Fossati, Biagio Gallo, Joel Hunt, Shinobu Yamada, Fredom Luo, Sejin Oh, Phaedon Sinis, Xinyuan Lai, Greg Mertz, Matt Mitchell"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
h1 { font-size: 300% !important; }
...@@ -195,7 +195,7 @@ div#notebook { ...@@ -195,7 +195,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/about.ipynb">About musicinformationretrieval.com</a></li> <li><a href="about/">About musicinformationretrieval.com</a></li>
<li><a href="notebooks/get_good_at_ipython.ipynb">Getting Good at IPython</a></li> <li><a href="notebooks/get_good_at_ipython.ipynb">Getting Good at IPython</a></li>
<li><a href="notebooks/ipython_audio.ipynb">Using Audio in IPython</a></li> <li><a href="notebooks/ipython_audio.ipynb">Using Audio in IPython</a></li>
<li><a href="notebooks/python_basics.ipynb">Python Basics</a></li> <li><a href="notebooks/python_basics.ipynb">Python Basics</a></li>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [About musicinformationretrieval.com](notebooks/about.ipynb)\n", "1. [About musicinformationretrieval.com](about/)\n",
"1. [Getting Good at IPython](notebooks/get_good_at_ipython.ipynb)\n", "1. [Getting Good at IPython](notebooks/get_good_at_ipython.ipynb)\n",
"1. [Using Audio in IPython](notebooks/ipython_audio.ipynb)\n", "1. [Using Audio in IPython](notebooks/ipython_audio.ipynb)\n",
"1. [Python Basics](notebooks/python_basics.ipynb)\n", "1. [Python Basics](notebooks/python_basics.ipynb)\n",
......
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