Skip to content

Commit 6598b2f

Browse files
committed
Update webinars
1 parent 9763158 commit 6598b2f

File tree

70 files changed

+3686
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3686
-354
lines changed

bin/templates/webinars/social-media.hbs

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="description" content="{{excerpt}}">
1212
<meta name="keywords" content="{{name}},{{domain}},{{type}}">
13-
<meta http-equiv="refresh" content="1; url={{{companyLink}}}" />
13+
<!--meta http-equiv="refresh" content="1; url={{{companyLink}}}" /-->
1414

1515
<!-- Open Graph Tags -->
1616
<meta property="og:locale" content="en_US">
@@ -72,17 +72,66 @@
7272
gtag('config', 'G-7CR5VQQLYP');
7373
</script>
7474
<style>
75+
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.6#038;subset=latin,latin-ext');
76+
77+
.heading {
78+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
79+
font-weight: 600;
80+
font-size: 36px;
81+
color: #5DC0CF !important;
82+
line-height: 1.3em;
83+
text-align: left;
84+
}
85+
86+
p {
87+
88+
font-weight: 500;
89+
line-height: 1.6em;
90+
91+
}
7592
body {
76-
display: none;
93+
background-color: rgb(0, 36, 82);
94+
color: #FFFFFF;
95+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
96+
margin-left: 100px;
97+
margin-right: 100px;
98+
}
99+
100+
.youtube-video-container {
101+
position: relative;
102+
overflow: hidden;
103+
width: 100%;
77104
}
105+
106+
.youtube-video-container::after {
107+
display: block;
108+
content: "";
109+
padding-top: 56.25%;
110+
}
111+
112+
.youtube-video-container iframe {
113+
position: absolute;
114+
top: 0;
115+
left: 0;
116+
width: 100%;
117+
height: 100%;
118+
}
119+
120+
121+
78122
</style>
79123
</head>
80124
<body>
81-
<h1>FIWARE Webinars: {{name}} - {{domain}} ({{type}})</h1>
125+
<h1 class="heading">FIWARE Webinars: {{name}} - {{domain}} ({{type}})</h1>
126+
127+
<div class="youtube-video-container">
128+
<iframe height="720" width="1280"
129+
src="{{embed companyLink}}">
130+
</iframe>
131+
</div>
82132
<p>
83133
{{excerpt}}
84134
</p>
85-
{{{content}}}
86-
<img src="{{img}}"/>
135+
{{{content}}}
87136
</body>
88137
</html>

directories/webinars/actuation--federation-and-interoperability-of-context-brokers.html

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="description" content="Registration of external context sources is a fundamental principle behind the correct use of context brokers.">
1212
<meta name="keywords" content="Actuation, Federation and interoperability of context brokers,Developers,Core Context">
13-
<meta http-equiv="refresh" content="1; url=https://www.youtube.com/watch?v=ebk14k5dNxo" />
13+
<!--meta http-equiv="refresh" content="1; url=https://www.youtube.com/watch?v=ebk14k5dNxo" /-->
1414

1515
<!-- Open Graph Tags -->
1616
<meta property="og:locale" content="en_US">
@@ -72,17 +72,66 @@
7272
gtag('config', 'G-7CR5VQQLYP');
7373
</script>
7474
<style>
75+
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.6#038;subset=latin,latin-ext');
76+
77+
.heading {
78+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
79+
font-weight: 600;
80+
font-size: 36px;
81+
color: #5DC0CF !important;
82+
line-height: 1.3em;
83+
text-align: left;
84+
}
85+
86+
p {
87+
88+
font-weight: 500;
89+
line-height: 1.6em;
90+
91+
}
7592
body {
76-
display: none;
93+
background-color: rgb(0, 36, 82);
94+
color: #FFFFFF;
95+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
96+
margin-left: 100px;
97+
margin-right: 100px;
98+
}
99+
100+
.youtube-video-container {
101+
position: relative;
102+
overflow: hidden;
103+
width: 100%;
77104
}
105+
106+
.youtube-video-container::after {
107+
display: block;
108+
content: "";
109+
padding-top: 56.25%;
110+
}
111+
112+
.youtube-video-container iframe {
113+
position: absolute;
114+
top: 0;
115+
left: 0;
116+
width: 100%;
117+
height: 100%;
118+
}
119+
120+
121+
78122
</style>
79123
</head>
80124
<body>
81-
<h1>FIWARE Webinars: Actuation, Federation and interoperability of context brokers - Developers (Core Context)</h1>
125+
<h1 class="heading">FIWARE Webinars: Actuation, Federation and interoperability of context brokers - Developers (Core Context)</h1>
126+
127+
<div class="youtube-video-container">
128+
<iframe height="720" width="1280"
129+
src="https://www.youtube.com/embed/ebk14k5dNxo">
130+
</iframe>
131+
</div>
82132
<p>
83133
Registration of external context sources is a fundamental principle behind the correct use of context brokers.
84134
</p>
85-
<p>Registration of external context sources is a fundamental principle behind the correct use of context brokers. The use of NGSI-LD expands into multiple different areas ranging from robotics to IoT to distributed data spaces. The 1.6.1 ETSI Specification has introduced new modes of registration and clarified best practices to be used across interoperable systems.</p> <p>Learn more about recent changes around the federation of context brokers and the connection of context brokers with other sources of context such as IoT Agents. Understand the correct use of datasetId for multi-attribute properties and the preferred definition of sequential actuations.</p>
86-
<img src="https://www.fiware.org/wp-content/directories/webinars/images/context-broker-interoperability.png"/>
135+
<p>Registration of external context sources is a fundamental principle behind the correct use of context brokers. The use of NGSI-LD expands into multiple different areas ranging from robotics to IoT to distributed data spaces. The 1.6.1 ETSI Specification has introduced new modes of registration and clarified best practices to be used across interoperable systems.</p> <p>Learn more about recent changes around the federation of context brokers and the connection of context brokers with other sources of context such as IoT Agents. Understand the correct use of datasetId for multi-attribute properties and the preferred definition of sequential actuations.</p>
87136
</body>
88137
</html>

directories/webinars/adopting-common-smart-data-models-for-smart-cities.html

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="description" content="Why is relevant to have shared data models for the industry and for the citizenOpen license and shared data models as an economic booster for smart cities Summary of the agreement:Adoption of NGSI-LD standard as the basis for data exchange Contribution to smart data models initiative (including participation in governance bodies) Introduction to the Smart Data ModelsGeneral introduction New contribution mechanism New specification Other updates For this webinar, FIWARE teamed up with the India Urban Data Exchange (IUDX) Program.">
1212
<meta name="keywords" content="Adopting Common Smart Data Models for Smart Cities,Developers,Core Context">
13-
<meta http-equiv="refresh" content="1; url=https://www.youtube.com/watch?v=dfMo0HnaIUQ" />
13+
<!--meta http-equiv="refresh" content="1; url=https://www.youtube.com/watch?v=dfMo0HnaIUQ" /-->
1414

1515
<!-- Open Graph Tags -->
1616
<meta property="og:locale" content="en_US">
@@ -72,17 +72,66 @@
7272
gtag('config', 'G-7CR5VQQLYP');
7373
</script>
7474
<style>
75+
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.6#038;subset=latin,latin-ext');
76+
77+
.heading {
78+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
79+
font-weight: 600;
80+
font-size: 36px;
81+
color: #5DC0CF !important;
82+
line-height: 1.3em;
83+
text-align: left;
84+
}
85+
86+
p {
87+
88+
font-weight: 500;
89+
line-height: 1.6em;
90+
91+
}
7592
body {
76-
display: none;
93+
background-color: rgb(0, 36, 82);
94+
color: #FFFFFF;
95+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
96+
margin-left: 100px;
97+
margin-right: 100px;
98+
}
99+
100+
.youtube-video-container {
101+
position: relative;
102+
overflow: hidden;
103+
width: 100%;
77104
}
105+
106+
.youtube-video-container::after {
107+
display: block;
108+
content: "";
109+
padding-top: 56.25%;
110+
}
111+
112+
.youtube-video-container iframe {
113+
position: absolute;
114+
top: 0;
115+
left: 0;
116+
width: 100%;
117+
height: 100%;
118+
}
119+
120+
121+
78122
</style>
79123
</head>
80124
<body>
81-
<h1>FIWARE Webinars: Adopting Common Smart Data Models for Smart Cities - Developers (Core Context)</h1>
125+
<h1 class="heading">FIWARE Webinars: Adopting Common Smart Data Models for Smart Cities - Developers (Core Context)</h1>
126+
127+
<div class="youtube-video-container">
128+
<iframe height="720" width="1280"
129+
src="https://www.youtube.com/embed/dfMo0HnaIUQ">
130+
</iframe>
131+
</div>
82132
<p>
83133
Why is relevant to have shared data models for the industry and for the citizenOpen license and shared data models as an economic booster for smart cities Summary of the agreement:Adoption of NGSI-LD standard as the basis for data exchange Contribution to smart data models initiative (including participation in governance bodies) Introduction to the Smart Data ModelsGeneral introduction New contribution mechanism New specification Other updates For this webinar, FIWARE teamed up with the India Urban Data Exchange (IUDX) Program.
84134
</p>
85-
<ul> <li>Why is relevant to have shared data models for the industry and for the citizen<ul> <li>Open license and shared data models as an economic booster for smart cities</li></ul></li> <li>Summary of the agreement:<ul> <li>Adoption of NGSI-LD standard as the basis for data exchange</li> <li>Contribution to smart data models initiative (including participation in governance bodies)</li></ul></li> <li>Introduction to the Smart Data Models<ul> <li>General introduction</li> <li>New contribution mechanism</li> <li>New specification</li> <li>Other updates</li></ul></li> </ul> <p>For this webinar, FIWARE teamed up with the India Urban Data Exchange (IUDX) Program. FIWARE Foundation and IUDX recently announced their collaboration toward building an Open Source platform that facilitates secure, authenticated, and managed exchange of data amongst various data sources and consumers.</p>
86-
<img src="https://www.fiware.org/wp-content/directories/webinars/images/iudx.png"/>
135+
<ul> <li>Why is relevant to have shared data models for the industry and for the citizen<ul> <li>Open license and shared data models as an economic booster for smart cities</li></ul></li> <li>Summary of the agreement:<ul> <li>Adoption of NGSI-LD standard as the basis for data exchange</li> <li>Contribution to smart data models initiative (including participation in governance bodies)</li></ul></li> <li>Introduction to the Smart Data Models<ul> <li>General introduction</li> <li>New contribution mechanism</li> <li>New specification</li> <li>Other updates</li></ul></li> </ul> <p>For this webinar, FIWARE teamed up with the India Urban Data Exchange (IUDX) Program. FIWARE Foundation and IUDX recently announced their collaboration toward building an Open Source platform that facilitates secure, authenticated, and managed exchange of data amongst various data sources and consumers.</p>
87136
</body>
88137
</html>

directories/webinars/advanced-dashboards-with-wirecloud-2-0.html

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="description" content="An interactive session on mastering Wirecloud, a powerful tool for creating dynamic dashboards using a visual interface.">
1212
<meta name="keywords" content="Advanced Dashboards with WireCloud 2.0,Developers,Visualisation">
13-
<meta http-equiv="refresh" content="1; url=https://www.youtube.com/watch?v=88uqeNDGoJI" />
13+
<!--meta http-equiv="refresh" content="1; url=https://www.youtube.com/watch?v=88uqeNDGoJI" /-->
1414

1515
<!-- Open Graph Tags -->
1616
<meta property="og:locale" content="en_US">
@@ -72,17 +72,66 @@
7272
gtag('config', 'G-7CR5VQQLYP');
7373
</script>
7474
<style>
75+
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.6#038;subset=latin,latin-ext');
76+
77+
.heading {
78+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
79+
font-weight: 600;
80+
font-size: 36px;
81+
color: #5DC0CF !important;
82+
line-height: 1.3em;
83+
text-align: left;
84+
}
85+
86+
p {
87+
88+
font-weight: 500;
89+
line-height: 1.6em;
90+
91+
}
7592
body {
76-
display: none;
93+
background-color: rgb(0, 36, 82);
94+
color: #FFFFFF;
95+
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
96+
margin-left: 100px;
97+
margin-right: 100px;
98+
}
99+
100+
.youtube-video-container {
101+
position: relative;
102+
overflow: hidden;
103+
width: 100%;
77104
}
105+
106+
.youtube-video-container::after {
107+
display: block;
108+
content: "";
109+
padding-top: 56.25%;
110+
}
111+
112+
.youtube-video-container iframe {
113+
position: absolute;
114+
top: 0;
115+
left: 0;
116+
width: 100%;
117+
height: 100%;
118+
}
119+
120+
121+
78122
</style>
79123
</head>
80124
<body>
81-
<h1>FIWARE Webinars: Advanced Dashboards with WireCloud 2.0 - Developers (Visualisation)</h1>
125+
<h1 class="heading">FIWARE Webinars: Advanced Dashboards with WireCloud 2.0 - Developers (Visualisation)</h1>
126+
127+
<div class="youtube-video-container">
128+
<iframe height="720" width="1280"
129+
src="https://www.youtube.com/embed/88uqeNDGoJI">
130+
</iframe>
131+
</div>
82132
<p>
83133
An interactive session on mastering Wirecloud, a powerful tool for creating dynamic dashboards using a visual interface.
84134
</p>
85-
<p>An interactive session on mastering Wirecloud, a powerful tool for creating dynamic dashboards using a visual interface. This workshop will guide you through the essentials of setting up Wirecloud, crafting customized dashboards, and integrating data from FIWARE. You will also learn how to develop and deploy your own widgets and operators to enhance the functionality of your dashboards. Whether you are new to Wirecloud or looking to deepen your understanding, this session provides hands-on activities and expert insights to help you leverage the full potential of this versatile platform.</p>
86-
<img src="https://www.fiware.org/wp-content/directories/webinars/images/advanced-dashboards-with-wirecloud-2.png"/>
135+
<p>An interactive session on mastering Wirecloud, a powerful tool for creating dynamic dashboards using a visual interface. This workshop will guide you through the essentials of setting up Wirecloud, crafting customized dashboards, and integrating data from FIWARE. You will also learn how to develop and deploy your own widgets and operators to enhance the functionality of your dashboards. Whether you are new to Wirecloud or looking to deepen your understanding, this session provides hands-on activities and expert insights to help you leverage the full potential of this versatile platform.</p>
87136
</body>
88137
</html>

0 commit comments

Comments
 (0)