forked from melvinchng/business-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataset.html
185 lines (162 loc) · 7.34 KB
/
Dataset.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
---
layout: default_style
permalink: /Dataset
published: true
---
<div class="container">
<div class="row">
<div class="services-header">
<h2 align="center" class="services-header-title">Dataset</h2><hr>
</div>
</div>
</div>
<div class="container">
<b>Menu:</b>
<div id="navigation">
<div class="navigation-column">
<ul id="navigation-list-left"></ul>
</div>
<div class="navigation-column">
<ul id="navigation-list-right"></ul>
</div>
</div>
<style>
.navigation-column {
width: 50%;
float: left;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
const headings = document.querySelectorAll('h3');
const navigationListLeft = document.getElementById('navigation-list-left');
const navigationListRight = document.getElementById('navigation-list-right');
headings.forEach(function(heading, index) {
const title = heading.textContent;
const anchor = 'section-' + index;
heading.setAttribute('id', anchor);
// Check if the heading is within the footer
if (!heading.closest('footer')) {
const listItem = document.createElement('li');
const link = document.createElement('a');
link.textContent = title;
link.setAttribute('href', '#' + anchor);
listItem.appendChild(link);
// Alternate between left and right columns
if (index % 2 === 0) {
navigationListLeft.appendChild(listItem);
} else {
navigationListRight.appendChild(listItem);
}
}
});
});
</script>
</div>
<div class="container">
<div class="row">
<div class="services-header">
<h3 class="publications-header-title"> Available datasets on repositories</h3><hr>
</div>
</div>
<p align="justify">
Here, you'll find links to repositories containing published dataset, R codes or other programs.
Most of, if not all, are under Creative Commons Attribution Licenses (CCBY). The use, distribution, or reproduction in other forums is permitted, provided that the original publication is cited, following academic standards.<br>
<b>Hope, you'll find them helpful!</b><br>
</p>
</div>
</div>
<!-- Main Container -->
<div id="banners"></div>
<div class="container">
<div class="row">
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p> <br>
<p></p>
<img src="../assets/ico/MAF logo 2.png" alt="Feature-img" height="115" width="105">
<p></p>
</div>
<h3>
<a href="https://github.com/laurianeribas-deulofeu/TWbenthic-compo" target="_blank">Structure and composition of Taiwan benthic assemblages</a>
</h3>
<p>
<ul>
<li><b>Overview:</b> Describing the structure and composition of benthic assemblages along Taiwan latitudinal gradient</li>
<li><b>Publication source:</b> <b>Ribas-Deulofeu L</b>, et al. (2016) Structure of benthic communities along the Taiwan latitudinal gradient. PLoS ONE 11(8): e0160601. DOI: <a href="http://dx.plos.org/10.1371/journal.pone.0160601" target="_blank">10.1371/journal.pone.0160601</a></li>
<li><b>Repository type:</b> <a href="https://github.com/laurianeribas-deulofeu/TWbenthic-compo" target="_blank">GitHub</a></li>
<li><b>Data type:</b> R script, csv </li>
<li><b>Time period:</b> 2011-2012</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p> <br>
<p></p>
<img src="../assets/ico/Logo mixte reef3.png" alt="Feature-img" height="115" width="105">
<p></p>
</div>
<h3>
<a href="https://github.com/laurianeribas-deulofeu/bleaching-typhoon" target="_blank">Impacts of heat stress and storm events</a>
</h3>
<p>
<ul>
<li><b>Overview:</b> Investigating bleaching and typhoon impacts in Kenting National Park (South Taiwan), during the 2015-2016 El Niño event</li>
<li><b>Publication source:</b> <b>Ribas-Deulofeu L</b>, et al. (2021) Impacts of heat stress and storm events on the benthic communities of Kenting National Park (Taiwan) PeerJ 9:e11744. DOI: <a href="http://doi.org/10.7717/peerj.11744" target="_blank">10.7717/peerj.11744</a></li>
<li><b>Repository type:</b> <a href="https://github.com/laurianeribas-deulofeu/bleaching-typhoon" target="_blank">GitHub</a></li>
<li><b>Data type:</b> csv </li>
<li><b>Time period:</b> 2015-2017</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p><br>
<p></p>
<img src="../assets/ico/logo tropical coral reef 2.png" alt="Feature-img" height="110" width="105">
<p></p>
</div>
<h3>
<a href="https://github.com/laurianeribas-deulofeu/reef-rugosity" target="_blank">Portraying reef rugosity</a>
</h3>
<p>
<ul>
<li><b>Overview:</b> Estimating reef structural complexity through the analysis of fine and coarse scales of rugosity using high-resolution depth profiles.</li>
<li><b>Publication source:</b> <b>Ribas-Deulofeu L</b>, et al. (2021) Portraying Gradients of Structural Complexity in Coral Reefs Using Fine-Scale Depth Profiles. Frontiers in Marine Science 8, 675853. DOI: <a href="https://www.frontiersin.org/articles/10.3389/fmars.2021.675853/full" target="_blank">10.3389/fmars.2021.675853</a> </li>
<li><b>Repository type: </b><a href="https://github.com/laurianeribas-deulofeu/reef-rugosity" target="_blank">GitHub</a></li>
<li><b>Data type:</b> csv, python program</li>
<li><b>Time period:</b> 2015</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p><br>
<p></p>
<img src="../assets/ico/Logo marginal reef2.png" alt="Feature-img" height="115" width="120" style="max-height: 100%">
<p></p>
</div>
<h3>
<a href="https://doi.org/10.5061/dryad.x69p8czpk" target="_blank">Jeju Island benthic assemblages</a>
</h3>
<p>
<ul>
<li><b>Overview:</b> Describing the benthic assemblages around Jeju Island at 5 and 15 m depth.</li>
<li><b>Publication source:</b> <b>Ribas-Deulofeu L</b>, et al. (2023) Jeju Island: a sentinel for tracking ocean warming impacts on high-latitude benthic communities. Coral Reefs. DOI: <a href="https://link.springer.com/article/10.1007/s00338-023-02400-9" target="_blank">10.1007/s00338-023-02400-9</a></li>
<li><b>Repository type:</b> <a href="https://doi.org/10.5061/dryad.x69p8czpk" target="_blank">Dryad</a></li>
<li><b>Data type:</b> csv, jpeg</li>
<li><b>Time period:</b> 2012-2014</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<!--End Main Container -->
<div class="blockquote-box animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/ico/Logo mixte reef3.png" width="90">
<a href="/projects.html">Project page</a>
</div>
</div>