sophia.events/www/index.html

243 lines
8.7 KiB
HTML
Raw Normal View History

2018-02-02 09:16:32 +00:00
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113065209-1"></script>
<script src="js/ga.js"></script>
2018-02-02 09:16:32 +00:00
<meta charset="UTF-8">
<title>TechEvents@Sophia</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100i,300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<menu>
<ul id="nav">
2018-02-15 12:35:01 +00:00
<li><a href="./index.html">Upcoming events</a></li>
<li><a href="./past.html">Past events</a></li>
2018-02-02 09:16:32 +00:00
<li><a href="https://github.com/lucj/sophia.events/issues/new" target="_blank">Submit an event (via GitHub)</a></li>
</ul>
</menu>
<header>
<div class="container text-center">
<h1>Technical events in #SophiaAntipolis</h1>
</div>
</header>
<section class="timeline">
<div class="container">
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
2018-03-02 20:59:13 +00:00
<img class="logo" src="./images/clusir-paca.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
2018-03-02 20:59:13 +00:00
<div class="date">12 mars à 18h30</div>
2018-02-21 19:17:37 +00:00
</div>
2018-02-21 18:12:59 +00:00
2018-03-02 20:59:13 +00:00
<h2>Espace RSSI par CLUSIR côte d'azur</h2>
2018-02-21 18:12:59 +00:00
<!--
2018-03-02 20:59:13 +00:00
<a class="title" target="_blank" href="http://www.clusir-paca.fr/events/espace-rssi-9/">Espace RSSI par CLUSIR côte d'azur</a>
2018-02-21 18:12:59 +00:00
//-->
2018-03-02 20:59:13 +00:00
<p>Le PIA : clé de voûte de votre conformité RGPD, par Edmond Cissé, Uraeus Consult. Exigence de larticle 35 du règlement, létude dimpact sur la vie privée (PIA: Privacy Impact Assessment) doit être menée pour tout projet susceptible dengendrer des risques de sécurité élevés sur la vie privée des personnes. (...)</p>
2018-02-21 18:12:59 +00:00
2018-03-02 20:59:13 +00:00
<a class="bnt-more" target="_blank" href="http://www.clusir-paca.fr/events/espace-rssi-9/">More</a>
2018-02-21 18:12:59 +00:00
2018-02-02 09:16:32 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/telecomvalley-cos.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">15 mars à 12h</div>
2018-03-02 20:59:13 +00:00
<img class="logo-location" src="./images/Business-Pole.png" />
2018-02-21 19:17:37 +00:00
</div>
2018-02-21 18:12:59 +00:00
2018-02-15 13:40:48 +00:00
<h2>Programmation fonctionnelle</h2>
2018-02-21 18:12:59 +00:00
<!--
2018-03-02 20:59:13 +00:00
<a class="title" target="_blank" href="http://www.telecom-valley.fr/15-mars-2018-commission-open-source/">Programmation fonctionnelle</a>
2018-02-21 18:12:59 +00:00
//-->
2018-02-02 09:16:32 +00:00
<p>Introduction à la programmation fonctionnelle par <b>Yann Esposito</b>. Attention, <b>Haskell</b> au programme...</p>
2018-02-21 18:12:59 +00:00
2018-03-02 20:59:13 +00:00
<a class="bnt-more" target="_blank" href="http://www.telecom-valley.fr/15-mars-2018-commission-open-source/">More</a>
2018-02-21 18:12:59 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/docker.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">22 mars à 17h30</div>
2018-03-02 20:59:13 +00:00
<img class="logo-location" src="./images/Business-Pole.png" />
2018-02-21 19:17:37 +00:00
</div>
2018-02-21 18:12:59 +00:00
<h2>Celebrate the Docker 5th Birthday</h2>
<!--
<a class="title" target="_blank" href="https://www.meetup.com/fr-FR/Docker-Nice/events/247780841/">Celebrate the Docker 5th Birthday</a>
//-->
<p>Une nouvelle fois, venez célébrer avec nous l'anniversaire de <b>Docker</b>. Au programme: labs, présentations, gateaux, et du fun... :)</p>
<a class="bnt-more" target="_blank" href="https://www.meetup.com/fr-FR/Docker-Nice/events/247780841/">More</a>
2018-02-02 09:16:32 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
2018-02-03 17:13:42 +00:00
<img class="logo" src="./images/meetup.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">28 mars à 18h30</div>
</div>
2018-02-21 18:12:59 +00:00
2018-02-02 09:16:32 +00:00
<h2>Développement Mobile Côte-d'Azur</h2>
2018-02-21 18:12:59 +00:00
<!--
<h2>Développement Mobile Côte-d'Azur</h2>
//-->
2018-02-02 09:16:32 +00:00
<p>#22</p>
2018-02-21 18:12:59 +00:00
2018-02-15 12:35:01 +00:00
<a class="bnt-more" href="javascript:void(0);">More info soon...</a>
2018-02-21 18:12:59 +00:00
2018-02-02 09:16:32 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/telecomvalley-cos.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">12 avril à 12h</div>
2018-03-02 20:59:13 +00:00
<img class="logo-location" src="./images/Business-Pole.png" />
2018-02-21 19:17:37 +00:00
</div>
2018-02-21 18:12:59 +00:00
2018-02-15 13:40:48 +00:00
<h2>Intégration continue avec GitLab-CI</h2>
2018-02-21 18:12:59 +00:00
<!--
<h2>Intégration continue avec GitLab-CI</h2>
//-->
2018-02-02 09:16:32 +00:00
<p><b>Rémy Coutable</b> de GitLab viendra nous présenter <b>Gitlab-CI</b></p>
2018-02-21 18:12:59 +00:00
2018-02-15 12:35:01 +00:00
<a class="bnt-more" href="javascript:void(0);">More info soon...</a>
2018-02-21 18:12:59 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/what06.jpeg" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">14 mai à 17h30</div>
</div>
2018-02-21 18:12:59 +00:00
<h2>LadiesAInight - workshop Intelligence Artificielle</h2>
<!--
<h2>LadiesAInight - workshop Intelligence Artificielle</h2>
//-->
<p><b>WHAT06</b> vous convie à une soirée sur l'<b>AI</b> le 14 mai. Réservé en priorité aux femmes travaillant dans les milieux techniques de la Côte d'Azur, cet évènement sera animé par <b>Julien Simon</b>, Principal Evangelist ML/AI chez Amazon Web Services. Il fera une introduction au <b>Deep Learning</b> sous la forme d'un workshop.</p>
<a class="bnt-more" href="javascript:void(0);">More info soon...</a>
2018-02-02 09:16:32 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/rivieradev.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">Du 16 au 18 mai</div>
</div>
2018-02-21 18:12:59 +00:00
2018-02-15 13:40:48 +00:00
<h2>RivieraDev édition 2018</h2>
2018-02-21 18:12:59 +00:00
<!--
<a class="title" target="_blank" href="http://rivieradev.fr">RivieraDev édition 2018</a>
//-->
2018-02-02 09:16:32 +00:00
<p><b>Riviera DEV</b> c'est <b>3 jours de conférences et d'ateliers</b> sur un large panel de sujets : langages de programmation, Front-end & UX, Mobile & IoT, Big Data & Machine Learning, Containers & DevOps, Performance, Agilité ...</p>
2018-02-21 18:12:59 +00:00
2018-02-10 21:11:45 +00:00
<a class="bnt-more" target="_blank" href="http://rivieradev.fr">More</a>
2018-02-21 18:12:59 +00:00
2018-02-02 09:16:32 +00:00
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/sophiaconf2018.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">Du 2 au 5 juillet</div>
2018-03-02 20:59:13 +00:00
<img class="logo-location" src="./images/Polytech.png" />
2018-02-21 19:17:37 +00:00
</div>
2018-02-21 18:12:59 +00:00
2018-02-15 13:40:48 +00:00
<h2>SophiaConf édition 2018</h2>
2018-02-21 18:12:59 +00:00
<!--
<a class="title" target="_blank" href="http://www.telecom-valley.fr/sophiaconf-2018-appel-a-orateurs/">SophiaConf édition 2018</a>
//-->
2018-02-02 09:16:32 +00:00
<p>3 soirées de talks et une journée entièrement dédiée à des workshops techniques. Au programme cette année: AI, DevOps et Cloud, IoT. Les CFPs sont ouverts !</p>
2018-02-21 18:12:59 +00:00
<a class="bnt-more" target="_blank" href="http://www.telecom-valley.fr/sophiaconf-2018-appel-a-orateurs/">More</a>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content">
<img class="logo" src="./images/sophia-antipolis.png" />
2018-02-21 19:17:37 +00:00
<div class="secondary-info">
<div class="date">du 7 au 9 novembre</div>
</div>
2018-02-21 18:12:59 +00:00
<h2>SophI.A</h2>
<!--
<a class="title" target="_blank" href="https://tribuca.net/numerique_29656975-sophia-accueillera-en-fin-d-annee-un-congres-international-sur-l-intelligence-artificielle">SophI.A</a>
//-->
<p>Sophia accueillera un congrès international sur lintelligence artificielle</p>
<a class="bnt-more" target="_blank" href="https://tribuca.net/numerique_29656975-sophia-accueillera-en-fin-d-annee-un-congres-international-sur-l-intelligence-artificielle">More</a>
2018-02-02 09:16:32 +00:00
</div>
</div>
</div>
</section>
<script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://cdn.jsdelivr.net/scrollreveal.js/3.3.1/scrollreveal.min.js'></script>
2018-02-02 17:19:52 +00:00
<script src="js/index.js"></script>
2018-02-02 09:16:32 +00:00
</body>
</html>