-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathjson-ld.html
More file actions
559 lines (489 loc) · 24.3 KB
/
Copy pathjson-ld.html
File metadata and controls
559 lines (489 loc) · 24.3 KB
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<html lang="en" dir="auto">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>TeSS LD+JSON Tester</title>
<meta name="google-site-verification" content="9mOXn2JL833-i7-aioCCEuIdG4_tb6qjwUozB5GJnPQ" />
<!-- JavaScript Error Monitoring, and performance tracking. -->
<script
src="https://browser.sentry-cdn.com/7.52.1/bundle.tracing.min.js"
integrity="sha384-muuFXKS3752PNA4rPm9Uq6BLvOfV4CXyr9MHDBPvozOJJUWLKkogEFWOIRoVps43"
crossorigin="anonymous"
></script>
<script type="text/javascript">
if(localStorage.getItem('sentry-opt-out') !== 'opt-out' && navigator.doNotTrack !== "1") {
console.log("Sentry: opt-in");
Sentry.init({
dsn: "https://45e0ec6e4373462b92969505df37cf40@sentry.galaxyproject.org/10",
release: "galaxy-training-network@2a77107da4445078dfb70586ab11e8ba2ca67d83",
integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],
sampleRate: 0.1,
tracesSampleRate: 0.1,
// Capture Replay for no sessions by default
replaysSessionSampleRate: 0.01,
// plus for 1% of sessions with an error
replaysOnErrorSampleRate: 0.01,
// PII OFF
sendDefaultPii: false, // Off by default but just in case.
environment: "production",
});
}
</script>
<!-- Page view tracking -->
<script defer data-domain="training.galaxyproject.org" src="https://plausible.galaxyproject.eu/js/plausible.js"></script>
<script>
if(localStorage.getItem('plausible-opt-out') !== 'opt-out' && navigator.doNotTrack !== "1") {
localStorage.removeItem("plausible_ignore")
console.log("Plausible: opt-in");
window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }
} else {
// if they're opting-out, or DNT
// we might get one page by accident but we won't get future ones.
localStorage.setItem("plausible_ignore", "true")
}
</script>
<link rel="shortcut icon" href="/training-material/favicon.ico" type="image/x-icon">
<link rel="alternate" type="application/atom+xml" href="/training-material/feed.xml">
<link rel="canonical" href="https://training.galaxyproject.org/training-material/json-ld.html">
<link rel="license" href="https://spdx.org/licenses/CC-BY-4.0">
<link rel="preload" href="/training-material/assets/fonts/AtkinsonHyperlegible/Atkinson-Hyperlegible-Regular-102a.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/training-material/assets/fonts/AtkinsonHyperlegible/Atkinson-Hyperlegible-Bold-102a.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/training-material/assets/fonts/AtkinsonHyperlegible/Atkinson-Hyperlegible-Italic-102a.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/training-material/assets/css/main.css?v=3" as="style">
<link rel='preload' href='/training-material/assets/js/bundle.theme.f1f2de89.js' as='script'>
<link rel='preload' href='/training-material/assets/js/bundle.main.08d42ce6.js' as='script'>
<link rel="stylesheet" href="/training-material/assets/css/main.css?v=3">
<link rel="manifest" href="/training-material/manifest.json">
<meta name="theme-color" content="#2c3143"/>
<meta name="DC.identifier" content="https://github.com/galaxyproject/training-material">
<meta name="DC.type" content="text">
<meta name="DC.title" content="TeSS LD+JSON Tester">
<meta name="DC.publisher" content="Galaxy Training Network">
<meta name="DC.date" content="2024-06-24 07:50:15 +0000"><meta name="description" content=" Here you can test how data from a page will be mapped to TeSS fields. This is based on this TeSS Document Submit If you supply a full URL, your request will be proxied via cors.apps.galaxyproject.eu Profile Property marginality Maps to TeSS Notes/Vocab 🔍 Observed Value name minimum Title String description minimum Description String: markdown-compatible url recommended URL keywords minimum Keywords String: a comma separated list of keywords dateCreated optional Date license recommended License Expects a SPDX identifier learningResourceType recommended Resource Type E.g. hands-on tutorials, etc about recommended Scientific Topics Expects a DefinedTerm with a name property. EDAM audience recommended Target Au...">
<meta property="og:site_name" content="Galaxy Training Network">
<meta property="og:title" content="TeSS LD+JSON Tester">
<meta property="og:description" content=" Here you can test how data from a page will be mapped to TeSS fields. This is based on this TeSS Document Submit If you supply a full URL, your request will be proxied via cors.apps.galaxyproject.eu Profile Property marginality Maps to TeSS Notes/Vocab 🔍 Observed Value name minimum Title String description minimum Description String: markdown-compatible url recommended URL keywords minimum Keywords String: a comma separated list of keywords dateCreated optional Date license recommended License Expects a SPDX identifier learningResourceType recommended Resource Type E.g. hands-on tutorials, etc about recommended Scientific Topics Expects a DefinedTerm with a name property. EDAM audience recommended Target Au...">
<meta property="og:image" content="https://training.galaxyproject.org/training-material/assets/images/GTNLogo1000.png"><!-- fontawesome -->
<link href="/training-material/assets/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="/training-material/assets/fontawesome/css/brands.css" rel="stylesheet" />
<link href="/training-material/assets/fontawesome/css/solid.css" rel="stylesheet" />
</head>
<body data-spy="scroll" data-target="#toc" data-brightness="auto" data-contrast="auto">
<script src='/training-material/assets/js/bundle.theme.f1f2de89.js'></script>
<header>
<nav class="navbar navbar-expand-md navbar-dark" aria-label="Site Navigation">
<div class="container">
<a class="navbar-brand" href="/training-material/">
<img src="/training-material/assets/images/GTN-60px.png" height="30" alt="Galaxy Training Network logo">
Galaxy Training!
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#top-navbar" aria-controls="top-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="top-navbar">
<ul class="navbar-nav">
<li class="nav-item">
</li>
<li class="nav-item">
<a class="nav-link" href="/training-material/learning-pathways" title="Learning Pathways">
<i class="fas fa-graduation-cap" aria-hidden="true"></i><span class="visually-hidden">curriculum</span> Learning Pathways
</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-expanded="false" title="Help">
<i class="far fa-question-circle" aria-hidden="true"></i><span class="visually-hidden">help</span> Help
</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="/training-material/faqs/index.html" title="Check our FAQs">
<i class="far fa-question-circle" aria-hidden="true"></i><span class="visually-hidden">question</span> FAQs
</a>
<a class="dropdown-item" href="https://help.galaxyproject.org/" title="Discuss on Galaxy Help">
<i class="far fa-comments" aria-hidden="true"></i><span class="visually-hidden">feedback</span> Galaxy Help Forum
</a>
<a class="dropdown-item" href="https://gitter.im/Galaxy-Training-Network/Lobby" title="Discuss on gitter">
<i class="fab fa-gitter" aria-hidden="true"></i><span class="visually-hidden">gitter</span> Discuss on Matrix
</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-expanded="false" title="Settings">
<i class="fas fa-cog" aria-hidden="true"></i><span class="visually-hidden">galaxy-gear</span> Settings
</a>
<div class="dropdown-menu dropdown-menu-right">
<h6 class="dropdown-header">Preferences</h6>
<a href="/training-material/user/theme.html" class="dropdown-item">
<i class="fas fa-palette" aria-hidden="true"></i><span class="visually-hidden">gtn-theme</span> Theme
</a>
<a href="/training-material/user/privacy.html" class="dropdown-item">
<i class="fas fa-lock" aria-hidden="true"></i><span class="visually-hidden">pref-dataprivate</span> Data Privacy
</a>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">For Everyone</h6>
<a class="dropdown-item" href="https://github.com/galaxyproject/training-material/edit/main/json-ld.html">
<i class="fab fa-github" aria-hidden="true"></i><span class="visually-hidden">github</span> Propose a change or correction
</a>
<h6 class="dropdown-header">Instructor Utilities</h6>
<a class="dropdown-item" href="/training-material/stats.html">
<i class="fas fa-chart-column" aria-hidden="true"></i><span class="visually-hidden">galaxy-barchart</span> GTN statistics
</a>
<a class="dropdown-item" href="https://plausible.galaxyproject.eu/training.galaxyproject.org?period=12mo&page=/training-material/json-ld.html">
<i class="fas fa-chart-column" aria-hidden="true"></i><span class="visually-hidden">galaxy-barchart</span> Page View Metrics
</a>
<!-- link to feedback -->
<a class="dropdown-item" href="/training-material/feedback.html">
<i class="fas fa-chart-column" aria-hidden="true"></i><span class="visually-hidden">galaxy-barchart</span> GTN feedback
</a>
<div class="dropdown-item">
<div>
<i class="fas fa-history" aria-hidden="true"></i><span class="visually-hidden">galaxy-rulebuilder-history</span> Previous Versions
</div>
<div id="archive-selector">
<a class="btn btn-warning" href="https://training.galaxyproject.org/archive/">Older Versions</a>
</div>
</div>
</div>
</li>
<!-- Search bar-->
<li class="nav-item">
<div id="navbarSupportedContent" role="search">
<!-- Search form -->
<form class="form-inline mr-auto" method="GET" action="/training-material/search2">
<i class="fas fa-search nav-link" aria-hidden="true" style="margin-right:1em"></i>
<div class="md-form mb-2">
<input name="query" class="form-control nicer" type="text" placeholder="Search Tutorials" aria-label="Search">
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container main-content" role="main">
<section>
<h1>TeSS LD+JSON Tester</h1>
<p>
Here you can test how data from a page will be mapped to <a href="https://tess.elixir-europe.org/">TeSS</a> fields. This is based on <a href="https://docs.google.com/document/d/1qLbSgJmXA0xnuXaQl4gTvH0IR5K4sHNcGXsOQS5AMno/edit">this TeSS Document</a>
</p>
<div class="input-group">
<input class="form-control" id="input-url" type="text" value="topics/admin/tutorials/ansible-galaxy/tutorial.html">
<button id="submit" class="btn btn-primary">Submit</button>
</div>
<p>If you supply a full URL, your request will be proxied via <a href="https://cors.apps.galaxyproject.eu/">cors.apps.galaxyproject.eu</a></p>
<table class="table table-striped">
<thead>
<tr>
<th>Profile Property</th>
<th>marginality</th>
<th>Maps to TeSS</th>
<th>Notes/Vocab</th>
<th>🔍 Observed Value</th>
</tr>
</thead>
<tbody>
<tr id="t-name">
<td>name</td>
<td>minimum</td>
<td>Title</td>
<td>String</td>
<td></td>
</tr>
<tr id="t-description">
<td>description</td>
<td>minimum</td>
<td>Description</td>
<td>String: markdown-compatible</td>
<td></td>
</tr>
<tr id="t-url">
<td>url</td>
<td>recommended</td>
<td>URL</td>
<td></td>
<td></td>
</tr>
<tr id="t-keywords">
<td>keywords</td>
<td>minimum</td>
<td>Keywords</td>
<td>String: a comma separated list of keywords</td>
<td></td>
</tr>
<tr id="t-dateCreated">
<td>dateCreated</td>
<td>optional</td>
<td>Date</td>
<td></td>
<td></td>
</tr>
<tr id="t-license">
<td>license</td>
<td>recommended</td>
<td>License</td>
<td>Expects a SPDX identifier</td>
<td></td>
</tr>
<tr id="t-learningResourceType">
<td>learningResourceType</td>
<td>recommended</td>
<td>Resource Type</td>
<td>E.g. hands-on tutorials, etc</td>
<td></td>
</tr>
<tr id="t-about">
<td>about</td>
<td>recommended</td>
<td>Scientific Topics</td>
<td>Expects a DefinedTerm with a name property. EDAM</td>
<td></td>
</tr>
<tr id="t-audience">
<td>audience</td>
<td>recommended</td>
<td>Target Audience</td>
<td>Picks the audienceType property from the Audience</td>
<td></td>
</tr>
<tr id="t-author">
<td>author</td>
<td>recommended</td>
<td>Authors</td>
<td>Picks the name property from the Person</td>
<td></td>
</tr>
<tr id="t-contributor">
<td>contributor</td>
<td>optional</td>
<td>Contributors</td>
<td>Picks the name property from the Person</td>
<td></td>
</tr>
<tr id="t-identifier">
<td>identifier</td>
<td>recommended</td>
<td>DOI</td>
<td>Only recognizes DOI identifiers</td>
<td></td>
</tr>
<tr id="t-educationalLevel">
<td>educationalLevel</td>
<td>recommended</td>
<td>Difficulty Level</td>
<td>Beginner<br>Intermediate<br>Advanced</td>
<td></td>
</tr>
<tr id="t-abstract">
<td>abstract</td>
<td>recommended</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="t-competencyRequired">
<td>competencyRequired</td>
<td>recommended</td>
<td>Prerequisites</td>
<td>Available in 1.4</td>
<td></td>
</tr>
<tr id="t-inLanguage">
<td>inLanguage</td>
<td>recommended</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="t-mentions">
<td>mentions</td>
<td>recommended</td>
<td></td>
<td>Seems to relate to External Resources</td>
<td></td>
</tr>
<tr id="t-teaches">
<td>teaches</td>
<td>recommended</td>
<td>Learning Objectives</td>
<td>Available in 1.4</td>
<td></td>
</tr>
<tr id="t-timeRequired">
<td>timeRequired</td>
<td>recommended</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="t-accessibilitySummary">
<td>accessibilitySummary</td>
<td>optional</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="t-dateModified">
<td>dateModified</td>
<td>optional</td>
<td>Date modified</td>
<td>Available in 1.4</td>
<td></td>
</tr>
<tr id="t-datePublished">
<td>datePublished</td>
<td>optional</td>
<td>Date published</td>
<td>Available in 1.4</td>
<td></td>
</tr>
<tr id="t-creativeWorkStatus">
<td>creativeWorkStatus</td>
<td>optional</td>
<td>Status</td>
<td>Available in 1.4</td>
<td></td>
</tr>
<tr id="t-version">
<td>version</td>
<td>optional</td>
<td>Version</td>
<td>Available in 1.4</td>
<td></td>
</tr>
<tr id="t-workTranslation">
<td>workTranslation</td>
<td>optional</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="t-recordedAt">
<td>recordedAt</td>
<td>optional</td>
<td></td>
<td>‘Link’ to Event via name, url pair of CourseInstance</td>
<td></td>
</tr>
<tr id="t-hasPart">
<td>hasPart</td>
<td>optional</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="t-isPartOf">
<td>isPartOf</td>
<td>optional</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<script>
document.getElementById("submit").onclick = function(){
var url = document.getElementById("input-url").value
if(url.slice(0, 8) === "https://") {
url = `https://cors.apps.galaxyproject.eu/${url}`
}
fetch(url).then(function(response) {
// Once the page is loaded convert it to text
return response.text();
}).then(function(html) {
// Replace newlines to allow parsing more easily.
html = html.replaceAll(/[\n\r]/g, '');
// Parse the json-ld from the page
jsonld = JSON.parse(html.match(/<script type="application\/ld\+json">([^<]*)<\/script>/)[1]);
Object.keys(jsonld).forEach(k => {
e = document.getElementById(`t-${k}`)?.lastElementChild
if(e){e.innerText = JSON.stringify(jsonld[k])}
})
});
}
</script>
<style>
table tr :nth-child(5) {
font-family: monospace;
}
</style>
</section>
</div>
<footer>
<hr />
<div class="container">
<div class="row">
<div class="col-sm-3">
<span style="font-size: 2em">GTN</span>
<p>
The GTN provides learners with a free, open repository of online training
materials, with a focus on hands-on training that aims to be directly applicable for learners.
We aim to connect researchers and learners with local trainers, and events worldwide.
</p>
<p>
We promote FAIR and Open Science practices worldwide, are committed to the accessibility of this platform and training for everyone.
</p>
</div>
<div class="col-sm-3">
<span style="font-size: 1.3em">About Us</span>
<ul class="no-bullets">
<li><a href="/training-material/about.html">About</a></li>
<li><a rel="code-of-conduct" href="https://galaxyproject.org/community/coc/">Code of Conduct</a></li>
<li><a href="/training-material/accessibility.html">Accessibility</a></li>
<li><a href="/training-material/faqs/gtn/fair_training.html">100% FAIR Training</a></li>
<li><a href="/training-material/faqs/gtn/collaborative_development.html">Collaborative Development</a></li>
</ul>
<span style="font-size: 1.3em">Page</span>
<ul class="no-bullets">
<li>
<a rel="license" href="https://spdx.org/licenses/CC-BY-4.0">
Content licensed under Creative Commons Attribution 4.0 International License
</a>
</li>
<li>
<a href="https://github.com/galaxyproject/training-material/edit/main/json-ld.html">
<i class="fab fa-github" aria-hidden="true"></i><span class="visually-hidden">github</span> Edit on GitHub
</a>
</li>
<li>
<a href="https://github.com/galaxyproject/training-material/commits/main/json-ld.html">
<i class="fab fa-github" aria-hidden="true"></i><span class="visually-hidden">github</span> View Changes on GitHub
</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<span style="font-size: 1.3em">Support</span>
<ul class="no-bullets">
<li><a rel="me" href="/training-material/faqs/galaxy/">Galaxy FAQs</a></li>
<li><a rel="me" href="https://help.galaxyproject.org">Galaxy Help Forum</a></li>
<li><a rel="me" href="http://gxy.io/gtn-slack">GTN Slack Chat</a></li>
<li><a rel="me" href="https://matrix.to/#/%23Galaxy-Training-Network_Lobby%3Agitter.im">GTN Matrix Chat</a></li>
<li><a rel="me" href="https://matrix.to/#/#galaxyproject_Lobby:gitter.im">Galaxy Matrix Chat</a></li>
</ul>
<span style="font-size: 1.3em">Framework</span>
<ul class="no-bullets">
<li>Revision <a href="https://github.com/galaxyproject/training-material/commit/2a77107da4445078dfb70586ab11e8ba2ca67d83">2a77107</a></li>
<li><a rel="license" href="https://github.com/galaxyproject/training-material/blob/main/LICENSE.md">MIT</a> Licensed</li>
<li><a href="https://jekyllrb.com/">Jekyll(4.3.2 | production)</a></li>
</ul>
</div>
<div class="col-sm-3">
<span style="font-size: 1.3em">Follow Us!</span>
<ul class="no-bullets">
<li><span style="fill: var(--hyperlink);"><svg width="1em" height="1em" viewBox="0 0 8.4937906 9.1084023" version="1.1" id="svg356" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <g id="layer1" transform="translate(-70.566217,-144.26757)"> <path style="fill-opacity:1;stroke:none;stroke-width:0.0179182" d="m 76.39081,152.24155 c -0.737138,0.20763 -1.554999,0.29101 -2.311453,0.14333 -0.475335,-0.0928 -0.891898,-0.32923 -1.031589,-0.82423 -0.04356,-0.15434 -0.06132,-0.32388 -0.06142,-0.48378 0.353724,0.0457 0.702251,0.1304 1.057176,0.17407 0.701338,0.0864 1.394702,0.0784 2.096434,0.008 0.744056,-0.0745 1.433711,-0.21546 2.060598,-0.64854 0.243974,-0.16855 0.474672,-0.39133 0.603487,-0.66252 0.181421,-0.38195 0.175886,-0.89336 0.204447,-1.30803 0.0923,-1.34029 0.20588,-2.98599 -1.076708,-3.846 -0.499561,-0.33497 -1.208891,-0.39913 -1.791824,-0.45742 -0.987026,-0.0987 -1.971078,-0.0946 -2.956509,0.0338 -0.841146,0.10961 -1.595223,0.31468 -2.1065,1.0443 -0.493296,0.70396 -0.509564,1.52563 -0.509564,2.34729 0,1.37831 -0.05534,2.87744 0.595934,4.13911 0.504703,0.97774 1.498709,1.29589 2.52184,1.41832 0.473239,0.0566 0.96049,0.0849 1.434158,0.0172 0.328853,-0.0471 0.650325,-0.0999 0.966886,-0.20511 0.08957,-0.0298 0.266911,-0.0614 0.322027,-0.14486 0.04089,-0.0618 0.0099,-0.15812 0.0035,-0.22545 -0.01611,-0.16924 -0.02094,-0.34967 -0.02096,-0.51963 m -1.594723,-5.48298 c 0.214822,-0.25951 0.315898,-0.56088 0.60922,-0.75705 0.687899,-0.46006 1.692038,-0.11202 1.992096,0.63161 0.214571,0.5317 0.140174,1.15913 0.140174,1.72017 v 1.03925 c 0,0.0911 0.04009,0.30954 -0.01842,0.38339 -0.04193,0.053 -0.173018,0.0287 -0.232436,0.0287 h -0.698809 v -1.88142 c 0,-0.28413 0.04813,-0.63823 -0.09912,-0.89591 -0.234746,-0.4108 -0.875019,-0.36105 -1.092116,0.0358 -0.123368,0.22555 -0.116792,0.50369 -0.116792,0.75257 v 1.0751 h -0.931726 v -1.05718 c 0,-0.2555 0.0024,-0.53932 -0.121773,-0.77049 -0.21432,-0.39919 -0.857782,-0.44403 -1.090217,-0.0358 -0.147324,0.25871 -0.09604,0.61056 -0.09604,0.89591 v 1.88142 H 72.09042 v -1.98893 c 0,-0.4711 -0.01604,-0.95902 0.233201,-1.3797 0.585269,-0.98786 2.133584,-0.74836 2.472454,0.32253 z" id="path2318" /> </g></svg></span> <a rel="me" href="https://mstdn.science/@gtn">Mastodon</a></li>
<li><span style="fill: var(--hyperlink);"><svg viewBox="0 0 64 57" width="1em" ><path style="fill-opacity:1;stroke:none;stroke-width:0.0179182" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z"></path></svg></span><a rel="me" href="https://bsky.app/profile/galaxytraining.bsky.social"> Bluesky</a></li>
</ul>
<span style="font-size: 1.3em">Publications</span>
<ul class="no-bullets">
<li><a href="https://doi.org/10.1371/journal.pcbi.1010752">Hiltemann et al. 2023</a></li>
<li><a href="https://doi.org/10.1016/j.cels.2018.05.012"> Batut et al. 2018</a></li>
<li><a href="/training-material/faqs/gtn/gtn_citing.html">Citing Us</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script async defer src='/training-material/assets/js/bundle.main.08d42ce6.js'></script>
</body>
</html>