Commit 524b5140 authored by Steve Tjoa's avatar Steve Tjoa

SJSU

parent 9e03dc6b
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head><meta charset="utf-8" /> <head><meta charset="utf-8" />
<title>about</title> <title>about</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css"> <style type="text/css">
...@@ -13,8 +11,8 @@ ...@@ -13,8 +11,8 @@
* *
*/ */
/*! /*!
* Bootstrap v3.3.6 (http://getbootstrap.com) * Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
...@@ -1109,7 +1107,6 @@ a:focus { ...@@ -1109,7 +1107,6 @@ a:focus {
text-decoration: underline; text-decoration: underline;
} }
a:focus { a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
...@@ -2538,7 +2535,6 @@ select[size] { ...@@ -2538,7 +2535,6 @@ select[size] {
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus { input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
...@@ -3029,7 +3025,6 @@ select[multiple].input-lg { ...@@ -3029,7 +3025,6 @@ select[multiple].input-lg {
.btn.focus, .btn.focus,
.btn:active.focus, .btn:active.focus,
.btn.active.focus { .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
...@@ -8760,6 +8755,9 @@ body > #header .header-bar { ...@@ -8760,6 +8755,9 @@ body > #header .header-bar {
margin-left: 10px; margin-left: 10px;
} }
} }
[dir="rtl"] #ipython_notebook {
float: right !important;
}
#noscript { #noscript {
width: auto; width: auto;
padding-top: 16px; padding-top: 16px;
...@@ -8962,9 +8960,15 @@ span#login_widget > .button .badge, ...@@ -8962,9 +8960,15 @@ span#login_widget > .button .badge,
* *
* Author: Jupyter Development Team * Author: Jupyter Development Team
*/ */
[dir="rtl"] #tabs li {
float: right;
}
ul#tabs { ul#tabs {
margin-bottom: 4px; margin-bottom: 4px;
} }
[dir="rtl"] ul#tabs {
margin-right: 0px;
}
ul#tabs a { ul#tabs a {
padding-top: 6px; padding-top: 6px;
padding-bottom: 4px; padding-bottom: 4px;
...@@ -8987,6 +8991,16 @@ ul.breadcrumb span { ...@@ -8987,6 +8991,16 @@ ul.breadcrumb span {
.list_toolbar .tree-buttons { .list_toolbar .tree-buttons {
padding-top: 1px; padding-top: 1px;
} }
[dir="rtl"] .list_toolbar .tree-buttons {
float: left !important;
}
[dir="rtl"] .list_toolbar .pull-right {
padding-top: 1px;
float: left !important;
}
[dir="rtl"] .list_toolbar .pull-left {
float: right !important;
}
.dynamic-buttons { .dynamic-buttons {
padding-top: 3px; padding-top: 3px;
display: inline-block; display: inline-block;
...@@ -9122,6 +9136,9 @@ ul.breadcrumb span { ...@@ -9122,6 +9136,9 @@ ul.breadcrumb span {
#tree-selector { #tree-selector {
padding-right: 0px; padding-right: 0px;
} }
[dir="rtl"] #tree-selector a {
float: right;
}
#button-select-all { #button-select-all {
min-width: 50px; min-width: 50px;
} }
...@@ -9211,6 +9228,9 @@ ul#new-menu { ...@@ -9211,6 +9228,9 @@ ul#new-menu {
left: auto; left: auto;
right: 0; right: 0;
} }
[dir="rtl"] #new-menu {
text-align: right;
}
.kernel-menu-icon { .kernel-menu-icon {
padding-right: 12px; padding-right: 12px;
width: 24px; width: 24px;
...@@ -9256,6 +9276,9 @@ ul#new-menu { ...@@ -9256,6 +9276,9 @@ ul#new-menu {
#running .panel-group .panel .panel-body .list_container .list_item:last-child { #running .panel-group .panel .panel-body .list_container .list_item:last-child {
border-bottom: 0px; border-bottom: 0px;
} }
[dir="rtl"] #running .col-sm-8 {
float: right !important;
}
.delete-button { .delete-button {
display: none; display: none;
} }
...@@ -9551,6 +9574,7 @@ div.cell.selected.jupyter-soft-selected { ...@@ -9551,6 +9574,7 @@ div.cell.selected.jupyter-soft-selected {
} }
} }
div.inner_cell { div.inner_cell {
min-width: 0;
/* Old browsers */ /* Old browsers */
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
...@@ -9572,11 +9596,6 @@ div.inner_cell { ...@@ -9572,11 +9596,6 @@ div.inner_cell {
/* Modern browsers */ /* Modern browsers */
flex: 1; flex: 1;
} }
@-moz-document url-prefix() {
div.inner_cell {
overflow-x: hidden;
}
}
/* input_area and input_prompt must match in top border and margin for alignment */ /* input_area and input_prompt must match in top border and margin for alignment */
div.input_area { div.input_area {
border: 1px solid #cfcfcf; border: 1px solid #cfcfcf;
...@@ -11246,7 +11265,7 @@ div#pager .ui-resizable-handle::after { ...@@ -11246,7 +11265,7 @@ div#pager .ui-resizable-handle::after {
} }
.shortcut_key { .shortcut_key {
display: inline-block; display: inline-block;
width: 20ex; width: 21ex;
text-align: right; text-align: right;
font-family: monospace; font-family: monospace;
} }
...@@ -11558,6 +11577,7 @@ ul.typeahead-list > li > a { ...@@ -11558,6 +11577,7 @@ ul.typeahead-list > li > a {
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
} }
.terminal-app .terminal { .terminal-app .terminal {
width: 100%;
float: left; float: left;
font-family: monospace; font-family: monospace;
color: white; color: white;
...@@ -11572,6 +11592,9 @@ ul.typeahead-list > li > a { ...@@ -11572,6 +11592,9 @@ ul.typeahead-list > li > a {
line-height: 1em; line-height: 1em;
font-size: 14px; font-size: 14px;
} }
.terminal-app .terminal .xterm-rows {
padding: 10px;
}
.terminal-app .terminal-cursor { .terminal-app .terminal-cursor {
color: black; color: black;
background: white; background: white;
...@@ -11631,8 +11654,10 @@ ul.typeahead-list > li > a { ...@@ -11631,8 +11654,10 @@ ul.typeahead-list > li > a {
.highlight .mh { color: #666666 } /* Literal.Number.Hex */ .highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */ .highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */ .highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */ .highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
...@@ -11643,9 +11668,11 @@ ul.typeahead-list > li > a { ...@@ -11643,9 +11668,11 @@ ul.typeahead-list > li > a {
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */ .highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
.highlight .vc { color: #19177C } /* Name.Variable.Class */ .highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */ .highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style> </style>
<style type="text/css"> <style type="text/css">
...@@ -11779,7 +11806,9 @@ div#notebook { ...@@ -11779,7 +11806,9 @@ div#notebook {
<div class="output"> <div class="output">
<div class="output_area"><div class="prompt"></div> <div class="output_area">
<div class="prompt"></div>
<div class="output_html rendered_html output_subarea "> <div class="output_html rendered_html output_subarea ">
...@@ -11795,7 +11824,9 @@ $(function() { ...@@ -11795,7 +11824,9 @@ $(function() {
</div> </div>
<div class="output_area"><div class="prompt"></div> <div class="output_area">
<div class="prompt"></div>
<div class="output_html rendered_html output_subarea "> <div class="output_html rendered_html output_subarea ">
...@@ -11857,10 +11888,11 @@ $(function() { ...@@ -11857,10 +11888,11 @@ $(function() {
<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">
<ul> <ul>
<li>Haverford College</li> <li>San Jose State University, CS185C - Topics on Music Information Retrieval, Vidya Rangasayee</li>
<li>Stanford University, <a href="https://ccrma.stanford.edu/courses/364/">Music 364: Data-Driven Research in Music Cognition</a>, <a href="https://ccrma.stanford.edu/~blairbo/">Prof. Blair Kaneshiro</a></li> <li>Stanford University, <a href="https://ccrma.stanford.edu/courses/364/">Music 364: Data-Driven Research in Music Cognition</a>, <a href="https://ccrma.stanford.edu/~blairbo/">Blair Kaneshiro</a></li>
<li>MIT, <a href="http://musictech.mit.edu/fmp">21M.359: Fundamentals of Music Processing</a>, <a href="http://mta.mit.edu/person/eran-egozy">Prof. Eran Egozy</a></li> <li>MIT, <a href="http://musictech.mit.edu/fmp">21M.359: Fundamentals of Music Processing</a>, <a href="http://mta.mit.edu/person/eran-egozy">Eran Egozy</a></li>
<li>Harvard University, Freshman Seminar 24e: The Physics and Applied Physics Freshman Research Laboratory</li> <li>Harvard University, Freshman Seminar 24e: The Physics and Applied Physics Freshman Research Laboratory</li>
<li>Haverford College</li>
</ul> </ul>
</div> </div>
...@@ -11892,7 +11924,7 @@ $(function() { ...@@ -11892,7 +11924,7 @@ $(function() {
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p>The book <a href="https://www.audiolabs-erlangen.de/fau/professor/mueller/bookFMP"><em>Fundamentals of Music Processing</em></a> (FMP) is a textbook by <a href="https://www.audiolabs-erlangen.de/fau/professor/mueller">Meinard Müller</a>, a well-known and prolific researcher in MIR, and published by Springer in 2015.</p> <p>The book <a href="https://www.audiolabs-erlangen.de/fau/professor/mueller/bookFMP"><em>Fundamentals of Music Processing</em></a> (FMP) is a textbook by <a href="https://www.audiolabs-erlangen.de/fau/professor/mueller">Meinard Müller</a>, a well-known and prolific researcher in MIR, and published by Springer in 2015.</p>
<p>For many years, the field of music information retrieval has suffered from a lack of consolidated texts which unify its many disparate topics. Until now, students and researchers have had to learn about MIR mostly by reading the original research papers -- a daunting task. FMP is perhaps the best attempt to address this issue. It is a self-contained textbook which covers many MIR tasks such as feature extraction, audio-to-score alignment, musical form and structure, chord recognition, beat tracking, fingerprinting, and source separation.</p> <p>For many years, the field of music information retrieval has suffered from a lack of consolidated texts which unify its many disparate topics. Until now, students and researchers have had to learn about MIR mostly by reading the original research papers -- a daunting task. FMP is perhaps the best attempt to address this issue. It is a self-contained textbook which covers many MIR tasks such as feature extraction, audio-to-score alignment, musical form and structure, chord recognition, beat tracking, fingerprinting, and source separation.</p>
<p>We are integrating content from FMP into musicinformationretrieval.com in 2016.</p> <p>We integrated content from FMP into musicinformationretrieval.com in 2016.</p>
</div> </div>
</div> </div>
...@@ -11953,6 +11985,7 @@ $(function() { ...@@ -11953,6 +11985,7 @@ $(function() {
<li><a href="https://ccrma.stanford.edu/wiki/MIR_workshop_2014">2014</a>: Jay LeBoeuf, Leigh Smith, Steve Tjoa</li> <li><a href="https://ccrma.stanford.edu/wiki/MIR_workshop_2014">2014</a>: Jay LeBoeuf, Leigh Smith, Steve Tjoa</li>
<li>2015: Jay LeBoeuf, Leigh Smith, Steve Tjoa</li> <li>2015: Jay LeBoeuf, Leigh Smith, Steve Tjoa</li>
<li><a href="https://docs.google.com/document/d/1YpuvCxKHUsqbbqEA_0XB_5-jH3e47v0azO1sn_iVV1k/edit?usp=sharing">2016</a>: Steve Tjoa, Jeff Scott</li> <li><a href="https://docs.google.com/document/d/1YpuvCxKHUsqbbqEA_0XB_5-jH3e47v0azO1sn_iVV1k/edit?usp=sharing">2016</a>: Steve Tjoa, Jeff Scott</li>
<li>2017: Steve Tjoa, Jeff Scott (<a href="https://ccrma.stanford.edu/workshops/music-information-retrieval-2017">Register today!</a>)</li>
</ul> </ul>
</div> </div>
...@@ -12026,4 +12059,8 @@ $(function() { ...@@ -12026,4 +12059,8 @@ $(function() {
</div> </div>
</div> </div>
</body> </body>
</html> </html>
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"metadata": { "metadata": {
"collapsed": false "collapsed": false,
"deletable": true,
"editable": true
}, },
"outputs": [ "outputs": [
{ {
...@@ -58,21 +60,30 @@ ...@@ -58,21 +60,30 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"[&larr; Back to Index](index.html)" "[&larr; Back to Index](index.html)"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"# About This Site" "# About This Site"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"**musicinformationretrieval.com** is a collection of instructional materials for music information retrieval (MIR). These materials contain a mix of casual conversation, technical discussion, and Python code. \n", "**musicinformationretrieval.com** is a collection of instructional materials for music information retrieval (MIR). These materials contain a mix of casual conversation, technical discussion, and Python code. \n",
"\n", "\n",
...@@ -85,24 +96,34 @@ ...@@ -85,24 +96,34 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"## People who use this site" "## People who use this site"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"- Haverford College\n", "- San Jose State University, CS185C - Topics on Music Information Retrieval, Vidya Rangasayee\n",
"- Stanford University, [Music 364: Data-Driven Research in Music Cognition](https://ccrma.stanford.edu/courses/364/), [Prof. Blair Kaneshiro](https://ccrma.stanford.edu/~blairbo/)\n", "- Stanford University, [Music 364: Data-Driven Research in Music Cognition](https://ccrma.stanford.edu/courses/364/), [Blair Kaneshiro](https://ccrma.stanford.edu/~blairbo/)\n",
"- MIT, [21M.359: Fundamentals of Music Processing](http://musictech.mit.edu/fmp), [Prof. Eran Egozy](http://mta.mit.edu/person/eran-egozy)\n", "- MIT, [21M.359: Fundamentals of Music Processing](http://musictech.mit.edu/fmp), [Eran Egozy](http://mta.mit.edu/person/eran-egozy)\n",
"- Harvard University, Freshman Seminar 24e: The Physics and Applied Physics Freshman Research Laboratory" "- Harvard University, Freshman Seminar 24e: The Physics and Applied Physics Freshman Research Laboratory\n",
"- Haverford College"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"## About *Fundamentals of Music Processing*" "## About *Fundamentals of Music Processing*"
] ]
...@@ -110,7 +131,9 @@ ...@@ -110,7 +131,9 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {
"collapsed": false "collapsed": false,
"deletable": true,
"editable": true
}, },
"source": [ "source": [
"<img src=\"https://images-na.ssl-images-amazon.com/images/I/51q5YtafVsL.jpg\">" "<img src=\"https://images-na.ssl-images-amazon.com/images/I/51q5YtafVsL.jpg\">"
...@@ -119,26 +142,34 @@ ...@@ -119,26 +142,34 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {
"collapsed": true "collapsed": true,
"deletable": true,
"editable": true
}, },
"source": [ "source": [
"The book [*Fundamentals of Music Processing*](https://www.audiolabs-erlangen.de/fau/professor/mueller/bookFMP) (FMP) is a textbook by [Meinard Müller](https://www.audiolabs-erlangen.de/fau/professor/mueller), a well-known and prolific researcher in MIR, and published by Springer in 2015.\n", "The book [*Fundamentals of Music Processing*](https://www.audiolabs-erlangen.de/fau/professor/mueller/bookFMP) (FMP) is a textbook by [Meinard Müller](https://www.audiolabs-erlangen.de/fau/professor/mueller), a well-known and prolific researcher in MIR, and published by Springer in 2015.\n",
"\n", "\n",
"For many years, the field of music information retrieval has suffered from a lack of consolidated texts which unify its many disparate topics. Until now, students and researchers have had to learn about MIR mostly by reading the original research papers -- a daunting task. FMP is perhaps the best attempt to address this issue. It is a self-contained textbook which covers many MIR tasks such as feature extraction, audio-to-score alignment, musical form and structure, chord recognition, beat tracking, fingerprinting, and source separation.\n", "For many years, the field of music information retrieval has suffered from a lack of consolidated texts which unify its many disparate topics. Until now, students and researchers have had to learn about MIR mostly by reading the original research papers -- a daunting task. FMP is perhaps the best attempt to address this issue. It is a self-contained textbook which covers many MIR tasks such as feature extraction, audio-to-score alignment, musical form and structure, chord recognition, beat tracking, fingerprinting, and source separation.\n",
"\n", "\n",
"We are integrating content from FMP into musicinformationretrieval.com in 2016." "We integrated content from FMP into musicinformationretrieval.com in 2016."
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"## About the CCRMA Workshop on Music Information Retrieval" "## About the CCRMA Workshop on Music Information Retrieval"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"The MIR workshop teaches the underlying ideas, approaches, technologies, and practical design of intelligent audio systems using MIR algorithms. It lasts five full days, Monday through Friday. It was founded by [Jay LeBoeuf](https://www.linkedin.com/in/jayleboeuf) (Real Industry, CCRMA consulting professor) in 2008.\n", "The MIR workshop teaches the underlying ideas, approaches, technologies, and practical design of intelligent audio systems using MIR algorithms. It lasts five full days, Monday through Friday. It was founded by [Jay LeBoeuf](https://www.linkedin.com/in/jayleboeuf) (Real Industry, CCRMA consulting professor) in 2008.\n",
"\n", "\n",
...@@ -151,21 +182,30 @@ ...@@ -151,21 +182,30 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"### Instructors" "### Instructors"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"Links redirect to that year's wiki page." "Links redirect to that year's wiki page."
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"- [2008](https://ccrma.stanford.edu/wiki/MIR_workshop_2008): Jay LeBoeuf\n", "- [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", "- [2009](https://ccrma.stanford.edu/wiki/MIR_workshop_2009): Jay LeBoeuf, Kyogu Lee\n",
...@@ -175,19 +215,26 @@ ...@@ -175,19 +215,26 @@
"- [2013](https://ccrma.stanford.edu/wiki/MIR_workshop_2013): 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", "- [2014](https://ccrma.stanford.edu/wiki/MIR_workshop_2014): Jay LeBoeuf, Leigh Smith, Steve Tjoa\n",
"- 2015: Jay LeBoeuf, Leigh Smith, Steve Tjoa\n", "- 2015: Jay LeBoeuf, Leigh Smith, Steve Tjoa\n",
"- [2016](https://docs.google.com/document/d/1YpuvCxKHUsqbbqEA_0XB_5-jH3e47v0azO1sn_iVV1k/edit?usp=sharing): Steve Tjoa, Jeff Scott" "- [2016](https://docs.google.com/document/d/1YpuvCxKHUsqbbqEA_0XB_5-jH3e47v0azO1sn_iVV1k/edit?usp=sharing): Steve Tjoa, Jeff Scott\n",
"- 2017: Steve Tjoa, Jeff Scott ([Register today!](https://ccrma.stanford.edu/workshops/music-information-retrieval-2017))"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"### Guest Lecturers" "### Guest Lecturers"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"- 2011: Rebecca Fiebrink, Doug Eck, George Tzanetakis\n", "- 2011: Rebecca Fiebrink, Doug Eck, George Tzanetakis\n",
"- 2012: Oscar Celma, Michael Mandel\n", "- 2012: Oscar Celma, Michael Mandel\n",
...@@ -199,14 +246,20 @@ ...@@ -199,14 +246,20 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"### Alumni" "### Alumni"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"- 2008:\n", "- 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", "- 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",
...@@ -221,7 +274,10 @@ ...@@ -221,7 +274,10 @@
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {
"deletable": true,
"editable": true
},
"source": [ "source": [
"[&larr; Back to Index](index.html)" "[&larr; Back to Index](index.html)"
] ]
...@@ -243,7 +299,7 @@ ...@@ -243,7 +299,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython2", "pygments_lexer": "ipython2",
"version": "2.7.10" "version": "2.7.13"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
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