Skip to content

Commit

Permalink
Add fwam
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Oct 19, 2023
1 parent c191634 commit a0a12f2
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slides/Arizona2023/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4 class="header">But what is AI really?</h4>
<div class="r-stack">
<img class="fragment fade-in-then-out" data-src="https://astro.unl.edu/naap/distance/graphics/hubble_orig.png" width="100%" max-height="1080px">
<img class="fragment fade-in-then-out" data-src="https://christopherplberry.files.wordpress.com/2016/02/c01_reconstruction.png" width="100%" max-height="1080px">
<img class="fragment fade-in-then-out" data-src="images/Conspiracy.jpeg" width="50%" max-height="1080px">
<img class="fragment fade-in-then-out" data-src="https://i.redd.it/3wucq23kcwg71.png" width="50%" max-height="1080px">
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion slides/Arizona2023/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4 class="header"> Closing the loop</h4>
</section>

<section>
<h4 class="header"> Take away by Kaze</h4>
<h4 class="header"> Take away</h4>
<div class="row" style="justify-content: space-between; align-items: start;">
<ol>
<li class="fragment" style="color: #d4d4d4;" data-fragment-index="1"> ML is great for heuristic</li>
Expand Down
46 changes: 46 additions & 0 deletions slides/FWAM_showyourwork/intro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<section>
<h2> Show your work </h2>
<h4> Kaze Wong </h4>
<div style="position: fixed; bottom: 0; right: -600;">
<img data-src="../../asset/images/CCA_logo_color.png" width="20%"/>
</div>
<!-- <img style="position: fixed; bottom: 0; right: 800;" data-src="./images/qrcode_amaldi1.png" width="30%"/> -->
</section>


<section>
<h4 class="header">Let's dive into the product - paper</h4>
<div class="r-stack">
<iframe src="https://gracedb.ligo.org/superevents/public/O4/" style="background: #FFFFFF;" title="Gracedb" width=1080 height=560></iframe>
</div>
</section>

<section>
<h4 class="header">Let's dive right into the product - repo</h4>
<div class="r-stack">
<iframe src="https://gracedb.ligo.org/superevents/public/O4/" style="background: #FFFFFF;" title="Gracedb" width=1080 height=560></iframe>
</div>
</section>

<section>
<div class="column">
<h4 class="header"> How does it works </h4>
<blockquote class="twitter-tweet tw-align-center" height="360">
<p lang="en" dir="ltr">Welcome to the fourth observing run! <a href="https://twitter.com/hashtag/O4IsHere?src=hash&amp;ref_src=twsrc%5Etfw">#O4IsHere</a><br><br>O4 will last 20 months, with <a href="https://twitter.com/ego_virgo?ref_src=twsrc%5Etfw">@ego_virgo</a> and <a href="https://twitter.com/KAGRA_PR?ref_src=twsrc%5Etfw">@KAGRA_PR</a> joining us in the run. We expect the detection rate will be roughly twice in our past observing run<br><br>More news linked from <a href="https://t.co/kHnyuP8I2I">https://t.co/kHnyuP8I2I</a> <a href="https://twitter.com/hashtag/ObservingRun4?src=hash&amp;ref_src=twsrc%5Etfw">#ObservingRun4</a> <a href="https://t.co/B9fhEG96r0">pic.twitter.com/B9fhEG96r0</a></p>&mdash; LIGO (@LIGO) <a href="https://twitter.com/LIGO/status/1661388186042417152?ref_src=twsrc%5Etfw">May 24, 2023</a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8">
</script>
</div>
</section>

<section>
<div class="column">
<h4 class="header"> Problem with showyourwork </h4>
<!-- Make a list -->
<ol>
<li class="fragment"> Slow compile time</li>
<li class="fragment"> Extra learning </li>
<li class="fragment"> Extra effort </li>
</ol>
</div>
</section>
58 changes: 58 additions & 0 deletions slides/FWAM_showyourwork/top.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<title>showyourwork</title>

<link rel="stylesheet" href="../../dist/reset.css">
<link rel="stylesheet" href="../../dist/reveal.css">
<link rel="stylesheet" href="../../dist/theme/moon_mod.css">

<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="../../plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- <section data-markdown="title.md"></section> -->
<section data-external="intro.html"></section>
</div>
</div>


<script src="../../dist/reveal.js"></script>
<script src="../../plugin/external/external.js"></script>
<script src="../../plugin/notes/notes.js"></script>
<script src="../../plugin/markdown/markdown.js"></script>
<script src="../../plugin/highlight/highlight.js"></script>
<script src="../../plugin/animate/plugin.js"></script>
<script src="../../plugin/animate/svg.min.js"></script>
<script src="../../plugin/embed-tweet/plugin.js"></script>
<script src="../../plugin/math/math.js"></script>



<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,

// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealAnimate, RevealEmbedTweet, RevealMath.KaTeX ],

dependencies:[
{
src: '../../plugin/external/external.js',
condition: function() {
return !!document.querySelector( '[data-external],[data-external-replace]' );
}
},
]
});
</script>
</body>
</html>

0 comments on commit a0a12f2

Please sign in to comment.