Skip to content

Commit

Permalink
deploy: e180227
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Mar 15, 2024
0 parents commit 326c0f1
Show file tree
Hide file tree
Showing 101 changed files with 37,714 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added assets/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
/* CSS style */
/* 2020 Roy Francis */

a {
color: #A7C947;
text-decoration: none;
outline: 0;
}

a:focus, a:hover {
color: #A7C947;
text-decoration: underline;
outline: 0;
}

h1.title {
font-size: 32px;
}

.logo {
position:relative;
height:30px;
float:right;
top:-64px;
margin-top:21px;
margin-bottom:10.5px;
margin-right:15px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #d5d8dc;
color: #2c3e50;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > li > a, .pagination > li > span {
background-color: white;
color: #2c3e50;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
background-color: #eaecee;
color: #2c3e50;
}

.pagination > .active > a:hover
{
background-color: #d5d8dc;
color: #2c3e50;
}

table.dataTable span.highlight {
background-color: #ABB2B9;
}

table a {
color: #2c3e50;
}

table a:hover {
color: #2c3e50;
}

table td, table th {
vertical-align: middle !important;
}

.profile {
width: 100%;
height: 100%;
border-radius: 50%;
position: relative;
cursor: default;
transition: all 0.2s ease-in-out;
}

.profile:hover {
filter: brightness(110%);
border: 3px solid white;
}

.table-staff {
padding: 25px;
margin: 5px;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 6px #E0E0E0;
-moz-box-shadow: 1px 1px 6px #E0E0E0;
box-shadow:1px 1px 6px #E0E0E0;
}

.color-tag {
color: white;
font-weight: bold;
border-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

241 changes: 241 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,241 @@
<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />




<title>SouthGreen | Staff</title>

<script src="index_files/header-attrs-2.26/header-attrs.js"></script>
<script src="index_files/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="index_files/bootstrap-3.3.5/css/flatly.min.css" rel="stylesheet" />
<script src="index_files/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="index_files/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="index_files/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="index_files/navigation-1.1/tabsets.js"></script>
<link href="index_files/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="index_files/pagedtable-1.1/js/pagedtable.js"></script>
<link href="index_files/font-awesome-6.4.2/css/all.min.css" rel="stylesheet" />
<link href="index_files/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet" />
<link id="font-awesome-1-attachment" rel="attachment" href="index_files/font-awesome-6.4.2/fonts/fontawesome-webfont.ttf"/>
<script src="index_files/htmlwidgets-1.6.4/htmlwidgets.js"></script>
<link href="index_files/datatables-css-0.0.0/datatables-crosstalk.css" rel="stylesheet" />
<script src="index_files/datatables-binding-0.32/datatables.js"></script>
<link href="index_files/dt-core-bootstrap-1.13.6/css/dataTables.bootstrap.min.css" rel="stylesheet" />
<link href="index_files/dt-core-bootstrap-1.13.6/css/dataTables.bootstrap.extra.css" rel="stylesheet" />
<script src="index_files/dt-core-bootstrap-1.13.6/js/jquery.dataTables.min.js"></script>
<script src="index_files/dt-core-bootstrap-1.13.6/js/dataTables.bootstrap.min.js"></script>
<link href="index_files/dt-ext-responsive-bootstrap-1.13.6/css/responsive.bootstrap.min.css" rel="stylesheet" />
<script src="index_files/dt-ext-responsive-bootstrap-1.13.6/js/dataTables.responsive.min.js"></script>
<script src="index_files/dt-ext-responsive-bootstrap-1.13.6/js/responsive.bootstrap.min.js"></script>
<link href="index_files/dt-plugin-searchhighlight-1.13.6/source.css" rel="stylesheet" />
<script src="index_files/dt-plugin-searchhighlight-1.13.6/jquery.highlight.js"></script>
<script src="index_files/dt-plugin-searchhighlight-1.13.6/source.min.js"></script>
<link href="index_files/crosstalk-1.2.1/css/crosstalk.min.css" rel="stylesheet" />
<script src="index_files/crosstalk-1.2.1/js/crosstalk.min.js"></script>

<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>







<link rel="stylesheet" href="assets/styles.css" type="text/css" />



<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>



<!-- tabsets -->

<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}

.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "\e258";
font-family: 'Glyphicons Halflings';
border: none;
}

.tabset-dropdown > .nav-tabs > li.active {
display: block;
}

.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}

.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>

<!-- code folding -->




</head>

<body>


<div class="container-fluid main-container">




<div id="header">



<h1 class="title toc-ignore"><b>SouthGreen</b> | Staff</h1>

</div>


<div class="row">
<p><img src="assets/logo.png" alt="logo" class="logo"></p>
</div>
<div class="row table-staff">
<div class="datatables html-widget html-fill-item" id="htmlwidget-f683bc2b599ecbfa630f" style="width:100%;height:auto;"></div>
<script type="application/json" data-for="htmlwidget-f683bc2b599ecbfa630f">{"x":{"style":"bootstrap","filter":"none","vertical":false,"extensions":["Responsive"],"data":[["1","2","3","4"],["<div class='profile'><a><img src='scaled/jacques-dainat.png'><\/a><\/div>","<div class='profile'><a><img src='scaled/thispersondoesnotexist2.png'><\/a><\/div>","<div class='profile'><a><img src='scaled/thispersondoesnotexist3.png'><\/a><\/div>","<div class='profile'><a><img src='scaled/thispersondoesnotexist1.png'><\/a><\/div>"],["<span style='font-weight:bold;'>Jacques Dainat<\/span>","<span style='font-weight:bold;'>Jean Doe<\/span>","<span style='font-weight:bold;'>Jeanne Marchand<\/span>","<span style='font-weight:bold;'>John Doe<\/span>"],["<span class=\"color-tag\" style=\"background-color:#33A02C;\">software, training, genomics<\/span>","<span class=\"color-tag\" style=\"background-color:#1F78B4;\">managment<\/span>","<span class=\"color-tag\" style=\"background-color:#A6CEE3;\">development<\/span>","<span class=\"color-tag\" style=\"background-color:#B2DF8A;\">proteomics<\/span>"],["<span class=\"color-tag\" style=\"background-color:#7559A2FF;\">SouthGreen<\/span>","<span class=\"color-tag\" style=\"background-color:#FF363CFF;\">Sorbone<\/span>","<span class=\"color-tag\" style=\"background-color:#017A4AFF;\">LePuy<\/span>","<span class=\"color-tag\" style=\"background-color:#3D98D3FF;\">MIGALE<\/span>"],["<span class=\"color-tag\" style=\"background-color:#868686FF;\">IRD-UM-CNRS<\/span>","<span class=\"color-tag\" style=\"background-color:#EFC000FF;\">INRAe<\/span>","<span class=\"color-tag\" style=\"background-color:#CD534CFF;\">Test<\/span>","<span class=\"color-tag\" style=\"background-color:#0073C2FF;\">CNRS<\/span>"],["<span class=\"color-tag\" style=\"background-color:#1B9E77;\">Montpellier<\/span>","<span class=\"color-tag\" style=\"background-color:#D95F02;\">Paris<\/span>","<span class=\"color-tag\" style=\"background-color:#1B9E77;\">Montpellier<\/span>","<span class=\"color-tag\" style=\"background-color:#7570B3;\">Toulouse<\/span>"],["genome annotation, nextflow, conda, git, high-performance computing, reproducible research","training, coordinator","it","high-performance computing"]],"container":"<table class=\"table table-hover\">\n <thead>\n <tr>\n <th> <\/th>\n <th>profile<\/th>\n <th>name<\/th>\n <th>category<\/th>\n <th>facility<\/th>\n <th>affiliation<\/th>\n <th>city<\/th>\n <th>keywords<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"ftipr","pageLength":10,"searchHighlight":true,"autoWidth":false,"columnDefs":[{"width":"60px","targets":1},{"width":"150px","targets":2},{"width":"250px","targets":7},{"orderable":false,"targets":0},{"name":" ","targets":0},{"name":"profile","targets":1},{"name":"name","targets":2},{"name":"category","targets":3},{"name":"facility","targets":4},{"name":"affiliation","targets":5},{"name":"city","targets":6},{"name":"keywords","targets":7}],"order":[],"orderClasses":false,"responsive":true}},"evals":[],"jsHooks":[]}</script>
</div>
<hr/>
<div>
<span style="float:left; vertical-align:middle"> <b>2024</b>
SouthGreen </span> <span style="float:right; vertical-align:middle">
<p style="text-align: left; font-size: small;">
Last Updated: <i class="fa fa-calendar" aria-hidden="true"></i>
15-Mar-2024 at <i class="fa fa-clock-o" aria-hidden="true"></i> 14:56.
</p>
<p></span></p>
</div>




</div>

<script>

// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});


</script>

<!-- tabsets -->

<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>

<!-- code folding -->


<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>

</body>
</html>
Loading

0 comments on commit 326c0f1

Please sign in to comment.