Skip to content

Commit

Permalink
menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyplis committed Sep 14, 2023
1 parent aa42439 commit b4c285f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 6 additions & 2 deletions cs8850_01_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ <h1>The Project!</h1>
<h2>Lean startup</h2>
</section>

<section data-vertical-align-top data-background-iframe="https://hpmor.com/">
</section>

<section data-background="figures/ml-development-cycle.png">
<!--
<img style="border:0; box-shadow: 0px 0px 0px rgba(255, 255, 255, 255);" width="900"
Expand Down Expand Up @@ -618,7 +621,8 @@ <h2>Pre test!</h2>
<script src="plugin/chalkboard/plugin.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/zoom/zoom.js"></script>

<script src="plugin/menu/menu.js"></script>

<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Expand Down Expand Up @@ -683,7 +687,7 @@ <h2>Pre test!</h2>
}
},

plugins: [ RevealMath, RevealChalkboard, RevealHighlight, RevealNotes, RevealZoom ],
plugins: [ RevealMath, RevealChalkboard, RevealHighlight, RevealNotes, RevealZoom, RevealMenu ],

});

Expand Down
7 changes: 2 additions & 5 deletions cs8850_02_erm.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="css/fontawesome-free-6.2.1-web/css/all.css" rel="stylesheet">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/> -->

<script src="lib/colorbrewer.v1.min.js" charset="utf-8"></script>
<script src="lib/colorStringStandalone.js" charset="utf-8"></script>
Expand Down Expand Up @@ -61,7 +58,7 @@ <h3>Outline for the lecture</h3>
<ul>
<li class="fragment roll-in">Problem statement
<li class="fragment roll-in">Inductive bias
<li class="fragment roll-in">Bound the probability of error
<li class="fragment roll-in">Bound for the probability of error
</ul>
</section>
</section>
Expand All @@ -70,7 +67,7 @@ <h3>Outline for the lecture</h3>
<section>
<h2>Problem Statement</h2>
</section>
<section data-background-iframe="https://www.youtube.com/embed/B1T06UhcX0Q?autoplay=1&controls=0&rel=0&modestbranding=1&showinfo=0&mute=1" data-background-size="cover">
<section data-background-iframe="https://www.youtube.com/embed/E-lbpHIkaTo?autoplay=1&controls=0&rel=0&modestbranding=1&showinfo=0&mute=1&start=449" data-background-size="cover">
<img style="border:0; box-shadow: 0px 0px 0px
rgba(150, 150, 255, 0.8);" height="100%" class="contain"
src="figures/checking_papaya.jpg" alt="LA">
Expand Down

0 comments on commit b4c285f

Please sign in to comment.