Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
/*-----------------------------------------------*/
/*---OOH ACCELERATOR DETAIL PAGE - 13-05-2024---*/
/*---------------------------------------------*/

#main-content p:empty { display: none;}
.mb-0 { margin-bottom:0;}

/*---INTRODUCTION---*/
#introduction .container > p:first-child { display: none; border:1px solid red;}
.introduction-box { display: flex; border-radius: 16px; overflow: hidden; }
.introduction-box-cover { width: 50%; background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/716149200/illu-introduction-projectathon-0.jpg"); background-size: cover;}
.introduction-box-content { position:relative; padding: 3.5rem 7rem 2.5rem 0; width: 50%; background-color: #F3F4F7;}
.introduction-box-content * { position: relative;}
.introduction-box-content:before { position:absolute; top: -10%; left:-110px; display: inline-block; content:""; background-color: #F3F4F7; width: 200px; height: 120%; border-radius: 50% 50% 52% 48% / 50% 50% 50% 50% ;}
.heading-subtitle { display: block; font-size: 14px; line-height: 24px; letter-spacing: 5px; font-family: Source Sans Pro SB !important; text-transform: uppercase;}

@media screen and (max-width: 768px) {
    .introduction-box { display: block;}
    .introduction-box-cover { height: 260px; width: 100%;}
    .introduction-box-content { padding: 2rem; width: 100%;}
    .introduction-box-content:before { width: 0;}
}

@media screen and (min-width: 769px) {
  .introduction-box-content h1 + p { width: 80%;}
}

/*---INFORMATION---*/
#information { padding-top:0; padding-bottom:0;}

/*reboot*/ 
#information .container .cols { margin:0;}
#information .container .cols > div { padding:0;}

#information h2 { margin:6rem 0 40px 0;}
#information h2:first-child { margin-top:0;}

.information-list { margin: 0; padding: 0;}
.information-list li { margin:2rem 0 0 0; padding-bottom:1rem; list-style-type: none; border-bottom: 1px solid #E3E6EB;}
.information-list li:first-child { margin-top:0;}
.information-list li:last-child { padding-bottom:0; border-bottom: none;}
.information-col:nth-child(1) p { font-size: 18px; color: #001832;}
.information-list li:last-child .information-col:nth-child(2) p { margin-bottom:0;}

@media screen and (min-width: 769px) {
	.information-cols { display: flex; align-items: flex-start;}
	.information-col:nth-child(1) { width: 30%;}
	.information-col:nth-child(2) { width: 70%}
}

/*---AGENDA BOX---*/
.agenda {
  background: rgb(243,244,247);
  background: linear-gradient(0deg, rgba(243,244,247,1) 75%, rgba(251,252,255,1) 75%, rgba(251,252,255,1) 100%);
}
 
.agenda-content-box { position: relative; padding:80px; background-color:#00284A; border-radius:60px;}
.agenda-content-box:nth-child(2) { margin-top:40px;}
.agenda-content-box > p:first-child { display:none; border:1px solid red;}

@media screen and (max-width: 768px) {
  .agenda-content-box { padding:20px; border-radius:20px;}
}

.agenda-content-box h2 { margin-bottom:40px; color: #FFF;}

.agenda-hour-cols { display: flex;}
.agenda-hour-col:nth-child(1) { padding:1rem 0; width: 25%; font-family: Source Sans Pro SB;}
.agenda-hour-col:nth-child(2) { padding:1rem 0; width: 75%; border-bottom: 1px dashed rgba(255, 255, 255, 0.25);}
.agenda-hour li:last-child .agenda-hour-cols  .agenda-hour-col:nth-child(2) { border-bottom:none;}

@media screen and (min-width: 769px) {
	.agenda-cols { display: flex;}
	.agenda-col:nth-child(1) { width: 30%;}
	.agenda-col:nth-child(2) { width: 70%}
}

/*hour*/
.agenda-hour { margin: 0; padding:0;}
.agenda-hour li { list-style: none;}
.agenda-hour li:first-child { padding-top:0;}
.agenda-hour li:last-child { padding-bottom:0; border-bottom: 1px dashed transparent;}
.agenda-hour li .agenda-hour-col:nth-child(1) {color: #FFF;}
.agenda-hour li .agenda-hour-col:nth-child(2) {color: rgba(255, 255, 255, 0.75);}

/*ico-location*/
.location { display: inline-flex; flex-direction: row; align-items: center; gap: 6px;}
.location span:nth-child(1) { display: inline-block; width: 16px; height: 16px;}
.location.room-1 span:nth-child(1) { background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/716149200/ico-room-1.svg") no-repeat center;}
.location.room-1 span:nth-child(2) { color:#FBC11D;}
.location.room-2 span:nth-child(1) { background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/716149200/ico-room-2.svg") no-repeat center;}
.location.room-2 span:nth-child(2) { color:#EC8FFF;}

/*add illu*/
.illu-projectathon-agenda { position: absolute; bottom: -65px; right: 50px;}
.illu-projectathon-agenda img {width: 90px;}

@media screen and (min-width: 769px) {
  .illu-projectathon-agenda { bottom: -110px; right: 100px;}
  .illu-projectathon-agenda img {width: 180px;}
}

/*macro expand*/
.expand-container { margin:0; padding:0; border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
.expand-container:last-child { border-bottom: 1px solid transparent;}
.expand-container .aui-icon::before { font-size: 20px !important; color: #FFF;}
.expand-container [aria-expanded="true"] .aui-iconfont-chevron-down { transform: rotate(180deg);}
.expand-container [aria-expanded="false"] .aui-iconfont-chevron-right { transform: rotate(90deg);}
.expand-control { display: flex; align-items: center;  margin-bottom:0; padding:40px 0;}
.expand-control button { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items:end; gap: 24px; width:100%;}
.expand-control button.aui-button.aui-button-link { color: transparent;}
.expand-control button span:nth-child(1) {}
.expand-control button span:nth-child(2) { text-align: left;}
.expand-control-text {width: 100%; font-size: 20px; color: #FFF;}
.expand-content { margin:0; padding: 0; color: #5E748E;}

@media screen and (max-width: 768px) {
  .expand-control-text { font-size: 16px;}
}

/*---REGISTER---*/
#register { display:none; padding-bottom:0; background:#F3F4F7;}

/*reboot*/ 
#register .container .cols { margin:0;}
#register .container .cols > div { padding:0;}

#register .container .cols { position:relative; z-index: 10;}
#register h2 { margin-bottom:40px;}
#register ul { margin:2.5rem 0 0 0; padding: 0; list-style: none;}
#register ul li { display:flex; align-items: baseline; gap:8px;}
#register ul li span { display: flex; align-items: center; justify-content: center; background: #E3E6EB; width: 24px; height: 24px; min-width: 24px; border-radius: 24px; color: #3D597A; font-size: 12px;}
#register ul li:last-child > p { margin-bottom:0;}
#register p.p-btn-cta { margin:40px 0 0 0;}

/*---BOX PLAYBOOKFOOTER---*/
#box#projectathon-cta-playbookfooter { positionpadding-top:relative0;}

/*reboot*/ 
#box#projectathon-cta-playbookfooter .container .cols { margin:0;}
#box#projectathon-cta-playbookfooter .container .cols .col-812 { padding:0;}

.box#projectathon-playbookfooter {.container padding:1.5rem; background-color: #00284A;cols div { border-radius:20pxtop:1px solid #E3E6EB;}

.box#projectathon-playbookfooter h4.container span.cols {div display:p block; font-size: 12px; letter-spacing: 5px; font-family: Source Sans Pro SB; text-transform: uppercase; color: rgba(251, 193, 29, 1);}
.box-playbook h4, #box-cta-playbook p { color: white;}
.box-playbook p.p-opacity { opacity: 0.75}
.box-playbook p:last-of-type { margin-bottom:0;}
.box-playbook ul { margin-bottom:0; padding:1rem 0 0 1rem; color: #EC8FFF;}
.box-playbook a.secondary-download { color: #EC8FFF;}
.box-playbook .box-playbook-illu img { width: 120px; height:auto;}

@media screen and (max-width: 768px) {
  .box-playbook .box-playbook-illu { margin-bottom:1rem;}
}

@media screen and (max-width: 900px) {
  #box-cta-playbook .container .cols .col-8 { width: 100%;}
}

@media screen and (min-width: 769px) {
  .box-playbook { padding:2.5rem;}
  .box-playbook-cols { display: flex; align-items: center; gap: 80px;}
}

@media screen and (min-width: 1366px) {
  .box-playbook { padding:5rem;}
}

/*---FOOTER---*/
#projectathon-footer { padding-top:0;}

/*reboot*/ 
#projectathon-footer .container .cols { margin:0;}
#projectathon-footer .container .cols .col-12 { padding:0;}

#projectathon-footer .container .cols div { border-top:1px solid #E3E6EB;}
#projectathon-footer .container .cols div p { margin:40px 0 0 0;}
Div
idintroduction
classsection
Div
classcontainer
Html-bobswift
<p><a class="link-cta primary before" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Events+calendar"><span>Back to the events calendar</span></a></p>

<div class="introduction-box">

<div class="introduction-box-cover">
</div>

<div class="introduction-box-content">
<p class="h5">13 - 14 June 2024 | Brussels, Belgium</p>
<h1 class="h2"><span class="heading-subtitle">Online and offline event</span>#3 OOTS Accelerator Event 2024</h1>
<p>This hybrid event aims to accelerate technical readiness of Member States’ national infrastructure.</p>
<p>Registration: <strong>From XX May - until XX June 2024</strong></p>
<!--<p>Registration: <strong>Closed</strong></p>-->
<!--<p><span class="badge success">Registration coming soon</span></p>-->
<!--<p class="text-right"><a class="btn primary" href=""><span>Register</span></a></p>-->
</div>

</div>
{ margin:40px 0 0 0;}
Div
idintroduction
classsection
Div
classcontainer
Html-bobswift
<p><a class="link-cta primary before" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Events+calendar"><span>Back to the events calendar</span></a></p>

<div class="introduction-box">

<div class="introduction-box-cover">
</div>

<div class="introduction-box-content">
<p class="h5">13 - 14 June 2024 | Brussels, Belgium</p>
<h1 class="h2"><span class="heading-subtitle">Online and offline event</span>#3 OOTS Accelerator Event 2024</h1>
<p>This hybrid event aims to accelerate technical readiness of Member States’ national infrastructure.</p>
<p>Registration: <strong>From XX May - until XX June 2024</strong></p>
<!--<p>Registration: <strong>Closed</strong></p>-->
<!--<p><span class="badge success">Registration coming soon</span></p>-->
<!--<p class="text-right"><a class="btn primary" href=""><span>Register</span></a></p>-->
</div>

</div>
Div
idinformation
classsection
Div
classcontainer
Div
classcols
Html-bobswift
<div class="col-8">

<!-- START PRACTICAL INFORMATION -->

<h2 class="h3">Practical information</h2>

<ul class="information-list">

<li>
<div class="information-cols">
<div class="information-col"><p>Location</p></div>
<div class="information-col"><p>Brussels, Belgium<br>XXXX</p></div>
</div>
</li>  

<li>
<div class="information-cols">
<div class="information-col"><p>Date</p></div>
<div class="information-col"><p>13 - 14 June 2024</p></div>
</div>
</li>

<li>
<div class="information-cols">
<div class="information-col"><p>Registration</p></div>
<div class="information-col"><p>XX May - XX June 2024</p></div>
</div>
</li>

<li>
<div class="information-cols">
<div class="information-col"><p>Target groups</p></div>
<div class="information-col"><p>All Member State teams relevant for implementing the Once-Only Technical System, including Competent Authorities to be onboarded or informed.</p></div>
</div>
</li>

<li>
<div class="information-cols">
<div class="information-col"><p>Fees</p></div>
<div class="information-col"><p>No fees are charged to participate in this event.</p></div>
</div>
</li>

<li>
<div class="information-cols">
<div class="information-col"><p>Travel</p></div>
<div class="information-col"><p>The Commission can cover the reimbursement of travel costs for one public and one private sector expert per Member State.</p></div>
</div>
</li>

</ul>

<!--END PRACTICAL INFORMATION -->

<!-- START DESCRIPTION -->

<h2 class="h3">Description</h2>

<p>XXXX</p>

<p style="margin-top:2.5rem; margin-bottom:0;"><a class="link-download primary" href="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/605325773/OOTS_Privacy_Statement_meetings_and_events.pdf"><span>Download the privacy statement</span></a></p>

<!-- END DESCRIPTION -->

</div>
Div
idagenda
classsection agenda
Div
idinformation
classsection
Div
classcontainer
htmlbobswift
Div
classidcols
agenda-
content
Div
classagenda-content-box
<div class="col-8"> <!-- START PRACTICAL INFORMATION -->
Html-bobswift
<h2 class="h3"
>Practical
>Projectathon 
information<
agenda</h2>
Expand
titleDay 1
Html-bobswift
<ul class="
information
agenda-
list
hour">

<li>
<div class="
information
agenda-hour-cols">
<div class="
information
agenda-hour-col"
><p>Location<
></
p></
div>
<div class="
information
agenda-hour-col
"><p>Brussels, Belgium<br>XXXX</p><
"><span class="location room-1"><span></span><span>Brussels, Belgium</span></span></div>
</div>
</li>


<li>
<div class="
information
agenda-hour-cols">
<div class="
information
agenda-hour-col"
><p>Date</p><
>08:30 - 09:15</div>
<div class="
information
agenda-hour-col"
><p>13 - 14 June 2024</p><
>Welcome breakfast coffee & registration​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>


<li>
<div class="
information
agenda-hour-cols">
<div class="
information
agenda-hour-col"
><p>Registration</p><
>09:15 - 09:30</div>
<div class="
information
agenda-hour-col"
><p>XX
>Opening of 
May
the event
<!-
XX June 2024</p><
-<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="
information
agenda-hour-cols">
<div class="
information
agenda-hour-col"
><p>Target groups</p></
>09:30 - 10:00</div>
<div class="
information
agenda-hour-col"
><p>All Member State teams relevant for implementing the Once-Only Technical System, including Competent Authorities to be onboarded or informed.</p></
>Welcome words, Hubert Gambs (DG GROW) and Veronica Gaffey (DG DIGIT)
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="
information
agenda-hour-cols">
<div class="
information
agenda-hour-col"
><p>Fees</p><
>10:00 - 11:00</div>
<div class="
information
agenda-hour-col"
><p>No fees are charged to participate in this event.</p></
>Welcome to the participating teams and practical info
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="
information
agenda-hour-cols">
<div class="
information
agenda-hour-col"
><p>Travel</p></
>11:00 - 12:00</div>
<div class="
information
agenda-hour-col"
><p>The
>Technical 
Commission
set-up 
can
and 
cover the reimbursement of travel costs for one public and one private sector expert per Member State.</p><
initial tests​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

</ul> <!--END PRACTICAL INFORMATION -->
<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:00 - 13:00</div>
<div class="agenda-hour-col">Lunch
<!--<p 
START DESCRIPTION
class="label ccab"><span>Brussels, Belgium</span></p>-->
<h2 class="h3">Description</h2> <p>XXXX</p> <p style="margin-top:2.5rem; margin-bottom:0;"><a class="link-download primary" href="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/605325773/OOTS_Privacy_Statement_meetings_and_events.pdf"><span>Download the privacy statement</span></a></p> <!-- END DESCRIPTION --> </div>
Div
idagenda
classsection agenda
Div
classcontainer
Div
idagenda-content
Div
classagenda-content-box
Html-bobswift
<h2 class="h3">Projectathon agenda</h2>
Expand
titleDay 1
Html-bobswift
<ul class="agenda-hour">

</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13:00 - 15:00</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 1​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15:00 - 15:30</div>
<div class="agenda-hour-col">Coffee break
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col"><>15:30 - 17:00</div>
<div class="agenda-hour-col"><span>Peer-to-peer testing – Part 2
<!--<p class="location room-1"><span></span><span>Brusselslabel ccab"><span>Brussels, Belgium</span></span><p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">08>17:3000 - 0917:15<20</div>
<div class="agenda-hour-col">Welcome breakfast coffee & registration​>Wrap-up of the day + introduction to next day
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>


<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:15 - 09>From 17:30</div>
<div class="agenda-hour-col">Opening of the>Social event
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

</ul>
Expand
titleDay 2
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:30 - 10:00<></div>
<div class="agenda-hour-col">Welcome words, Hubert Gambs (DG GROW) and Veronica Gaffey (DG DIGIT)
<!--<p class="label ccab"><span>Brussels><span class="location room-1"><span></span><span>Brussels, Belgium</span></p>-->
<span></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">10>08:0030 - 1109:00<15</div>
<div class="agenda-hour-col">Welcome tobreakfast the participating teams and practical info& coffee
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11>09:0015 - 1209:00<45</div>
<div class="agenda-hour-col">Technical set-up and initial tests​>Introduction to the Once-Only Technical System Projectathon (Day 2)
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12>09:0045 - 1312:00</div>
<div class="agenda-hour-col">Lunch
<!>Peer-to-<p peer testing – Part 1​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13>12:00 - 1513:00</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 1​>Lunch​​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15>13:00 - 15:30<00</div>
<div class="agenda-hour-col">Coffee break>Peer-to-peer testing – Part 2
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15:3000 - 1715:00<30</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 2>Coffee break​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">17>15:0030 - 17:20<00</div>
<div class="agenda-hour-col">Wrap>Peer-to-uppeer oftesting the day + introduction to next dayPart 3
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">From>17:00 - 17:30<20</div>
<div class="agenda-hour-col">Social event>Wrap-up of the day + introduction to next day
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

</ul>
Expand
titleDay 2
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col"><>17:20 - 17:30</div>
<div class="agenda-hour-col"><span>Closing of Day 2​
<!--<p class="locationlabel room-1"><span></span><span>Brusselsccab"><span>Brussels, Belgium</span></span><p>-->
</div>
</div>
</li>

</ul>
Expand
titleDay 3
Html-bobswift
<ul<li>
<div class="agenda-hour-cols">

<li>
<div class="agenda-hour-col">08:30 - 09:15<cols">
<div class="agenda-hour-col"></div>
<div class="agenda-hour-col">Welcome breakfast & coffee
<!--<p><span class="labellocation ccab"><span>Brusselsroom-1"><span></span><span>Brussels, Belgium</span></p>-->
<span></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09>08:1530 - 09:45<15</div>
<div class="agenda-hour-col">Introduction>Welcome tobreakfast the Once-Only Technical System Projectathon (Day 2)& coffee
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:4515 - 1210:00</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 1​
<>Introduction to the Once-Only Technical System Projectathon (Day 3)​
<!--<p class="label ccab"><span>Brussels, Belgium<><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12>10:00 - 1312:00</div>
<div class="agenda-hour-col">Lunch​​>Peer-to-peer testing – Part 1​
<!--<p class="label ccab"><span>Brussels, Belgium<><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13>12:00 - 1513:00</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 2>Lunch
<!--<p class="label ccab"><span>Brussels, Belgium<><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15>13:00 - 1514:30<00</div>
<div class="agenda-hour-col">Coffee break​
>State of play of May Projectathon​
<!--<p class="label ccab"><span>Brussels, Belgium<><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15>14:3000 - 1714:00<30</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 3>Coffee break​
<!--<p class="label ccab"><span>Brussels, Belgium<><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">17>14:0030 - 1716:20<00</div>
<div class="agenda-hour-col">Wrap>Peer-to-uppeer oftesting the day + introduction to next dayPart 2​
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">17>16:2000 - 17:30</div>
<div class="agenda-hour-col">Closing>Extra oftesting Day 2​time (optional)​
<!--<p class="label ccab"><span>Brussels, Belgium<><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

</ul>
Expand
titleDay 3
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col"><>17:30</div>
<div class="agenda-hour-col"><span>End​
<!--<p class="locationlabel room-1"><span></span><span>Brussels, Belgium</span></span></ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div</ul>
Div
classagenda-content-box
Html-bobswift
<h2 class="
agenda-hour-col">08:30 - 09:15</div> <div
h3">Exploration rooms</h2>
<p class="
agenda
illu-
hour
projectathon-
col
agenda"><img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-projectathon-agenda.png"></p>
Expand
titleDay 1
Html-bobswift
<ul class="agenda-hour">>Welcome breakfast & coffee
<!--<p class="label ccab"><span>Brussels, Belgium</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09>11:15 00- 1012:00<00​</div>
<div class="agenda-hour-col">Introduction to>
<strong>Walk through of the Once-OnlyOOTS Technical System Projectathon (Day 3)​
<!--<puser journey​</strong><br>
<span class="labellocation ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->room-1"><span></span><span>Room 1</span></span><br>
<i>In this session participants will be asked to click through different OOTS procedures prototypes. The objective is to familiarise participants the expected end user journey and identify potential challenges that can be addressed in more specific exploratory sessions throughout the event.</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">10>13:00 - 1214:00<00​​</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 1​
<!--<p>
<strong>Evidence mapping for evidence requesters​​</strong><br>
<span class="labellocation ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:00 - 13:00</div>
<div class="agenda-hour-col">Lunch
<!--<p class="label ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13:00 - 14:00</div>
<div class="agenda-hour-col">State of play of May Projectathon​
<!--<p class="label ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->room-1"><span></span><span>Room 1</span></span><br>
<i>This session will discuss which competent authorities need to connect to the OOTS as evidence requesters, how to submit your procedural requirements, how to add your data to the Common Services and will seek to identify challenges and solutions to make the process between all stakeholders more efficient.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14:00 - 1415:30<00</div>
<div class="agenda-hour-col">Coffee break​
<!--<p >
<strong>Adapting procedure portals to OOTS</strong><br>
<span class="labellocation ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->room-1"><span></span><span>Room 1</span></span><br>
<i>In this session the EC will present the UX recommendations for procedure portals, and we’ll brainstorm on potential challenges to implement them in various scenarios that competent authorities may have.</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14:30 00- 1615:00<30​</div>
<div class="agenda-hour-col">Peer-to-peer testing – Part 2​
<!--<p>
<strong>Authentication & Identity Matching​</strong><br>
<span class="labellocation ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->room-2"><span></span><span>Room 2</span></span><br>
<i>In this session experts in cross-border authentication and national identity matching and UX will come together to discuss challenges and explore potential solutions.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">16>15:00 30- 17:30<00</div>
<div class="agenda-hour-col">Extra testing time (optional)​
<!--<p>
<strong>Evidence mapping for evidence providers</strong><br>
<span class="labellocation ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">17:30</div>
<div class="agenda-hour-col">End​
<!--<p class="label ccab"><span>Plenary (Room 2.C & 2.D)</span></p>-->
</div>
</div>
</li>

</ul>
Div
classagenda-content-box
Html-bobswift
<h2 class="h3">Exploration rooms</h2>
<p class="illu-projectathon-agenda"><img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-projectathon-agenda.png"></p>
Expand
titleDay 1
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11:00-12:00​</room-1"><span></span><span>Room 1</span></span><br>
<i>This session will discuss which competent authorities need to connect to the OOTS as evidence providers, how they can use the evidence explorer to determine what evidence types will need to be provided and how they can input their data to the Common Services.</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">16:00-17:00​</div>
<div class="agenda-hour-col">
<strong>Walk<strong>Legal through of the OOTS user journey​<person authentication​</strong><br>
<span class="location room-12"><span></span><span>Room 1<2</span></span><br>
<i>In this session participantsexperts will bediscuss askedthe tolatest clickstate throughof different OOTS procedures prototypes. The objective is to familiarise participants the expected end user journey and identify potential challenges that can be addressed in more specific exploratory sessions throughout the event.<play, on-going challenges and potential solutions to cross-border legal person authentication.​​</i>
</div>
</div>
</li>

</ul>
Expand
titleDay 2
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13>09:0030-1410:00​​<30​</div>
<div class="agenda-hour-col">
<strong>Evidence mapping for evidence requesters​​<<strong>Population – Enabling the exchange of structured data​</strong><br>
<span class="location room-1"><span></span><span>Room 1</span></span><br>
<i>This session will discuss which competent authorities need to connect toexplore the OOTS as evidence requesters, how to submit your procedural requirements, how to add yourpotential OOTS data to the Common Services models and willnational seekdata tomodels identifywith challengesa and solutionsview to makeenabling the exchange of processstructured betweendata allin stakeholdersthe morepopulation efficientdomain.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14>09:0030-1512:00<00​</div>
<div class="agenda-hour-col">
<strong>Adapting procedure portals to OOTS<<strong>Preview space​</strong><br>
<span class="location room-12"><span></span><span>Room 1<2</span></span><br>
<i>In this session we will explore challenges related to the language of the evidence, whether the ECuser willshould presenthave the UXoption recommendationsto fordownload procedurethe portalsevidence, and we’ll brainstorm on potential challenges to implement them in various scenarios that competent authorities may have.< whether the preview space can request the user to provide more information to filtering the list of evidences to show and explore other challenges.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14>11:00-1512:30​<00</div>
<div class="agenda-hour-col">
<strong>Authentication & Identity Matching​<<strong>Education – Enabling the exchange of structured data​</strong><br>
<span class="location room-21"><span></span><span>Room 2<1</span></span><br>
<i>In this session experts in cross-border authentication<i>This session will explore the procedural requirements, potential OOTS data models and national identity matching and UX will come together to discuss challenges and explore potential solutionsdata models with a view to enabling the exchange of structured data in the education domain.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15>13:3000-1715:00<00​</div>
<div class="agenda-hour-col">
<strong>Evidence<strong>The future mappingof forthe evidenceCommon providers<Services​</strong><br>
<span class="location room-1"><span></span><span>Room 1</span></span><br>
<i>This<i>In this session we will discussexplore whichhow the competentCommon authoritiesServices needcould tobe connectenhanced to manage the OOTSprocedural asrequirements evidencedefinition providersprocess, howbetter theydisplay caninformation userequirements theand evidence explorer to determine what allow evidence typesproviders will need to bepublish providedall andthe howattributes they can input their dataare able to the Common Services.<supply.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">16>13:00-1714:00​<00​​</div>
<div class="agenda-hour-col">
<strong>Legal person authentication​<<strong>EMREX​</strong><br>
<span class="location room-2"><span></span><span>Room 2</span></span><br>
<i>In this<i>This session expertswill willbe discussa thedeep latestdive stateon ofthe playarchitecture, on-goinguser challengesexperience and potential solutions to cross-border legal person authentication.​​< data input requirements for the Common Services to enable evidence exchange with the EMREX bridge.​</i>
</div>
</div>
</li>

</ul>
Expand
titleDay 2
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09>14:3000-1015:30​<00</div>
<div class="agenda-hour-col">
<strong>Population – Enabling the exchange of structured data​<<strong>EESSI</strong><br>
<span class="location room-12"><span></span><span>Room 1<2</span></span><br>
<i>This sessionsessions will explorediscuss the procedurallatest requirements,udpates potentialon OOTSthe data modelsbusiness and nationaltechnical data models with a view to enabling the exchangeside in the analysis of structuredan dataEESSI in/ theOOTS population domainbridge.​<</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09>15:30-1217:00​</div>
<div class="agenda-hour-col">
<strong>Preview space​<<strong>Strategies and resources for onboarding CAs​</strong><br>
<span class="location room-21"><span></span><span>Room 2<1</span></span><br>
<i>In this session we will explore challenges related to discuss the languagevarious ofstrategies theMember evidence,States whetherare theusing userto shouldonboarding havecompetent theauthorities optionand tobrainstorm downloadideas thefor evidenceresources, tools and whethercommunication theactivities previewto spacesupport can request the user to provide more information to filtering the list of evidences to show and explore other challenges.​<the process.</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11>15:0030-1217:00</div>
<div class="agenda-hour-col">
<strong>Education – Enabling the exchange of structured data​<<strong>Delayed Response​</strong><br>
<span class="location room-12"><span></span><span>Room 1<2</span></span><br>
<i>This sessionsessions will explore theusers procedural requirements, potential OOTS data models flows and national data models with a viewarchitecture considerations to enablingenable the exchange of structured data in the education domain.​<evidences that are not ready to be exchanged in real-time.</i>
</div>
</div>
</li>

</ul>
Expand
titleDay 3
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13>09:0030-1511:00​</div>
<div class="agenda-hour-col">
<strong>The future of the Common Services​<<strong>Operational Governance</strong><br>
<span class="location room-1"><span></span><span>Room 1</span></span><br>
<i>In this session, weparticipants will be exploreguided howthrough the CommonIncident ServicesManagement couldprocess beand enhancedencouraged to manageprovide thetheir proceduralinsights requirementson definitionhow process,to betterimprove displayit. informationThey requirementswill andhave allowthe evidenceopportunity providers to publishdiscuss allsuggestions, the attributes they are able to supply.​<share relevant experiences, and explore ways to enhance the Incident Management procedures.​​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13>09:0030-1410:00​​<30​</div>
<div class="agenda-hour-col">
<strong>EMREX​<<strong>UX Wrap-up​​</strong><br>
<span class="location room-2"><span></span><span>Room 2</span></span><br>
<i>This<i>In this session participants will be a deep dive on discuss the main UX challenges that were raised throughout the architecture,three userdays experience and datadefine inputpriority requirementsissues forto thebe Commonaddressed Servicesin tothe enableUX evidencelab exchangeahead withof the EMREXnext bridgeProjectathon.​<</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14>11:00-1512:00</div>
<div class="agenda-hour-col">
<strong>EESSI</strong><br>
<span <strong>The future of Semantic Repository</strong><br>
<span class="location room-21"><span></span><span>Room 2<1</span></span><br>
<i>This sessions<i>In session the EC team will discusspresent thean latest udpatesupdate on the businessprogress andmade technicalon side in the analysissemantic ofrepository anand EESSIdiscuss /future OOTS bridgeenhancements.<​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">15>11:3000-1712:00​<00</div>
<div class="agenda-hour-col">
<strong>Strategies<strong>The andfuture resourcesof forthe onboardingEvidence CAs​<Explorer​</strong><br>
<span class="location room-12"><span></span><span>Room 1<2</span></span><br>
<i>In this session weparticipants will be asked to discuss how the variousevidence strategiesexplorer Membercould Statesfurther aresupport usingthe to onboarding competent authoritiesevidence mapping process, new features to help users browse and brainstormmake ideassense forof resources,the toolsdata and discuss communicationwhat additional activitiesattributes tocould supportenhance the processdata set.<​​</i>
</div>
</div>
</li>

<li>
</ul>
Div
idregister
classsection
Div
classcontainer
Html-bobswift
Div
idbox-cta-playbook
classsection
Div
classcontainer
Html-bobswift
<div class="
agenda-hour-
cols">
<div class="
agenda-hour-
col
">15:30-17:00</div> <div class="agenda-hour-col"> <strong>Delayed Response​</strong><br> <span
-9">

<h2 class="
location room-2"><span></span><span>Room 2</span></span><br> <i>This sessions will explore users flows and architecture considerations to enable the exchange of evidences that are not ready to be exchanged in real-time.</i> </div> </div> </li> </ul>
Expand
titleDay 3
Html-bobswift
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:30-11:00​</div>
<div class="agenda-hour-col">
<strong>Operational Governance</strong><br>
<span class="location room-1"><span></span><span>Room 1</span></span><br>
<i>In this session, participants will be guided through the Incident Management process and encouraged to provide their insights on how to improve it. They will have the opportunity to discuss suggestions, share relevant experiences, and explore ways to enhance the Incident Management procedures.​​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:30-10:30​</div>
<div class="agenda-hour-col">
<strong>UX Wrap-up​​</strong><br>
<span class="location room-2"><span></span><span>Room 2</span></span><br>
<i>In this session participants will discuss the main UX challenges that were raised throughout the three days and define priority issues to be addressed in the UX lab ahead of the next Projectathon.</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11:00-12:00</div>
<div class="agenda-hour-col">
<strong>The future of Semantic Repository</strong><br>
<span class="location room-1"><span></span><span>Room 1</span></span><br>
<i>In session the EC team will present an update on the progress made on the semantic repository and discuss future enhancements.​</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11:00-12:00</div>
<div class="agenda-hour-col">
<strong>The future of the Evidence Explorer​</strong><br>
<span class="location room-2"><span></span><span>Room 2</span></span><br>
<i>In this session participants will be asked to discuss how the evidence explorer could further support the evidence mapping process, new features to help users browse and make sense of the data and discuss what additional attributes could enhance the data set.​​</i>
</div>
</div>
</li>

</ul>
Div
idregister
classsection
Div
classcontainer
Html-bobswift
<div class="cols">
<div class="col-9">

<h2 class="h3">How to register in the OOTS Projectathons</h2>

<ul>
<li>
<span>1</span>
<p>The Organising Team invites the National Coordinators to register for the Projectathon event via an event registration form (using EU Survey)</p>
</li>
<li>
<span>2</span>
<p>National Coordinators register for the Projectathon event via EU Survey. They share the link to the event registration form with each person joining the Projectathon from their Member State (including the Competent Authorities). It is mandatory for every participant from a Member State to fill in the event registration form for the May 2024 Projectathon (it is a pre-condition for getting access to the Gazelle platform). Please register on time, this is also needed for the catering.</p>
</li>
<li>
<span>3</span>
<p>Once the event registration process is completed (see step 2), the Supporting Team invites National Coordinators to encode their organisation and users (team members) in the Gazelle platform (active participants only). Note that all participants will have to register again in 2024 (2023 data has been anonymised and removed from Gazelle). In case you need test related data for archiving or auditing purposes, don’t forget to archive your data in Gazelle at the end of the year since data will be again anonymised and will be deleted one month after the end of the year (around end of January 2025) </p>
</li>
<li>
<span>4</span>
<p>National Coordinators select the relevant test session (May 2024) and add your System(s) Under Test (SUT) in the Gazelle platform (active participants only). Note that since data of 2023 has been anonymized in Gazelle and because there is a new modelisation for 2024, you will have to recreate your SUT.</p>
</li>
</ul>

<!--<p class="p-btn-cta"><a class="btn primary" href="https://ec.europa.eu/eusurvey/runner/OOTS-Projectathon-04"><span>Register for the Projectathon #4</span></a></p>-->

</div>
</div>
<div class="cols justify-content-center">

<div class="col-8">
<div class="box-playbook">
<div class="box-playbook-cols">

<div class="box-playbook-illu">
<img aria-hidden="true" alt="" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/581239505/illu-projectathon playbook.png">  
</div>

<div class="box-playbook-content">
<h4><span class="subtitle">Projectathon Playbook</span>Want to learn more?</h4>
<p class="p-opacity">Explore the Projectathon Playbook for a detailed overview of the Projectathon events organisation, teams and how to participate.</p>
<p><a class="btn primary-bis" href="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/Once-Only_Technical_System_Projectathon_Playbook_v4.00.pdf" onclick="_paq.push(['trackEvent','conversion','oots-projectathon-detail-page-04','oots-projectathon-playbook'])"><span>Download the Projectathon Playbook</span><span class="ico-download"></span></a></p>

<ul>
<li>
<a class="secondary-download " href="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/Once-Only_Technical_System_Projectathon_Playbook_Appendix_Gazelle_SUT_capabilities_v4.00.pdf" onclick="_paq.push(['trackEvent','conversion','oots-projectathon-detail-page-04','oots-projectathon-playbook-appendix-gazelle'])"><span>Download Appendix: Gazelle SUT capabilities and associated concepts</span></a>
</li>
<li>
<a class="secondary-download" href="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/Once-Only_Technical_System_Projectathon_Playbook_Annex2_How_to_do_pre-tests_in_Gazelle_V4.00.pdf" onclick="_paq.push(['trackEvent','conversion','oots-projectathon-detail-page-04','oots-projectathon-playbook-annex2-gazelle'])"><span>Annex 2: how to do pre-tests in Gazelle</span></a>h3">How to register in the OOTS Projectathons</h2>

<ul>
<li>
<span>1</span>
<p>The Organising Team invites the National Coordinators to register for the Projectathon event via an event registration form (using EU Survey)</p>
</li>
<li>
<span>2</span>
<p>National Coordinators register for the Projectathon event via EU Survey. They share the link to the event registration form with each person joining the Projectathon from their Member State (including the Competent Authorities). It is mandatory for every participant from a Member State to fill in the event registration form for the May 2024 Projectathon (it is a pre-condition for getting access to the Gazelle platform). Please register on time, this is also needed for the catering.</p>
</li>
<li>
<span>3</span>
<p>Once the event registration process is completed (see step 2), the Supporting Team invites National Coordinators to encode their organisation and users (team members) in the Gazelle platform (active participants only). Note that all participants will have to register again in 2024 (2023 data has been anonymised and removed from Gazelle). In case you need test related data for archiving or auditing purposes, don’t forget to archive your data in Gazelle at the end of the year since data will be again anonymised and will be deleted one month after the end of the year (around end of January 2025) </p>
</li>
<li>
<span>4</span>
<p>National Coordinators select the relevant test session (May 2024) and add your System(s) Under Test (SUT) in the Gazelle platform (active participants only). Note that since data of 2023 has been anonymized in Gazelle and because there is a new modelisation for 2024, you will have to recreate your SUT.</p>
</li>
</ul>

</div>

</div>
</div>!--<p class="p-btn-cta"><a class="btn primary" href="https://ec.europa.eu/eusurvey/runner/OOTS-Projectathon-04"><span>Register for the Projectathon #4</span></a></p>-->

</div>

</div>


Div
idprojectathon-footer
classsection
Div
classcontainer
Html-bobswift
<div class="cols">

<div class="col-12">
<p class="text-right"><a class="btn primary" href="https://ec.europa.eu/eusurvey/runner/OOTS-Projectathon-04"><span>Register fo this event</span></a></p>
</div>

</div>