File tree Expand file tree Collapse file tree 3 files changed +48
-10
lines changed
routes/resources/techtalks Expand file tree Collapse file tree 3 files changed +48
-10
lines changed Original file line number Diff line number Diff line change 71
71
<!--<Cite {citeText} />-->
72
72
<i >{SOURCE }, {PLACE }, {DATE }</i >
73
73
<div class ="abstract preview" >{@html ABSTRACT }</div >
74
+ <b >{TYPE }</b >
75
+ {#if URL != ' ' }
76
+ : <a href ={URL } target ="blank" >{NAME }</a >
77
+ {/if }
74
78
</div >
75
79
{/if }
76
80
Original file line number Diff line number Diff line change 4
4
export let slides;
5
5
</script >
6
6
7
+ <div class =" w-100" >
7
8
<h3 >{title }</h3 >
8
9
9
- <iframe
10
- src ={url }
11
- title =" YouTube video player"
12
- frameborder =" 0"
13
- allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
14
- allowfullscreen
15
- />
10
+
11
+ <iframe src ={url } title =" YouTube video player" frameborder =" 0" allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy =" strict-origin-when-cross-origin" allowfullscreen ></iframe >
12
+
13
+ {#if slides }
16
14
17
15
<p >Slides of this talk are available on <a href ={slides }>SlideShare</a ></p >
16
+
17
+ {/if }
18
+
19
+ </div >
Original file line number Diff line number Diff line change 1
1
<script >
2
2
import { Row , Col } from ' sveltestrap' ;
3
3
import TechTalk from ' $lib/components/TechTalk.svelte' ;
4
+
4
5
</script >
5
6
6
7
<svelte:head >
7
8
<title >BEXIS2 Tech Talk Series</title >
8
9
</svelte:head >
9
10
10
11
<div class =" content" >
11
- <h2 >BEXIS2 Tech Talk Series</h2 >
12
+ <h2 >Get Started with BEXIS2</h2 >
13
+
14
+ <p >Our introductory videos offer a quick and easy way to get started with the software.</p >
15
+
16
+ <Row >
17
+ <Col >
18
+ <TechTalk
19
+ title =" BEXIS2 - Eine kostenlose, quelloffene Software unterstützt Forschende bei der Datenverwaltung"
20
+ url =" https://www.youtube.com/embed/tyqpHj5AGKY?si=9Ile0fIRN_2VlfKq"
21
+ />
22
+ </Col >
23
+ <Col >
24
+ <TechTalk
25
+ title =" Bridging Data and People: BEXIS2 Through Two Lenses"
26
+ url =" https://www.youtube.com/embed/iYxLBBrwduk?si=H9VS7r5i2N0Smz0u"
27
+ />
28
+ </Col >
29
+ <!-- <Col>
30
+ <TechTalk
31
+ title="BEXIS2 - Funktionale Übersicht und Demo. 06.09.2024"
32
+ url="https://www.youtube.com/embed/_tVMBIAekGw?si=5BQov5Td3F5BRlEg"
33
+ />
34
+ </Col> -->
35
+ <!-- <Col>
36
+ <TechTalk
37
+ title="BEXIS2 - Forschungsdatenmanagement in Verbundprojekten"
38
+ url="https://www.youtube.com/embed/TtLm_1mf3LU?si=uS_dBWsoiLOhqIAN"
39
+ />
40
+ </Col> -->
41
+
42
+ </Row >
43
+
44
+ <h2 >Deep Dives for Experts</h2 >
12
45
13
46
<p >
14
- The idea of this series of talks is to gather the knowledge needed to develop the BEXIS2 data
15
- management platform. So the talks are geared towards software engineers and developers.
47
+ The videos about the BEXIS2 architecture are a bit older, but they still provide a great technical overview of the software.
16
48
</p >
17
49
<p >The talks are available from the Digital Library Thuringia and on Youtube:</p >
18
50
You can’t perform that action at this time.
0 commit comments