-
Notifications
You must be signed in to change notification settings - Fork 1
Webpages for Open Science COVID19 Analysis (OSCOVIDA)
License
oscovida/oscovida.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> License | OSCOVIDA: Open Science COVID Analysis</title> <meta name="author" content="OSCOVIDA team"/> <!-- Bootstrap --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"/> <link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css"> <link rel="stylesheet" href="./theme/css/jquery.mglass.css"/> <link rel="stylesheet" href="./theme/css/pygment-solarized-dark.css"/> <!-- <link rel="stylesheet" href="./theme/css/style.css"/> --> <link rel="stylesheet" href="./theme/css/minimalist-style.css"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script> <script type="text/javascript" class="init"> $(document).ready(function() { $('#data_table').DataTable( { "rowCallback": function( row, data, index ) { if ( data[4] == "True" ) // 4th column is a flag to set the colour red { $('td', row).css('background-color', 'LightPink'); } }, "order": [[ 3, "desc" ]], "lengthMenu": [[10, 25, 50, 500, -1], [10, 25, 50, 500, "All"]], "pageLength": -1, "columnDefs": [ { "type": "string", "targets": 0 }, { "type": "num-fmt", "targets": "_all" }, { "visible": false, "targets": [ 4 ] } // hide flag column ] } ); } ); </script> <!-- Fonts --> <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/> <link href='https://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'/> <link href='https://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'/> <link rel="icon" href="./favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"> <!-- Feeds --> <link href="https://oscovida.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="OSCOVIDA: Open Science COVID Analysis - All posts - Atom Feed"/> </head> <body> <div class="container"> <div class="page-header"> <h1><a href=".">OSCOVIDA: Open Science COVID Analysis</a> <small></small></h1> </div> <nav class="navbar navbar-default"> <!-- Hamburger menu for mobile --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#plumage-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="." title="">OSCOVIDA: Open Science COVID Analysis</a> </div> <!-- Menus and search forms --> <div class="collapse navbar-collapse" id="plumage-navbar-collapse-1"> <ul class="nav navbar-nav"> <li > <a href="index.html">Home</a> </li> <li > <a href="all-regions.html">All regions</a> </li> <li > <a href="countries.html">Countries</a> </li> <li > <a href="germany.html">Germany</a> </li> <li > <a href="us.html">US</a> </li> <li > <a href="hungary.html">Hungary</a> </li> <li > <a href="category-all.html">Articles</a> </li> <li > <a href="tag-analysis">Analysis</a> </li> <li > <a href="tag-about.html">About</a> </li> </ul> </div> </nav> </div> <div class="container main"> <div class="row"> <div class=" col-md-9 "> <h1> <a href="./license.html" rel="bookmark" title="Permalink to License">License</a> </h1> </div> </div> <div class="row"> <div class=" col-md-9 " id="content" role="main"> <div> <p>The materials available from the <a href="https://oscovida.github.io">Open Science COVID19 Analysis</a> project are licensed as follows:</p> <ul> <li> <p>The <a href="http://github.com/oscovida/oscovida">software</a> is <a href="https://github.com/oscovida/oscovida/blob/master/LICENSE">licensed under the BSD 3-Clause New license</a>.</p> </li> <li> <p>Other material, including plots, are licensed under the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p> </li> </ul> <p>Informally, this means that (i) everything is provided as-is, without any warranties, and (ii) you can use the materials as you like but should attribute where they come from (for example by mentioning the OSCOVIDA project and ideally pointing to its URL <a href="http://oscovida.github.io">http://oscovida.github.io</a>).</p> </div> </div> <div class="col-md-3"> <div class="well"> <p><abbr title="2020-04-19T13:00:00+02:00"><i class="fa fa-calendar"></i> Sun 19 April 2020</abbr></p> <hr/> <p> <a href="./category-all.html" rel="tag" data-toggle="tooltip" class="label label-info" title="40 articles in this category">All</a> <a href="/tag-data.html" data-toggle="tooltip" class="label label-default" title="23 articles with this tag">data</a> <a href="/tag-about.html" data-toggle="tooltip" class="label label-default" title="11 articles with this tag">about</a> <a href="/tag-code.html" data-toggle="tooltip" class="label label-default" title="1 article with this tag">code</a> <a href="/tag-license.html" data-toggle="tooltip" class="label label-default" title="1 article with this tag">license</a> </p> <hr/> </div> </div> </div> </div> <!-- TODO: make footer sticky --> <footer class="container-fluid"> <div class="container"> <div class="row"> <div class="col-md-2"> <h5>Social</h5> <ul class="list-unstyled"> <li> <a href="https://twitter.com/OSCOVIDAproject"> <i class="fa fa-twitter"></i> Open Science COVID Analysis </a></li> <li> <a href="https://twitter.com/Panosc_eu"> <i class="fa fa-twitter"></i> PaNOSC </a></li> <li> <a href="https://twitter.com/ProfCompMod"> <i class="fa fa-twitter"></i> ProfCompMod </a></li> </ul> </div> <div class="col-md-2"> <h5>Links</h5> <ul class="list-unstyled"> <li> <a href="http://oscovida.github.io"> <i class="fa fa-external-link"></i> OSCOVIDA project </a></li> <li> <a href="http://www.panosc.eu"> <i class="fa fa-external-link"></i> PaNOSC project </a></li> <li> <a href="mailto:oscovidaproject@gmail.com"> <i class="fa fa-envelope"></i> OSCOVIDA </a></li> </ul> </div> <div class="col-md-2"> <h5>Browse content by</h5> <ul class="list-unstyled"> <li><a href="./archives-index.html"><i class="fa fa-calendar"></i> Dates</a></li> <li><a href="./tags-index.html"><i class="fa fa-tag"></i> Tags</a></li> </ul> </div> <div class="col-md-2 text-muted"> <h5>Copyright notice</h5> <p>© Copyright 2020-2023 OSCOVIDA team.</p> <p>Unless contrary mentioned, the content of this site is published under a <a rel='license' href='https://creativecommons.org/licenses/by/4.0/'>Creative Commons Attribution 4.0 International license</a>. See <a href="http://oscovida.github.io/license.html">license</a> for details.</p> </div> <div class="col-md-2 text-muted"> <h5>Disclaimer</h5> <p>Plots, data and software here are provided <a href="https://github.com/oscovida/oscovida/blob/master/LICENSE#L20">as-is without any warranties</a> by volunteers. Use the material at your own risk. See <a href="http://oscovida.github.io/license.html">license</a> for details.</p> </div> <div class="col-md-2"> <h5>Feeds</h5> <ul class="list-unstyled"> <li><small><a href="https://oscovida.github.io/feeds/all.atom.xml"><i class="fa fa-rss"></i> All posts (Atom)</a></small></li> </ul> </div> </div> </div> <h5 class="text-right"><a href="#"><i class="fa fa-arrow-up"></i> Back to top</a></h5> <div class="container"> <div class="row col-md-12 text-muted text-center"> Site generated by <a href="https://getpelican.com"> Pelican</a>.<br/> <a href="https://github.com/kdeldycke/plumage"> Plumage</a> theme by <a href="https://kevin.deldycke.com">Kevin Deldycke</a>. </div> </div> </footer> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-163845056-1', 'auto'); ga('send', 'pageview'); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fitvids/1.1.0/jquery.fitvids.min.js"></script> <script src="./theme/js/jquery.mglass.js"></script> <script src="./theme/js/application.js"></script> <script> document.getElementsByTagName("table")[0].setAttribute("id", "data_table"); </script> </body> </html>
About
Webpages for Open Science COVID19 Analysis (OSCOVIDA)
Topics
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published