Skip to content

Commit

Permalink
Deploy preview for PR 17 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
iremkatitas committed May 27, 2024
1 parent 98270d1 commit 8787ac6
Show file tree
Hide file tree
Showing 608 changed files with 47,788 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
109 changes: 109 additions & 0 deletions pr-preview/pr-17/data_management.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">

<title>Data Storage, Management and Sharing - MCIN Platforms</title>


<!-- The important Javascript libraries -->
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">

<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">

<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>

<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<div class="reveal">

<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">

<section data-background-color="#ffffff">
<a href="MCIN.html"><img width="25%" src="images/MCIN.png" style="border: 0"></a>
<p style="font-size:75%; color:#224372;"><b>Recommended MCIN platforms for Data Storage, Management and Sharing: </b></p>

<table class="reveal">
<tr>
<td width = "20%" style = "vertical-align: middle">
<a href="LORIS_indepth.html#/1"><img width= "80%" src = "images/loris-new-white.png" style="border: 0; border-radius: 10px;"></a>
</td>

<td width="20%" style="vertical-align: middle">
<a href="CBRAIN_indepth.html#/3"><img width= "80%" src = "images/cbrain-blue.png" style="border: 0;border-radius: 10px;"></a>
</td>

<td width = "20%" style = "vertical-align:middle">
<a href = ""><img width= "70%" src="images/conp-logo.png" style="border: 0; border-radius: 10px"></a>
</td>

<td width = "20%" style = "vertical-align:middle">
<a href = "Big_brain.html"><img width= "60%" src="images/cbigr-logo.jpg" style="border: 0; border-radius: 10px"></a>
</td>

<td width = "20%" style = "vertical-align:middle">
<a href = ""><img width= "70%" src="images/eegnet-logo.png" style="border: 0; border-radius: 10px"></a>
</td>
</tr>
</table>
<p style = "font-size: 55%"> More specifically, I'm looking for: </p>
<table>
<tr>
<td width="100%" style="float:middle">
<ul>
<li style="list-style-type: none;"> <a href = "management_querying.html"> <img width= "50%" src = "images/management-querying-database.png" style="border: 0;border-radius:10px;"></a> </li>
<li style="list-style-type: none;"> <a href = ""> <img width= "30%" src = "images/fine-grained-permission.png" style="border: 0;border-radius: 10px ;"></a></li>
<li style="list-style-type: none;"> <a href = ""> <img width= "20%" src = "images/flexible-open-access.png" style="border: 0;border-radius:10px ;"></a></li>
</ul>
</td>
</tr>
</table>
</section>

</div>

<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>

<script>

// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,

transition: 'slide', // none/fade/slide/convex/concave/zoom

// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});

</script>

</body>
</html>
100 changes: 100 additions & 0 deletions pr-preview/pr-17/management_querying.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">

<title>Data Storage, Management and Sharing - MCIN Platforms</title>


<!-- The important Javascript libraries -->
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">

<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">

<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>

<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<div class="reveal">

<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">

<section data-background-color="#ffffff">
<a href="MCIN.html"><img width="25%" src="images/MCIN.png" style="border: 0"></a>
<p style="font-size:55%; color:#224372;"><b>Best for management, querying and other advantages of a database: </b></p>
<p style = "font-size:45%"> [Explanation of why LORIS (or LORIS-based projects such as C-BIG or EEGNet, if EEG-specific, etc.) would be best in this case.] </p>

<table>
<tr>
<td width = "20%" style = "vertical-align: middle">
<a href="LORIS_indepth.html#/1"><img width= "80%" src = "images/loris-new-white.png" style="border: 0; border-radius: 10px;"></a>
<p style="font-size:45%; color:#224372;"><b>Behavioural, clinical and neuroimaging data</b></p>
<p style = "font-size:35%"> LORIS is a web-based data and project management software for neuroimaging research studies.
It is an open source framework for storing and processing behavioural, clinical, neuroimaging and genetic data. </p>
</td>

<td width = "20%" style = "vertical-align:middle">
<a href = "Big_brain.html"><img width= "60%" src="images/cbigr-logo.jpg" style="border: 0; border-radius: 10px"></a>
<p style="font-size:45%; color:#224372;"><b>Clinical data</b></p>
<p style = "font-size:35%"> The Clinical-Biological Imaging and Genetic Repository (the Open Biobank) is a combined patient registry and Open Science
collection of biospecimens and clinical information including neuro-psychiatric testing, imaging, and genetic data from patients with neurological diseases as well as healthy controls. </p>
</td>

<td width = "20%" style = "vertical-align:middle">
<a href = ""><img width= "70%" src="images/eegnet-logo.png" style="border: 0; border-radius: 10px"></a>
<p style="font-size:45%; color:#224372;"><b>EEG-specific data</b></p>
<p style = "font-size:35%"> EEGNet is an initiative that facilitates national and international collaborative EEG-based neuroscience research.
The EEGNet platform is a neuroinformatics hub for data sharing and analytics that combine standardized annotated EEG data and analytics for global health applications.</p>

</td>
</tr>
</table>
</section>

</div>

<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>

<script>

// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,

transition: 'slide', // none/fade/slide/convex/concave/zoom

// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});

</script>

</body>
</html>
1 change: 1 addition & 0 deletions pr-preview/pr-17/pr-preview/pr-17/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Loading

0 comments on commit 8787ac6

Please sign in to comment.