Skip to content

Commit

Permalink
Add hotwiring talk
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed May 13, 2024
1 parent c42b2c3 commit 0e15824
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
27 changes: 27 additions & 0 deletions reveal/HotwiringTransient2024/intro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<section>
<h2> Scaling</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">AI hype</h4>
<div class="r-stack">
<img class="fragment fade-in-then-out" data-src="https://static01.nyt.com/images/2022/09/01/business/00roose-1/merlin_212276709_3104aef5-3dc4-4288-bb44-9e5624db0b37-superJumbo.jpg" width="100%" max-height="1080px">
<img class="fragment fade-in-then-out" data-src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/The_AI_Arms_Race_Is_Changing_Everything.webp/800px-The_AI_Arms_Race_Is_Changing_Everything.webp.png" style="max-height: 560px;">
<img class="fragment fade-in-then-out" data-src="images/GW_interest.png" width="100%" style="align-items: start;">
<img class="fragment fade-in-then-out" data-src="images/AI_Interest.png" width="100%" style="align-items: start;">
<img class="fragment fade-in-then-out" data-src="images/Interest_stack.png" width="100%" style="align-items: start;">
</div>
</section>


<section>
<h2 class="header">What can AI do for GW?</h4>
<p class="fragment" style="color: rgb(100,255,100); font-size: xxxx-large; text-align: left;"> Illustrated with inference problems</p>
<p class="fragment" style="color: rgb(100,255,100); font-size:medium; text-align: left;"> Obviously I can't cover everything, but this extends to search, simulations, etc.</p>
</section>

58 changes: 58 additions & 0 deletions reveal/HotwiringTransient2024/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>Hotwiring the Transient Universe 2024</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 0e15824

Please sign in to comment.