Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8dc48fc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 7, 2024
1 parent e9ea59e commit 9af6b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added ICCS_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="ftorch_workshop_slides_files/libs/quarto-contrib/qrcodejs-v1.0.0/qrcode.js"></script>
<link href="ftorch_workshop_slides_files/libs/quarto-contrib/fontawesome6-0.1.0/all.css" rel="stylesheet">
<link href="ftorch_workshop_slides_files/libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css" rel="stylesheet"><meta charset="utf-8">
<meta name="generator" content="quarto-1.5.54">
<meta name="generator" content="quarto-1.5.57">

<meta name="dcterms.date" content="2024-07-10">
<title>Coupling Machine Learning to Fortran using the FTorch Library</title>
Expand Down Expand Up @@ -445,7 +445,7 @@ <h4 id="slides-and-materials">Slides and Materials</h4>
<div style="text-align: center">
<div id="qr7dekity9" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qr7dekity9", {"text":"https://jackatkinson.net/slides","colorDark":"#000000","width":"200","height":"200","colorLight":"#ffffff"});
var qrcode = new QRCode("qr7dekity9", {"height":"200","width":"200","colorLight":"#ffffff","text":"https://jackatkinson.net/slides","colorDark":"#000000"});
</script>

</div>
Expand Down Expand Up @@ -751,7 +751,7 @@ <h2>Clone the git repository</h2>
<div style="text-align: center">
<div id="qrjeyf6490" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrjeyf6490", {"text":"https://github.com/Cambridge-ICCS/FTorch","colorDark":"#000000","width":"200","height":"200","colorLight":"#ffffff"});
var qrcode = new QRCode("qrjeyf6490", {"height":"200","width":"200","colorLight":"#ffffff","text":"https://github.com/Cambridge-ICCS/FTorch","colorDark":"#000000"});
</script>

</div>
Expand All @@ -761,7 +761,7 @@ <h2>Clone the git repository</h2>
<div style="text-align: center">
<div id="qrr6f94nhd" class="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode("qrr6f94nhd", {"text":"https://cambridge-iccs.github.io/FTorch/","colorDark":"#000000","width":"200","height":"200","colorLight":"#ffffff"});
var qrcode = new QRCode("qrr6f94nhd", {"height":"200","width":"200","colorLight":"#ffffff","text":"https://cambridge-iccs.github.io/FTorch/","colorDark":"#000000"});
</script>

</div>
Expand Down

0 comments on commit 9af6b4c

Please sign in to comment.