living matter lab
(Difference between revisions)
(new textbook!)
 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<SCRIPT LANGUAGE="JavaScript">
+
==new textbook!==
<!--
+
  
var numBlocks=9;
+
<div>
var numImages=15;
+
[[Image:COVIDbook.jpg|150px|left]]
 +
{|
 +
[https://link.springer.com/book/10.1007/978-3-030-82890-5 computational epidemiology] <br>
 +
data-driven modeling of COVID-19 <br>
 +
springer nature, 2021  <br> <br>
 +
if you are a student, educator, basic scientist, or medical researcher in the natural or social sciences, or someone passionate about big data and human health: this book is for you! it is a reflection on the role of data-driven modeling during the
 +
COVID-19 pandemic, motivated by the curiosity to understand it. because science.<br>
 +
|}
  
var currentImages = new Array();
+
</div>
 +
<div class="spacer">&nbsp;</div>
  
for (i = 1; i <= numBlocks; i++) {
+
<html>
    currentImages[i] = i;
+
    <center>
}
+
    <table>
 +
        <tr>
 +
        <td><img src="images/01.jpg" ID="image1" NAME="image1"></td>
 +
        <td><img src="images/02.jpg" ID="image2" NAME="image2"></td>
 +
        <td><img src="images/03.jpg" ID="image3" NAME="image3"></td>
 +
        <td><img src="images/04.jpg" ID="image4" NAME="image4"></td>
 +
        </tr>
 +
        <tr>
 +
        <td><img src="images/05.jpg" ID="image5" NAME="image5"></td>
 +
        <td><img src="images/06.jpg" ID="image6" NAME="image6"></td>
 +
        <td><img src="images/07.jpg" ID="image7" NAME="image7"></td>
 +
        <td><img src="images/08.jpg" ID="image8" NAME="image8"></td>
 +
        </tr>
 +
        <tr>   
 +
        <td><img src="images/09.jpg" ID="image9" NAME="image9"></td>
 +
        <td><img src="images/10.jpg" ID="image10" NAME="image10"></td>
 +
        <td><img src="images/11.jpg" ID="image11" NAME="image11"></td>
 +
        <td><img src="images/12.jpg" ID="image12" NAME="image12"></td>
 +
        </tr>
 +
        <tr>   
 +
        <td><img src="images/13.jpg" ID="image13" NAME="image13"></td>
 +
        <td><img src="images/14.jpg" ID="image14" NAME="image14"></td>
 +
        <td><img src="images/15.jpg" ID="image15" NAME="image15"></td>
 +
        <td><img src="images/16.jpg" ID="image16" NAME="image16"></td>
 +
        </tr>
 +
    </table>
 +
    </center>
 +
</html>
  
function swapPicture() {
+
<html>
        var numberToSwapOut = Math.ceil(Math.random()*numBlocks);
+
<center>
        var imageToSwapOut = "image" + numberToSwapOut;
+
<iframe width="612" height="344" src="https://www.youtube.com/embed/x9IXtTbt2f0" frameborder="0" allowfullscreen>
       
+
</iframe>
        var numberToSwapIn;
+
</center>
        var present = true;
+
       
+
        while (present) { 
+
            numberToSwapIn = Math.ceil(Math.random()*numImages);
+
            present = false;
+
            for (i = 1; i <= numBlocks; i++) {
+
                if (currentImages[i] == numberToSwapIn) {
+
                    present = true;
+
                    break;
+
                }
+
            }
+
        }
+
       
+
        currentImages[numberToSwapOut] = numberToSwapIn;
+
       
+
        if (numberToSwapIn < 10) {
+
            numberToSwapIn = "0" + numberToSwapIn;
+
        }
+
  
        var imageToSwapIn = "images/" + numberToSwapIn + ".jpg";
+
<div class="spacer">&nbsp;</div>
       
+
        var target=document.getElementById(imageToSwapOut);
+
        target.src=imageToSwapIn;
+
  
      setTimeout("swapPicture()", 3000);
+
<html>
}
+
<center>
 
+
<iframe width="612" height="360" src="https://www.youtube.com/embed/prUNbysh96I" frameborder="0" allowfullscreen>
setTimeout("swapPicture()", 3000);
+
</iframe>
 
+
</center>
//-->
+
</SCRIPT>
+

Latest revision as of 17:27, 29 September 2021

[edit] new textbook!

COVIDbook.jpg
computational epidemiology
data-driven modeling of COVID-19
springer nature, 2021

if you are a student, educator, basic scientist, or medical researcher in the natural or social sciences, or someone passionate about big data and human health: this book is for you! it is a reflection on the role of data-driven modeling during the COVID-19 pandemic, motivated by the curiosity to understand it. because science.