CINXE.COM

EPFL Data Champions ‒ Library ‐ EPFL

<!doctype html> <html lang="en-GB"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="manifest" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/site.webmanifest" /> <link rel="shortcut icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-152.png"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-16.png" sizes="16x16"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-32.png" sizes="32x32"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-57.png" sizes="57x57"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-76.png" sizes="76x76"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-96.png" sizes="96x96"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-120.png" sizes="120x120"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-128.png" sizes="128x128"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-152.png" sizes="152x152"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-180.png" sizes="180x180"> <link rel="shortcut icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/android-chrome-192x192.png" sizes="192x192"> <link rel="shortcut icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/android-chrome-512x512.png" sizes="512x512"> <link rel="icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-228.png" sizes="228x228"> <link rel="apple-touch-icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/apple-touch-icon.png"> <link rel="apple-touch-icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-152.png" sizes="152x152"> <link rel="apple-touch-icon" href="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/favicon-180.png" sizes="180x180"> <meta name="application-name" content="Name"> <meta name="msapplication-tooltip" content="Tooltip"> <meta name="msapplication-config" content="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/favicons/browserconfig.xml"> <script type="text/javascript">window.svgPath = "https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/icons/icons.svg"</script> <script type="text/javascript">window.featherSvgPath = "https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/icons/feather-sprite.svg"</script> <title>EPFL Data Champions &#8210; Library &#8208; EPFL</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" type="application/rss+xml" title="Library &raquo; Feed" href="https://www.epfl.ch/campus/library/feed/" /> <link rel="alternate" type="application/rss+xml" title="Library &raquo; Comments Feed" href="https://www.epfl.ch/campus/library/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/www.epfl.ch\/campus\/library\/wp-includes\/js\/wp-emoji.js?ver=6.7.2","twemoji":"https:\/\/www.epfl.ch\/campus\/library\/wp-includes\/js\/twemoji.js?ver=6.7.2"}}; /** * @output wp-includes/js/wp-emoji-loader.js */ /** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji * @property {?boolean} DOMReady * @property {?Function} readyCallback */ /** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji */ /** * IIFE to detect emoji support and load Twemoji if needed. * * @param {Window} window * @param {Document} document * @param {WPEmojiSettings} settings */ ( function wpEmojiLoader( window, document, settings ) { if ( typeof Promise === 'undefined' ) { return; } var sessionStorageKey = 'wpEmojiSettingsSupports'; var tests = [ 'flag', 'emoji' ]; /** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */ function supportsWorkerOffloading() { return ( typeof Worker !== 'undefined' && typeof OffscreenCanvas !== 'undefined' && typeof URL !== 'undefined' && URL.createObjectURL && typeof Blob !== 'undefined' ); } /** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests */ /** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */ function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ var item = JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item === 'object' && typeof item.timestamp === 'number' && new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests === 'object' ) { return item.supportTests; } } catch ( e ) {} return null; } /** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */ function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ var item = { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {} } /** * Checks if two sets of Emoji characters render the same visually. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); var rendered1 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); var rendered2 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( function ( rendered2Data, index ) { return rendered2Data === rendered2[ index ]; } ); } /** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of "flag" or "emoji". * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) { var isIdentical; switch ( type ) { case 'flag': /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (white flag emoji + transgender symbol). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence '\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDDFA\uD83C\uDDF3', // as the sequence of two code points '\uD83C\uDDFA\u200B\uD83C\uDDF3' // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( context, // as the flag sequence '\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F', // with each code point separated by a zero-width space '\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F' ); return ! isIdentical; case 'emoji': /* * Four and twenty blackbirds baked in a pie. * * To test for Emoji 15.0 support, try to render a new emoji: Blackbird. * * The Blackbird is a ZWJ sequence combining 🐦 Bird and ⬛ large black square., * * 0x1F426 (\uD83D\uDC26) == Bird * 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or * 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji. * 0x2B1B == Large Black Square * * When updating this test for future Emoji releases, ensure that individual emoji that make up the * sequence come from older emoji standards. */ isIdentical = emojiSetsRenderIdentically( context, '\uD83D\uDC26\u200D\u2B1B', // as the zero-width joiner sequence '\uD83D\uDC26\u200B\u2B1B' // separated by a zero-width space ); return ! isIdentical; } return false; } /** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string[]} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {SupportTests} Support tests. */ function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) { var canvas; if ( typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope ) { canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas = document.createElement( 'canvas' ); } var context = canvas.getContext( '2d', { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; var supports = {}; tests.forEach( function ( test ) { supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically ); } ); return supports; } /** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */ function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = true; document.head.appendChild( script ); } settings.supports = { everything: true, everythingExceptFlag: true }; // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired. var domReadyPromise = new Promise( function ( resolve ) { document.addEventListener( 'DOMContentLoaded', resolve, { once: true } ); } ); // Obtain the emoji support from the browser, asynchronously when possible. new Promise( function ( resolve ) { var supportTests = getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. var workerScript = 'postMessage(' + testEmojiSupports.toString() + '(' + [ JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString() ].join( ',' ) + '));'; var blob = new Blob( [ workerScript ], { type: 'text/javascript' } ); var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } ); worker.onmessage = function ( event ) { supportTests = event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ); setSessionSupportTests( supportTests ); resolve( supportTests ); } ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( function ( supportTests ) { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( var test in supportTests ) { settings.supports[ test ] = supportTests[ test ]; settings.supports.everything = settings.supports.everything && settings.supports[ test ]; if ( 'flag' !== test ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ test ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; // Sets DOMReady to false and assigns a ready function to settings. settings.DOMReady = false; settings.readyCallback = function () { settings.DOMReady = true; }; } ) .then( function () { return domReadyPromise; } ) .then( function () { // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { settings.readyCallback(); var src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } ); } )( window, document, window._wpemojiSettings ); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.epfl.ch/campus/library/wp-includes/css/dist/block-library/style.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-gutenberg-epfl-bases-style-css-css' href='https://www.epfl.ch/campus/library/wp-content/plugins/wp-gutenberg-epfl/build/style-index.css?ver=1742478813' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */ .wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; } .wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none; } </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='epfl-style-css' href='https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/style.css?ver=1742478765' type='text/css' media='all' /> <link rel='stylesheet' id='epfl-vendors-css' href='https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/css/vendors.min.css?ver=1742478765' type='text/css' media='all' /> <link rel='stylesheet' id='epfl-elements-css' href='https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/css/elements.min.css?ver=1742478765' type='text/css' media='all' /> <link rel='stylesheet' id='epfl-theme-css' href='https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/theme/style.min.css?ver=1742478765' type='text/css' media='all' /> <link rel='stylesheet' id='enlighterjs-css' href='https://www.epfl.ch/campus/library/wp-content/plugins/enlighter/cache/enlighterjs.min.css?ver=7HyzlzRjPeLnNdH' type='text/css' media='all' /> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/plugins/wp-gutenberg-epfl/frontend/lib/list.min.js?ver=1.5" id="lib-listjs-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/plugins/flowpaper-lite-pdf-flipbook/assets/lity/lity.min.js" id="lity-js-js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js?ver=1742478765" id="epfl-js-jquery-js"></script> <link rel="https://api.w.org/" href="https://www.epfl.ch/campus/library/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.epfl.ch/campus/library/wp-json/wp/v2/pages/8057" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.epfl.ch/campus/library/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel="canonical" href="https://www.epfl.ch/campus/library/services-researchers/data-services-expertise-tools-training/epfl-data-champions/" /> <link rel='shortlink' href='https://www.epfl.ch/campus/library/?p=8057' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.epfl.ch/campus/library/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.epfl.ch%2Fcampus%2Flibrary%2Fservices-researchers%2Fdata-services-expertise-tools-training%2Fepfl-data-champions%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.epfl.ch/campus/library/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.epfl.ch%2Fcampus%2Flibrary%2Fservices-researchers%2Fdata-services-expertise-tools-training%2Fepfl-data-champions%2F&#038;format=xml" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PJGBG5R');</script> <!-- End Google Tag Manager --> <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-J13VYC944L"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag("js", new Date()); gtag("config", "G-J13VYC944L", { "anonymize_ip": true }); </script> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:site_name" content="EPFL" /> <meta property="og:title" content="EPFL Data Champions" /> <meta property="og:description" content="The EPFL cross-disciplinary community around research data." /> <meta property="og:url" content="https://www.epfl.ch/campus/library/services-researchers/data-services-expertise-tools-training/epfl-data-champions/" /> <meta property="og:image" content="https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704.jpg" /> <meta property="og:image:secure_url" content="https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704.jpg" /> <meta property="og:image:width" content="2048" /> <meta property="og:image:height" content="1294" /> <meta property="og:image:alt" content="" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:locale" content="en_GB" /> <meta property="og:locale:alternate" content="fr_FR" /> <meta property="fb:app_id" content="966242223397117" /> <!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="EPFL Data Champions" /> <meta name="twitter:description" content="The EPFL cross-disciplinary community around research data." /> <meta name="twitter:image" content="https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704.jpg" /> </head> <body class="page-template-default page page-id-8057 page-child parent-pageid-17695 no-sidebar epfl-wp"> <div id="page" class="site"> <a class="sr-only" href="#content">Skip to content</a> <header role="banner" class="header"> <a class="logo" href="https://www.epfl.ch/en/"> <img src="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/svg/epfl-logo.svg?refresh=now" alt="Logo EPFL, École polytechnique fédérale de Lausanne" class="img-fluid"> </a> <ul aria-hidden="true" class="nav-header d-none d-xl-flex"> <!-- Top menu is in fallback mode --> <li id="menu-item-1"> <a class="nav-item" href="https://www.epfl.ch/about/">About</a> </li> <li id="menu-item-2"> <a class="nav-item" href="https://www.epfl.ch/education/">Education</a> </li> <li id="menu-item-3"> <a class="nav-item" href="https://www.epfl.ch/research/">Research</a> </li> <li id="menu-item-4"> <a class="nav-item" href="https://www.epfl.ch/innovation/">Innovation</a> </li> <li id="menu-item-5"> <a class="nav-item" href="https://www.epfl.ch/schools/">Schools</a> </li> <li id="menu-item-6"> <a class="nav-item" href="https://www.epfl.ch/campus/">Campus</a> </li> </ul> <div class="dropdown dropright search d-none d-xl-block"> <a class="dropdown-toggle" href="#" data-toggle="dropdown"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-search"></use></svg> </a> <form action="https://search.epfl.ch/" class="dropdown-menu border-0 p-0"> <div class="search-form mt-1 input-group"> <label for="search" class="sr-only">Search on the site</label> <input type="text" class="form-control" name="q" placeholder="Search" > <button type="submit" class="d-none d-xl-block btn btn-primary input-group-append" type="button">Validate</button> </div> </form> </div> <form action="https://search.epfl.ch/" class="d-xl-none"> <a id="search-mobile-toggle" class="search-mobile-toggle searchform-controller" href="#"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-search"></use> </svg> <span class="toggle-label sr-only">Show / hide the search form</span> </a> <div class="input-group search-mobile" role="search"> <div class="input-group-prepend"> <span class="input-group-text"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-search"></use> </svg> </span> </div> <label for="search" class="sr-only">Search on the site</label> <input type="text" class="form-control" name="q" placeholder="Search"> <div class="input-group-append"> <a id="search-mobile-close" class="search-mobile-close searchform-controller" href="#"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-close"></use> </svg> <span class="toggle-label sr-only">Hide the search form</span> </a> </div> </div> </form> <!-- language switcher, two elements --> <nav class="nav-lang nav-lang-short ml-auto"> <ul> <li> <span class="active" aria-label="English'">EN</span> </li> </ul> </nav> <button class="btn btn-secondary nav-toggle-mobile d-xl-none"> <span class="label">Menu</span> <div class="hamburger"> <span></span> <span></span> <span></span> </div> </button> </header> <div class="main-container"> <div class="breadcrumb-container"> <!-- Breadcrumb --> <nav aria-label="breadcrumb" class="breadcrumb-wrapper" id="breadcrumb-wrapper"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a class="bread-link bread-home" href="https://www.epfl.ch/en/" title="home"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-home"></use></svg> </a> </li> <li class="breadcrumb-item expand-links"> <button class="btn btn-expand-links" aria-expanded="false" title="Afficher l'intégralité du fil d'Ariane"> <span class="dots" aria-hidden="true">…</span> <span class="sr-only">Afficher l'intégralité du fil d'Ariane</span> </button> </li> <li class="breadcrumb-item"> <a class="bread-link" href="https://www.epfl.ch/campus/en/campusenglish/" title="Campus"> Campus </a> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <!--<span class="icon feather icon-arrow-down-circle" aria-hidden="true"></span>--> <svg class="icon feather" aria-hidden="true"> <use xlink:href="#arrow-down-circle"></use> </svg> <span class="sr-only">Affiche les pages de même niveau</span> </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li class="dropdown-item"><a href="https://www.epfl.ch/about/en/about/">About</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/education/en/education-2/">Education</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/research/en/research/">Research</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/innovation/en/innovation-4/">Innovation</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/schools/en/schools/">Schools</a></li><li class="dropdown-item current-menu-item-parent"><a href="https://www.epfl.ch/campus/en/campusenglish/">Campus</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/labs/en/laboratories/">Laboratories list</a></li> </ul> </div> </li> <li class="breadcrumb-item"> <a class="bread-link" href="https://www.epfl.ch/campus/library/en/library/" title="EPFL Library"> EPFL Library </a> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <!--<span class="icon feather icon-arrow-down-circle" aria-hidden="true"></span>--> <svg class="icon feather" aria-hidden="true"> <use xlink:href="#arrow-down-circle"></use> </svg> <span class="sr-only">Affiche les pages de même niveau</span> </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li class="dropdown-item"><a href="https://www.epfl.ch/campus/services/en/homepage/">Services &amp; Resources</a></li><li class="dropdown-item current-menu-item-parent"><a href="https://www.epfl.ch/campus/library/en/library/">EPFL Library</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/restaurants-shops-hotels/en/restaurants-shops-hotels-2/">Restaurants – Shops – Hotels</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/security-safety/en/home/">Health, safety and prevention</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/sports/en/sport-and-physical-activity/">Sports and physical activity</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/community/en/community-support/">Community &amp; Support</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/spiritual-care/en/index-html/">Spiritual Care</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/events/en/events/">Events</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/art-culture/en/art-culture/">Arts and culture</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/associations/en/student-associations/">Associations</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/visitors/en/visitor-information/">Visit EPFL</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/mobility/en/mobility-and-travel/">Mobility and Travel</a></li> </ul> </div> </li> <li class="breadcrumb-item"> <a class="bread-link" href="https://www.epfl.ch/campus/library/services-researchers/" title="Services for EPFL researchers and PhD students"> Services for EPFL researchers and PhD students </a> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <!--<span class="icon feather icon-arrow-down-circle" aria-hidden="true"></span>--> <svg class="icon feather" aria-hidden="true"> <use xlink:href="#arrow-down-circle"></use> </svg> <span class="sr-only">Affiche les pages de même niveau</span> </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/practical-information/">Practical information</a></li><li class="dropdown-item"><a href="https://slsp-epfl.primo.exlibrisgroup.com/discovery/search?vid=41SLSP_EPF:prod&lang=en">Search in the BEAST catalog</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/collections/">Collections</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/training/">Academic competences</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-students/">Services for EPFL students</a></li><li class="dropdown-item current-menu-item-parent"><a href="https://www.epfl.ch/campus/library/services-researchers/">Services for EPFL researchers and PhD students</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-for-teachers/">Services for EPFL teachers</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/fields/">Fields of study and research</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/about-us/">About us</a></li> </ul> </div> </li> <li class="breadcrumb-item"> <a class="bread-link" href="https://www.epfl.ch/campus/library/services-researchers/data-services-expertise-tools-training/" title="Data services, expertise, tools and training"> Data services, expertise, tools and training </a> <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <!--<span class="icon feather icon-arrow-down-circle" aria-hidden="true"></span>--> <svg class="icon feather" aria-hidden="true"> <use xlink:href="#arrow-down-circle"></use> </svg> <span class="sr-only">Affiche les pages de même niveau</span> </button> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li class="dropdown-item"><a href="https://go.epfl.ch/publishing-support">PUBLISHING SUPPORT</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/open-access/">Open Access</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/gold-open-access-financiel-support/">Financial support for Open Access</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/training/citation-copyright/#researchers">Research and copyright</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/infoscience-en/">Infoscience</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/orcid/">ORCID</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/text-data-mining/">Text and Data Mining</a></li><li class="dropdown-item"><a href="https://go.epfl.ch/rdm">RESEARCH DATA MANAGEMENT</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/data-planning-guidelines/">Data planning and guidelines</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/active-data-management/">Active data management</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/data-publication/">Data publication</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/acoua-long-term-preservation/">ACOUA: Long-term preservation</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/data-policies/">Data policies</a></li><li class="dropdown-item current-menu-item-parent"><a href="https://www.epfl.ch/campus/library/services-researchers/data-services-expertise-tools-training/">Data services, expertise, tools and training</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/#openscience">OPEN SCIENCE</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/remote-services/">Services for EPFL associated campuses</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/training/">ACADEMIC COMPETENCES</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/training/coffee-lectures-and-noon-talks/">Coffee Lectures and Noon Talks</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/training/citation-copyright/#researchers">Research and copyright</a></li><li class="dropdown-item"><a href="https://www.epfl.ch/campus/library/services-researchers/similarity-check/">Similarity check</a></li> </ul> </div> </li> <li class="breadcrumb-item"> <a class="bread-link" href="https://www.epfl.ch/campus/library/services-researchers/data-services-expertise-tools-training/epfl-data-champions/" title="EPFL Data Champions"> EPFL Data Champions </a> </li> </ol> </nav> <!-- end Breadcrumb --> </div> <div class="nav-toggle-layout nav-aside-layout"> <div class="overlay"></div> <div class="nav-container"> <nav class="nav-main nav-main-mobile" role="navigation"> <div class="nav-wrapper"> <div class="nav-container current-menu-parent"> <ul id="menu-main" class="nav-menu"> <!-- Top menu is in fallback mode --> <li id="menu-item-1"> <a class="nav-item" href="https://www.epfl.ch/about/">About</a> </li> <li id="menu-item-2"> <a class="nav-item" href="https://www.epfl.ch/education/">Education</a> </li> <li id="menu-item-3"> <a class="nav-item" href="https://www.epfl.ch/research/">Research</a> </li> <li id="menu-item-4"> <a class="nav-item" href="https://www.epfl.ch/innovation/">Innovation</a> </li> <li id="menu-item-5"> <a class="nav-item" href="https://www.epfl.ch/schools/">Schools</a> </li> <li id="menu-item-6"> <a class="nav-item" href="https://www.epfl.ch/campus/">Campus</a> </li> </ul> </div> </div> </nav> <aside class="nav-aside-wrapper"> <nav id="nav-aside" class="nav-aside" role="navigation" aria-describedby="nav-aside-title"> <h2 class="h5 sr-only-xl">In the same section</h2> <ul id="menu-main" class="nav-menu"> <li class="menu-item active"> <a href="https://www.epfl.ch/campus/library/services-researchers/data-services-expertise-tools-training/epfl-data-champions/" title="EPFL Data Champions"> EPFL Data Champions </a> <ul class="sub-menu"> </ul> </li> </ul> </nav> </aside> </div> <div class="w-100"> <main id="content" role="main" class="content pt-5"> <article id="post-8057" class="post-8057 page type-page status-publish hentry"> <div class="entry-content container-grid pb-5 mb-4 "> <div class="container-full my-3"> <div class="hero"> <div class="hero-content-container"> <h1 class="hero-title">EPFL Data Champions</h1> <div class="hero-content">The EPFL cross-disciplinary community around research data. </div> </div> <div class="hero-img"> <figure class="cover"> <picture><img fetchpriority="high" decoding="async" width="1536" height="864" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704-1536x864.jpg" class="img-fluid" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704-1536x864.jpg 1536w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704-384x216.jpg 384w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704-1920x1080.jpg 1920w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704-1152x648.jpg 1152w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/08/adult-analysis-chart-1516704-768x432.jpg 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></picture> <figcaption> <button aria-hidden="true" type="button" class="btn-circle" data-toggle="popover" data-content=""> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-info"></use> </svg> <svg class="icon icon-rotate-90" aria-hidden="true"> <use xlink:href="#icon-chevron-right"></use> </svg> </button> <p class="sr-only"></p> </figcaption> </figure> </div> </div> </div> <div class="container-full overflow-hidden my-3 pl-5"><div class="container"><div class="card-slider-wrapper"><div class="card-slider"><div class="card-slider-cell card-slider-cell-lg"><a href="https://memento.epfl.ch/event/training-data-organization-storage-solutions" class="card card-gray link-trapeze-horizontal"><div class="card-body"><picture class="card-img-top"><img decoding="async" src="https://memento.epfl.ch/image/29601/509x286.jpg" class="img-fluid" title="CC-BY-NC-SA EPFL Library" alt="CC-BY-NC-SA EPFL Library" /></picture><h3 class="card-title">Training &quot;Data Organization &amp; Storage Solutions&quot;</h3><p>This training enhances your file and folder naming strategies, introduces the use of metadata, and guides you in documenting research data to bolster reproducibility within your research group and in preparation for&#8230;</p><div class="card-info"><span class="card-info-date" itemprop="startDate" content="2025-03-25T15:00">25-03-2025</span><span itemprop="endDate" content="2025-03-25T15:30">25-03-2025</span><p>With: <b>EPFL Library Research Data Team</b><br>Online: <b>https://epfl.zoom.us/j/66632973986</b><br>Category: <b>Internal trainings</b></div></div></a></div><div class="card-slider-cell"><div class="card card-gray"><div class="card-body"><a href="https://memento.epfl.ch/event/training-ethics-in-data-management-anonymization-a" class="card-img-top"><picture class="card-img-top"><img decoding="async" src="https://memento.epfl.ch/image/29602/509x286.jpg" class="img-fluid" title="CC-BY-NC-SA EPFL Library" alt="CC-BY-NC-SA EPFL Library" /></picture></a><h3 class="card-title"><a href="https://memento.epfl.ch/event/training-ethics-in-data-management-anonymization-a">Training &quot;Ethics in Data Management: Anonymization and Sustainability Practices&quot;</a></h3><div class="card-info"><span class="card-info-date" itemprop="startDate" content="2025-04-10T15:00">10-04-2025</span><span itemprop="endDate" content="2025-04-10T16:30">10-04-2025</span><p>With: <b>EPFL Library Research Data</b><br>Online: <b>https://epfl.zoom.us/j/67995678485</b><br>Category: <b>Internal trainings</b></div></div><div class="card-footer mt-auto"><a href="https://memento.epfl.ch/event/training-ethics-in-data-management-anonymization-a" class="btn btn-primary btn-sm">Learn more &#038; apply</a></div></div></div><div class="card-slider-cell"><div class="card card-gray"><div class="card-body"><a href="https://memento.epfl.ch/event/training-datacode-publication" class="card-img-top"><picture class="card-img-top"><img decoding="async" src="https://memento.epfl.ch/image/29603/509x286.jpg" class="img-fluid" title="CC-BY-NC-SA EPFL Library" alt="CC-BY-NC-SA EPFL Library" /></picture></a><h3 class="card-title"><a href="https://memento.epfl.ch/event/training-datacode-publication">Training &quot;Data/Code Publication&quot;</a></h3><div class="card-info"><span class="card-info-date" itemprop="startDate" content="2025-05-01T15:00">01-05-2025</span><span itemprop="endDate" content="2025-05-01T16:30">01-05-2025</span><p>With: <b>EPFL Library Research Data Team</b><br>Place and room: <b><span itemprop="location">CO 121, EPFL, 1015</span></b><br>Category: <b>Internal trainings</b></div></div><div class="card-footer mt-auto"><a href="https://memento.epfl.ch/event/training-datacode-publication" class="btn btn-primary btn-sm">Learn more &#038; apply</a></div></div></div></div><div class="card-slider-footer"> <div> <button role="button" id="card-slider-prev" class="card-slider-btn link-trapeze-horizontal disabled"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-chevron-left"></use></svg> </button> <button role="button" id="card-slider-next" class="card-slider-btn link-trapeze-horizontal"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-chevron-right"></use></svg> </button> </div></div><a href="https://memento.epfl.ch/library-rdm">See all events</a></div></div></div> <div class="container-full "> <div class="py-3 px-4 container-full"> <div class="card-deck "> <div class="card"> <div class="card-body"> <h3 class="card-title"><a href="#more">About</a></h3> <p><a href="#more"><strong>Learn more</strong></a> about the EPFL Data Champions community! <a href="https://library-survey.epfl.ch/c/joinEPFLDataChampions">Join it</a> or contact <a href="/cdn-cgi/l/email-protection#f397928792909b929e839a9c9d80b39683959fdd909b"><span class="__cf_email__" data-cfemail="89ede8fde8eae1e8e4f9e0e6e7fac9ecf9efe5a7eae1">[email&#160;protected]</span></a> for further information.</p> </div> </div> <div class="card"> <div class="card-body"> <h3 class="card-title"><a href="#pickDC">Ask a Data Champion</a></h3> <p>Choose and contact a Data Champion from the <a href="#pickDC" data-wplink-edit="true"><strong>list</strong></a>. Not sure who to ask? Then, simply contact <a href="/cdn-cgi/l/email-protection#a3c7c2d7c2c0cbc2ced3cacccdd0e3c6d3c5cf8dc0cb"><span class="__cf_email__" data-cfemail="85e1e4f1e4e6ede4e8f5eceaebf6c5e0f5e3e9abe6ed">[email&#160;protected]</span></a>.</p> </div> </div> <div class="card"> <div class="card-body"> <h3 class="card-title"><a href="#resources">Resources</a></h3> <p><a href="#resources" data-wplink-edit="true"><strong>Useful info</strong></a>: contacts, Q&amp;A, Drive, and other links, e.g. LinkedIn and GitHub. Share your thoughts or work with the Data Champions, at <a href="/cdn-cgi/l/email-protection#ddb9bca9bcbeb5bcb0adb4b2b3ae9db8adbbb1f3beb5"><span class="__cf_email__" data-cfemail="b7d3d6c3d6d4dfd6dac7ded8d9c4f7d2c7d1db99d4df">[email&#160;protected]</span></a>.</p> </div> </div> </div> </div> </div> <div id="pickDC">&nbsp;</div> <div class="container-full my-3"><div class="introduction bg-gray-100"><div class="container"><div class="row"><div class="col-md-8 offset-md-2"><h2>EPFL Data Champions</h2><p>Managing data is often a fragmented, frustrating experience on top of research activities &#8230; But data generation, analysis, visualization, sharing, etc. greatly affect research projects. <strong>Ask an EPFL Data Champion.</strong></div></div></div></div></div> <div id="table-filter-e9af7d576c9d2fff346e6790e9cff6bb" class="epfl-table-filter table"><input class="search table-filter-search" placeholder=""><input type="hidden" name="header" value="header,sort"><input type="hidden" name="limit_filter_to_cols" value="[]"><input type="hidden" name="numeric_sort_on_cols" value="[]"> <figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Who</strong></td><td><strong>What</strong></td><td><strong>Where</strong></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/roberto.castello" target="_blank"><strong>Roberto Castello</strong></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/roberto.castello" target="_blank"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Roberto_SMALL.jpg" alt="" style="width: 90px"></a></td><td><strong>Data Scientist</strong><br>• Urban data<br>• Machine Learning<br>• Statistics</td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/roberto.castello" target="_blank"><strong>EPFL</strong></a><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/robertocastello-epfl" target="_blank">LinkedIn</a><br><a rel="noreferrer noopener" href="https://orcid.org/0000-0002-8242-6659" target="_blank">ORCID</a><br><a rel="noreferrer noopener" href="https://github.com/rcastello" target="_blank">GitHub</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/simon.duerr/?lang=en" target="_blank"><strong>Simon Dürr</strong></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/simon.duerr/?lang=en" target="_blank"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Simon_SMALL.jpg" alt="" style="width: 90px"></a></td><td><strong>Doctoral Assistant</strong><br>• Molecular Dynamics Simulations<br>• Quantum Chemistry<br>• Genetic Algorithms</td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/simon.duerr" target="_blank"><strong>EPFL</strong></a><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/simon-d%C3%BCrr-a821ab152/" target="_blank">LinkedIn</a><br><a href="https://x.com/simonduerr" target="_blank" rel="noreferrer noopener">X</a><br><a rel="noreferrer noopener" href="https://orcid.org/0000-0002-4304-8106" target="_blank">ORCID</a><br><a rel="noreferrer noopener" href="https://github.com/duerrsimon" target="_blank">GitHub</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/bradley.fetter?lang=en" target="_blank"><strong>Brad Fetter</strong></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/bradley.fetter?lang=en" target="_blank"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Brad_SMALL.jpg" alt="" style="width: 90px"></a></td><td><strong>Analyst</strong><br>• Bibliometrics<br>• Data visualisation<br>• Research indicator</td><td><strong><a rel="noreferrer noopener" href="https://people.epfl.ch/bradley.fetter?lang=en" target="_blank">EPFL</a></strong><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/brad-fetter-4b502524/" target="_blank">LinkedIn</a><br><br><br></td></tr><tr><td><strong><a href="https://people.epfl.ch/robert.fonod">Robert Fonod</a></strong><br><a href="https://people.epfl.ch/robert.fonod" target="_blank" rel="noreferrer noopener"><img decoding="async" width="375" height="375" class="wp-image-20090" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2023/05/fonod-1.png" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2023/05/fonod-1.png 375w, https://www.epfl.ch/campus/library/wp-content/uploads/2023/05/fonod-1-300x300.png 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2023/05/fonod-1-150x150.png 150w" sizes="(max-width: 375px) 100vw, 375px" /></a></td><td><strong>Research Associate</strong><br>• Machine Learning<br>• Computer Vision<br>• Estimation and Tracking</td><td><strong><a href="https://people.epfl.ch/robert.fonod">EPFL</a></strong><br><a href="https://www.linkedin.com/in/rfonod">Linkedin</a><br><a href="https://orcid.org/0000-0002-9434-3156">ORCID</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/ruben.laplazasolanas" target="_blank"><strong>Rubén Laplaza Solanas</strong></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/ruben.laplazasolanas" target="_blank"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Ruben_SMALL.jpg" alt="" style="width: 90px"></a></td><td><strong>Scientist</strong><br>• Quantum chemistry<br>• Computational chemistry<br>• Computational biology</td><td><strong><a rel="noreferrer noopener" href="https://people.epfl.ch/ruben.laplazasolanas" target="_blank">EPFL</a></strong><br><a rel="noreferrer noopener" href="https://orcid.org/0000-0001-6315-4398" target="_blank">ORCID</a><br><a rel="noreferrer noopener" href="https://github.com/rlaplaza" target="_blank">GitHub</a><br><br></td></tr><tr><td><strong><a rel="noreferrer noopener" href="https://people.epfl.ch/alexander.nebel" target="_blank">Alexander Nebel</a></strong><br><a rel="noreferrer noopener" href="https://people.epfl.ch/alexander.nebel" target="_blank"><img decoding="async" width="699" height="699" class="wp-image-16698" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2022/02/Alexander_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2022/02/Alexander_SMALL.jpg 699w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/02/Alexander_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/02/Alexander_SMALL-150x150.jpg 150w" sizes="(max-width: 699px) 100vw, 699px" /></a></td><td><strong><strong>Head of Unit</strong></strong><br>• Data governance<br>• Academic rankings<br>• Institutional data</td><td><strong><a rel="noreferrer noopener" href="https://www.epfl.ch/about/vice-presidencies/vice-presidency-for-academic-affairs-vpa/academic-data/" target="_blank">EPFL</a></strong><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/alexander-nebel-0b5b6a16/" target="_blank">LinkedIn</a><br><br><br></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/luc.patiny/?lang=en" target="_blank"><strong>Luc Patiny</strong></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/luc.patiny/?lang=en" target="_blank"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Luc_SMALL.jpg" alt="" style="width: 90px"></a></td><td><strong>Scientist</strong> <strong><strong>and Lecturer</strong></strong><br>• Information management<br>• Chemistry<br>• ELN</td><td><strong><a rel="noreferrer noopener" href="https://people.epfl.ch/luc.patiny/" target="_blank">EPFL</a></strong><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/lpatiny" target="_blank">LinkedIn</a><br><a href="https://x.com/lpatiny" target="_blank" rel="noreferrer noopener">X</a><br><a rel="noreferrer noopener" href="https://orcid.org/0000-0002-4943-2643" target="_blank">ORCID</a><br><a rel="noreferrer noopener" href="https://github.com/lpatiny" target="_blank">GitHub</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/charlotte.weil" target="_blank"><strong>Charlotte Weil</strong></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/charlotte.weil" target="_blank"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/10/Charlotte_SMALL-150x150.png" alt="" style="width: 90px"></a></td><td><strong>Data Scientist</strong><br>• Data visualization<br>• Interactive web maps<br>• Spatial data imagery</td><td><strong><a rel="noreferrer noopener" href="https://people.epfl.ch/charlotte.weil" target="_blank">EPFL</a></strong><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/charlotteweil" target="_blank">LinkedIn</a><br><a href="https://x.com/charlotte_weil" target="_blank" rel="noreferrer noopener">X</a><br><a rel="noreferrer noopener" href="https://orcid.org/0000-0002-6004-2304" target="_blank">ORCID</a><br><a rel="noreferrer noopener" href="https://github.com/charlottegiseleweil" target="_blank">GitHub</a></td></tr></tbody></table></figure> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-54b22b5567bb509cf5b041d1e434dd89" aria-expanded="false" aria-controls="#collapse-54b22b5567bb509cf5b041d1e434dd89">Former EPFL Data Champions</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-54b22b5567bb509cf5b041d1e434dd89"> <div class="wp-block-epfl-toggle"> <p>As careers in science or elsewhere continue, the Data Champions community recognizes the people who made it thrive, by helping others manage their data and sharing their expertise and passion within the EPFL and beyond.</p> <div class="table"> <figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/jonathan-cottet/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Jonathan_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/jonathan-cottet/" target="_blank">Jonathan Cottet</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/noemie.mazare/?lang=en" target="_blank"><img loading="lazy" decoding="async" width="376" height="376" class="wp-image-19954" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2023/04/Noemi_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2023/04/Noemi_SMALL.jpg 376w, https://www.epfl.ch/campus/library/wp-content/uploads/2023/04/Noemi_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2023/04/Noemi_SMALL-150x150.jpg 150w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/noemie-mazare-2b960699/" target="_blank">Noémie Mazaré</a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/noemie.mazare/?lang=en" target="_blank"></a></td><td><a href="https://www.linkedin.com/in/orion-penner/"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Orion_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/orion-penner/" target="_blank">Orion Penner</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/soniabenhamida/en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Sonia_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/soniabenhamida/en" target="_blank">Sonia Ben Hamida</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/lili-gu-a8162960" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/02/Lili_SMALL.jpg" alt=""><br>Lili Gu</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/emma-jablonski-55774436/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/02/Emma2_SMALL.jpg" alt=""><br>Emma Jablonski</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/shin-alexandre-koseki-0193953a" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Shin_SMALL.jpg" alt=""><br>Shin Koseki</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/birgit-schaffhauser-11341ba1" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/02/Birgit_SMALL.jpg" alt=""><br>Birgit Schaffhauser</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/ayah-khubieh-59972578/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/01/Ayah_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/ayah-khubieh-59972578/" target="_blank">Ayah Khubieh</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/shirahfoy/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Shirah.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/shirahfoy/" target="_blank">Shira Foy</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/benjaminricaud/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Benjamin_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/benjaminricaud/" target="_blank">Benjamin Ricaud</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/valentin.conrad?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Valentin_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/valentin.conrad?lang=en" target="_blank">Valentin Conrad</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/fabian-moss-5166b56a/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Fabian._SMALLpng.png" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/fabian-c-moss-5166b56a/" target="_blank">Fabian Moss</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/amir.rezaie/?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/01/Amir_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/amir-rezaie-5389b5160/" target="_blank">Amir Rezaie</a></td><td><a rel="noreferrer noopener" href="https://mobile.twitter.com/jen_thomas_" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/01/Jenny_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://mobile.twitter.com/jen_thomas_" target="_blank">Jenny Thomas</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/hakobyanm" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/07/Mariam_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/mariam.hakobyan" target="_blank">Mariam Hakobyan</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/robert-lieck-66a373a6/" target="_blank"><img loading="lazy" decoding="async" width="376" height="376" class="wp-image-10725" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Robert_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Robert_SMALL.jpg 376w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Robert_SMALL-150x150.jpg 150w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Robert_SMALL-300x300.jpg 300w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/robert-lieck-66a373a6/" target="_blank">Robert Lieck</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/philip-egger-ph-d-332a2516" target="_blank"><img loading="lazy" decoding="async" width="327" height="327" class="wp-image-13599" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Philip_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Philip_SMALL.jpg 327w, https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Philip_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Philip_SMALL-150x150.jpg 150w" sizes="auto, (max-width: 327px) 100vw, 327px" /></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/philip-egger-ph-d-332a2516" target="_blank">Philip Egger</a></td><td><a rel="noreferrer noopener" href="http://www.linkedin.com/in/martin-telefont-64bb5922" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Martin_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/martin-telefont-64bb5922" target="_blank">Martin Telefont</a></td><td><a rel="noreferrer noopener" href="http://www.linkedin.com/in/adrien-teurtrie-0932a666" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/03/Adrien_SMALL-150x150.png" alt=""></a><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/adrien-teurtrie-0932a666" target="_blank">Adrien Teurtrie</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/jessicapidoux/" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/03/Jessica_SMALL-150x150.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/jessicapidoux/" target="_blank">Jessica Pidoux</a></td><td><a rel="noreferrer noopener" href="http://www.linkedin.com/in/bucher-philipp-56281a128" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Philipp_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="http://www.linkedin.com/in/bucher-philipp-56281a128" target="_blank">Philipp Bucher</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/valeriadicola/" target="_blank"><img loading="lazy" decoding="async" width="376" height="376" class="wp-image-11467" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/04/Valeria_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2020/04/Valeria_SMALL.jpg 376w, https://www.epfl.ch/campus/library/wp-content/uploads/2020/04/Valeria_SMALL-150x150.jpg 150w, https://www.epfl.ch/campus/library/wp-content/uploads/2020/04/Valeria_SMALL-300x300.jpg 300w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/valeriadicola/" target="_blank">Valeria Di Cola</a></td><td><a href="https://www.linkedin.com/in/anna-kristin-kaufmann-13752694/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="327" height="327" class="wp-image-16817" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2022/03/Anna-Kristin_SMALL.png" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2022/03/Anna-Kristin_SMALL.png 327w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/03/Anna-Kristin_SMALL-300x300.png 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/03/Anna-Kristin_SMALL-150x150.png 150w" sizes="auto, (max-width: 327px) 100vw, 327px" /></a><br><a href="https://www.linkedin.com/in/anna-kristin-kaufmann-13752694/" target="_blank" rel="noreferrer noopener">Anna-Kristin Kaufmann</a></td></tr><tr><td><a href="https://www.linkedin.com/in/florentvalerycoen/" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Florent_SMALL.jpg" alt="" style="width: 90px"></a><br><a href="https://www.linkedin.com/in/florentvalerycoen/" target="_blank" rel="noreferrer noopener">Florent-Valéry Coen</a></td><td><a rel="noreferrer noopener" href="https://linkedin.com/in/alexis-rapin" target="_blank"><img loading="lazy" decoding="async" width="376" height="376" class="wp-image-10730" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Alexis_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Alexis_SMALL.jpg 376w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Alexis_SMALL-150x150.jpg 150w, https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Alexis_SMALL-300x300.jpg 300w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a><br><a href="https://linkedin.com/in/alexis-rapin" target="_blank" rel="noreferrer noopener">Alexis Rapin</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/longchampregis" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Regis_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/longchampregis" target="_blank">Régis Longchamp</a></td><td><a href="http://www.linkedin.com/in/kevin-maik-jablonka-538655200" target="_blank" rel="noreferrer noopener"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Kevin_SMALL.jpg" alt=""></a><br><a href="http://www.linkedin.com/in/kevin-maik-jablonka-538655200" target="_blank" rel="noreferrer noopener">Kevin Jablonka</a></td></tr><tr><td><a href="http://www.linkedin.com/in/cchoirat/" target="_blank" rel="noreferrer noopener"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Christine_SMALL.jpg" alt=""></a><br><a href="http://www.linkedin.com/in/cchoirat/" target="_blank" rel="noreferrer noopener">Christine Choirat</a></td><td><a href="http://www.linkedin.com/in/arnabchatterjee80" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Arnab_SMALL.jpg" alt="" style="width: 90px"></a><br><a href="http://www.linkedin.com/in/arnabchatterjee80" target="_blank" rel="noreferrer noopener">Arnab Chatterjee</a></td><td><a href="http://www.linkedin.com/in/braskova" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="376" height="376" class="wp-image-19355" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2023/02/Miriam_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2023/02/Miriam_SMALL.jpg 376w, https://www.epfl.ch/campus/library/wp-content/uploads/2023/02/Miriam_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2023/02/Miriam_SMALL-150x150.jpg 150w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a><br><a href="http://www.linkedin.com/in/braskova" target="_blank" rel="noreferrer noopener">Miriam Braskova</a></td><td><a href="http://www.linkedin.com/in/francisco-ramirez-708b8765" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/01/Francisco_SMALL.jpg" alt="" style="width: 90px"></a><br><a href="http://www.linkedin.com/in/francisco-ramirez-708b8765" target="_blank" rel="noreferrer noopener">Francisco Ramirez</a></td></tr><tr><td><a href="http://www.linkedin.com/in/eur-ing-fotis-georgatos" target="_blank" rel="noreferrer noopener"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Fotis_SMALL.jpg" alt=""></a><br><a href="http://www.linkedin.com/in/eur-ing-fotis-georgatos" target="_blank" rel="noreferrer noopener">Fotis Georgatos</a></td><td><a href="https://www.linkedin.com/in/charlotte-mazel-cabasse-ph-d-54a13612/" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://www.epfl.ch/campus/library/wp-content/uploads/2024/06/Charlotte2_SMALL.jpg" alt="" style="width: 90px"></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/charlotte-mazel-cabasse-ph-d-54a13612/" target="_blank">Charlotte Mazel-Cabasse</a></td><td><a href="https://www.linkedin.com/in/marounbs?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B65eSfsRvSPeA%2BB4GAdpwfw%3D%3D" target="_blank" rel="noreferrer noopener"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Maroun_SMALL.jpg" alt=""></a><br><a href="https://www.linkedin.com/in/marounbs?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B65eSfsRvSPeA%2BB4GAdpwfw%3D%3D" target="_blank" rel="noreferrer noopener">Maroun Bou Sleiman</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/giovanna.ambrosini?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Giovanna_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/giovanna.ambrosini?lang=en" target="_blank">Giovanna Ambrosini</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/nicolas.argento?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/04/Nicolas_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/nicolas.argento?lang=en" target="_blank">Nicolas Argento</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/manos.barmpounakis/?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/02/Manos_SMALL-150x150.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/manos.barmpounakis/?lang=en" target="_blank">Manos Barmpounakis</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/kirell.benzi" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/01/Kirell_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/kirell.benzi" target="_blank">Kirell Benzi</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/luc.bondaz" target="_blank"><img loading="lazy" decoding="async" width="376" height="376" class="wp-image-15775" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/10/LucB_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2021/10/LucB_SMALL.jpg 376w, https://www.epfl.ch/campus/library/wp-content/uploads/2021/10/LucB_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2021/10/LucB_SMALL-150x150.jpg 150w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/luc.bondaz" target="_blank">Luc Sébastian Bondaz</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/olivier.burri" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Olivier_SMALL.png" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/olivier.burri" target="_blank">Olivier Burri</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/tom.degeus?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Tom_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/tom.degeus?lang=en" target="_blank">Tom de Geus</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/maud.ehrmann/bio?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/06/Maud_SMALL.png" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/maud.ehrmann/bio?lang=en" target="_blank">Maud Ehrmann</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/juancarlos.farah" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/JuanCarlos_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/juancarlos.farah" target="_blank">Juan Carlos Farah</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/jean-marie.furbringer" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/JeanMarie_SMALL.png" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/jean-marie.furbringer" target="_blank">Jean-Marie Fuerbringer</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/denis.gillet" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Denis_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/denis.gillet" target="_blank">Denis Gillet</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/hung.han" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/HungChi_SMALL.png" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/hung.han" target="_blank">Hung-Chi Han</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/eriks.kletnieks" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Eriks_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/eriks.kletnieks" target="_blank">Eriks Kletnieks</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/graham.knott/?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Graham_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/graham.knott/?lang=en" target="_blank">Graham Knott</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/helena.kovacs" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Helena_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/helena.kovacs" target="_blank">Helena Kovacs</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/igor.krawczuk" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Igor_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/igor.krawczuk" target="_blank">Igor Krawczuk</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/gleb.kurovskiy" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Gleb_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/gleb.kurovskiy" target="_blank">Gleb Kurovskiy</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/bertrand.lacour" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Bertrand_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/bertrand.lacour" target="_blank">Bertrand Lacour</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/cyril.matthey-doret" target="_blank"><img loading="lazy" decoding="async" width="327" height="327" class="wp-image-17852" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Cyril_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Cyril_SMALL.jpg 327w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Cyril_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Cyril_SMALL-150x150.jpg 150w" sizes="auto, (max-width: 327px) 100vw, 327px" /></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/cyril.matthey-doret" target="_blank">Cyril Matthey-Doret</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/hatef.otroshi" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Hatef_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/hatef.otroshi" target="_blank">Hatef Otroshi</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/evarist.planet?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Evarist_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/evarist.planet?lang=en" target="_blank">Evarist Planet</a></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/oksana.riba/?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2021/06/Oksana_SMALL-150x150.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/oksana.riba" target="_blank">Oksana Riba</a></td><td><a rel="noreferrer noopener" href="https://people.epfl.ch/ivica.zivkovic/?lang=en" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Ivica_SMALL-150x150.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://people.epfl.ch/ivica.zivkovic/?lang=en" target="_blank">Ivica Zivkovic</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/dasaraden-mauree-17160144" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2019/12/Dasaraden_SMALL.jpg" alt=""></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/dasaraden-mauree-17160144" target="_blank">Dasaraden Mauree</a></td><td><a rel="noreferrer noopener" href="https://www.linkedin.com/in/chronchi/" target="_blank"><img loading="lazy" decoding="async" width="327" height="327" class="wp-image-17853" style="width: 75px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Carlos_SMALL.jpg" alt="" srcset="https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Carlos_SMALL.jpg 327w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Carlos_SMALL-300x300.jpg 300w, https://www.epfl.ch/campus/library/wp-content/uploads/2022/07/Carlos_SMALL-150x150.jpg 150w" sizes="auto, (max-width: 327px) 100vw, 327px" /></a><br><a rel="noreferrer noopener" href="https://www.linkedin.com/in/chronchi/" target="_blank">Carlos Ronchi</a></td><td></td></tr><tr><td><a rel="noreferrer noopener" href="https://people.epfl.ch/johannes.hentschel" target="_blank"><img decoding="async" style="width: 90px" src="https://www.epfl.ch/campus/library/wp-content/uploads/2020/12/Johannes_SMALL.jpg" alt=""></a><br><a href="https://www.linkedin.com/in/johentsch/" target="_blank" rel="noreferrer noopener">Johannes Hentschel</a></td><td></td><td></td><td></td></tr></tbody></table></figure> </div></div> </div> <div class="container-full my-3"><div class="introduction bg-gray-100"><div class="container"><div class="row"><div class="col-md-8 offset-md-2"><h2>Community of practice and interest</h2><p>■ Your <strong>colleagues </strong>come to you for tips and tricks on how to manage their data? Would you like support and <strong>recognition </strong>for your help?</p><p>■ Are you <strong>enthusiastic </strong>about data sharing, visualization, anonymization, or publishing? Do they appeal to you <strong>beyond </strong>your research?</p><p>■ Do you wish for a bottom-up <strong>cultural shift</strong> regarding data management? Are you intrigued by <strong>meeting </strong>others that feel the same?</p></div></div></div></div></div> <p><strong>If you answered ‘yes’ </strong>to any of the above, you should <strong>join the EPFL Data Champions community!<br></strong></p> <p>Interested? <a href="https://library-survey.epfl.ch/c/joinEPFLDataChampions">Fill in the form</a> or contact <a href="/cdn-cgi/l/email-protection#d7b3b6a3b6b4bfb6baa7beb8b9a497b2a7b1bbf9b4bf"><span class="__cf_email__" data-cfemail="2a4e4b5e4b49424b475a434544596a4f5a4c46044942">[email&#160;protected]</span></a>.<br>Check out the <a href="https://go.epfl.ch/DC-mission">Community mission statement</a>.</p> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-0c5a67fa258ba259ef0666362c7132d2" aria-expanded="false" aria-controls="#collapse-0c5a67fa258ba259ef0666362c7132d2">For/By researchers &amp; staff</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-0c5a67fa258ba259ef0666362c7132d2"> <div class="wp-block-epfl-toggle"> <p>Whether you are an EPFL <strong>researcher</strong> (PhD student, postdoc, professor, etc.) or <strong>staff</strong> (admin, technician, etc.) with a keen interest in research data and <strong>willing to share </strong>your expertise, the EPFL Data Champion community is for you!</p> <p>Of course, previous data management experience, along with a little programming or communication skills are great advantages… but we believe in diversity! <br>Whatever your level of expertise in data science, data management, data visualization, etc. we would love to have you on board.</p> <p>This is a <strong>voluntary</strong> engagement and we will encourage Data Champions to invest only the time they think they can dedicate to helping others, no more, no less.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-5528f3634c8cdaef03b2e686fb1164b2" aria-expanded="false" aria-controls="#collapse-5528f3634c8cdaef03b2e686fb1164b2">Your role as a Data Champion</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-5528f3634c8cdaef03b2e686fb1164b2"> <div class="wp-block-epfl-toggle"> <p>EPFL Data Champions will get a chance to play the following roles, <strong>according to their personal availability</strong> and field experience:</p> <ul style="list-style-type: square"> <li><strong>Advise</strong> researchers on data handling or redirect them to expert support on Campus</li> <li>Act as <strong>spokespersons</strong> in your faculty</li> <li>Endorse the <strong>FAIR</strong> (Findable, Accessible, Interoperable, and Re-usable) principles</li> <li>Promote (or participate in) <strong>training</strong> or events</li> <li>Develop or promote RDM <strong>tools</strong> useful for research</li> <li>Participate to possible <strong>publications</strong> on RDM</li> </ul> <p>Don’t miss the opportunity to meet other EPFL Data Champions and interesting guest speakers at the <strong>Data Lunch Talks </strong>, meetings organized 2<strong>&nbsp;times per year</strong>.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-2a5a818b572e28913c53565101555548" aria-expanded="false" aria-controls="#collapse-2a5a818b572e28913c53565101555548">Your benefits as a Data Champion</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-2a5a818b572e28913c53565101555548"> <div class="wp-block-epfl-toggle"> <p>Data Champions invest some of their time to help others and this effort must be rewarded. We believe members of the EPFL DC community will enjoy the following personal benefits:</p> <p><strong>Increase your impact</strong></p> <ul style="list-style-type: square"> <li><strong>Help </strong>people!</li> <li>Be the <strong>spokesperson </strong>and local data expert, reporting to EPFL management about the needs of your faculty or research community</li> <li>Gain <strong>visibility </strong>with your personal profile on the Data Champions webpage</li> </ul> <p><strong>Develop your professional network</strong></p> <ul style="list-style-type: square"> <li>Get in touch with <strong>others </strong>interested in RDM at the EPFL and outside</li> <li><strong>Network </strong>with researchers in workshops, conferences and events</li> <li>Receive <strong>news </strong>and get to know EPFL services as ReO, TTO, Library, etc.</li> </ul> <p><strong>Learn new skills</strong></p> <ul style="list-style-type: square"> <li>Attend <strong>workshops </strong>or conferences on data science and data management</li> <li><strong>Communicate </strong>effectively, enhance presentation skills, lead workshops</li> <li>Learn <strong>by doing</strong>, collaborate to projects for possible development or acquisition of data tools</li> </ul> <p><strong>Boost your CV</strong></p> <ul style="list-style-type: square"> <li>Distinguish yourself with <strong>qualifying </strong>activities and transferable skills</li> <li>Add “<em>EPFL Data Champion</em>” to your personal <strong>profile </strong>page</li> <li>Receive news on <strong>career </strong>opportunities related to RDM</li> </ul> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-948f0f7a71ba08ddae264cff01ae6308" aria-expanded="false" aria-controls="#collapse-948f0f7a71ba08ddae264cff01ae6308">EPFL support for the Data Champions</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-948f0f7a71ba08ddae264cff01ae6308"> <div class="wp-block-epfl-toggle"> <p>The <a href="http://go.epfl.ch/rdm">Research Data Library Team</a> supports the DCs and</p> <ul style="list-style-type: square"> <li>Creates and maintains this <strong>webpage</strong></li> <li>Invites the DCs to RDM <strong>training opportunities</strong>, both introductory and specialized</li> <li>Provides basic material and IT <strong>resources</strong> for the DCs activities</li> <li><strong>Support</strong> the DCs in responding to the requests they might have</li> <li>Organizes the <strong>DCs Meetings</strong> for the community 3 times per year</li> <li>Generates and diffuses <strong>reports</strong> on DCs’ activities</li> <li>Sends to the DCs a monthly <strong>newsletter</strong> to report on the DCs’ activities (via a short survey), inform on new tools, career opportunities, and invite the DCs to talks, events or publications about RDM</li> </ul> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-43cc08e46f7421378dae2a194f5f4eeb" aria-expanded="false" aria-controls="#collapse-43cc08e46f7421378dae2a194f5f4eeb">Responsibilities</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-43cc08e46f7421378dae2a194f5f4eeb"> <div class="wp-block-epfl-toggle"> <p>An EPFL Data Champion is <strong>not expected</strong> to replace other professional roles (e.g. Ethics Committee, IT staff, etc.), nor is held responsible for the consequences of advices to researchers.</p> <p>The <a href="http://go.epfl.ch/rdm">Research Data Library Team</a> supports the functioning of the EPFL Data Champions community. The <a href="https://www.epfl.ch/campus/library/">EPFL Library</a> provides the financial support. Other institutional support also comes from the EPFL <a href="https://www.epfl.ch/research/open-science/about-the-initiative/">Open Science Strategic Committee</a>.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-bcdac9ece658884baa1b3dc92ac35872" aria-expanded="false" aria-controls="#collapse-bcdac9ece658884baa1b3dc92ac35872">Data Champions beyond EPFL</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-bcdac9ece658884baa1b3dc92ac35872"> <div class="wp-block-epfl-toggle"> <p>The EPFL is not the first and it’s not alone in this initiative, although it takes some pioneering spirit. We acknowledge the work and stimulating discussions with <strong>colleagues</strong> <strong>and fellow Data Champions</strong> at <a href="https://www.data.cam.ac.uk/intro-data-champions">Cambridge University</a> and <a href="https://www.tudelft.nl/en/library/current-topics/research-data-management/research-data-management/data-stewardship/data-champions/">TU Delft</a>.</p> <p>The EPFL Library is also a member of <a href="https://openscholarchampions.eu/openaccess/champions/">SPARC Europe</a>, whose similar initiative more focused on OA, the <em>Open Access Champions</em>, connects people from different countries.</p> <p>These are just a few examples and, ultimately, the EPFL Data Champions are part of <strong>a bigger community</strong> and we look positively forward to creating synergies, and sharing ideas and practices around data.</p> </div> </div> <p><a href="https://library-survey.epfl.ch/c/joinEPFLDataChampions"><button class="btn btn-primary btn-lg btn-block" type="button">Join the community!</button></a></p> <div id="resources">&nbsp;</div> <div class="container-full my-3"><div class="introduction bg-gray-100"><div class="container"><div class="row"><div class="col-md-8 offset-md-2"><h2>Resources</h2></div></div></div></div></div> <h3>Contacts</h3> <ul style="list-style-type: square"> <li>EPFL Data Champions: <strong><a href="/cdn-cgi/l/email-protection#0266637663616a636f726b6d6c71426772646e2c616a"><span class="__cf_email__" data-cfemail="5f3b3e2b3e3c373e322f3630312c1f3a2f3933713c37">[email&#160;protected]</span></a></strong></li> <li>Research Data Library Team: <a href="/cdn-cgi/l/email-protection#097b6c7a6c687b6a616d687d68496c796f65276a61"><strong><span class="__cf_email__" data-cfemail="ddafb8aeb8bcafbeb5b9bca9bc9db8adbbb1f3beb5">[email&#160;protected]</span></strong></a></li> </ul> <h3>Q&amp;A</h3> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-e52f285365565c2af34ae89255de1dde" aria-expanded="false" aria-controls="#collapse-e52f285365565c2af34ae89255de1dde">1. What is and why does anyone need a Data Management Plan (DMP)?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-e52f285365565c2af34ae89255de1dde"> <div class="wp-block-epfl-toggle"> <p>Not to be confused with a Data management platform, a <em>Data Management Plan</em> (DMP) is a written document describing how data of a research project is managed during its life-cycle. The DMP covers the processes relative to the collection, analysis, transformation, publication, preservation of data and code of a single project. For multiple projects, you might want to devise a RDM Strategy instead: in case, please contact <a href="/cdn-cgi/l/email-protection#72001701171300111a16130613321702141e5c111a"><span class="__cf_email__" data-cfemail="592b3c2a3c382b3a313d382d38193c293f35773a31">[email&#160;protected]</span></a>.</p> <p>A DMP is as of now <strong>demanded </strong>by all major research funders such as SNSF or the EC (H2020, MSCA, etc.). It can also be asked by EPFL ReO in order to assess the correct manipulation of sensitive data, or by the EPFL TTO to document the data management bringing to a patent or industrial collaboration.</p> <p>In general, a substantial increase in <strong>science reproducibility</strong> is pursued as a result of this strategic document and its implementation. Its main specific purposes are:&nbsp;</p> <ul> <li>to be more transparent;&nbsp;</li> <li>to comply with research funders;&nbsp;</li> <li>to forecast resources and needs;&nbsp;</li> <li>to help avoid data loss;</li> <li>to improve accountability for data workflow;</li> <li>to use data in a future-proof way.</li> </ul> <p>Depending on the complexity, purpose and field of a project, it might take anything <strong>between 10 minutes to a few workdays</strong> to implement a DMP. This might also depend on the pre-existent familiarity with some <em>Research Data Management</em> (RDM) topics, as well as on the personal or team organization.&nbsp;</p> <p>For a <strong>review </strong>of your DMP or for help in implementing it, do not hesitate to&nbsp;contact <a href="/cdn-cgi/l/email-protection#ddafb8aeb8bcafbeb5b9bca9bc9db8adbbb1f3beb5"><span class="__cf_email__" data-cfemail="34465147515546575c5055405574514452581a575c">[email&#160;protected]</span></a>.</p> <p>Also, check out the FastGuides on <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=11">DMP – Data Management Plan</a> and on <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=10">Storage, Publication and Preservation</a>.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-4f5aae973b3d7e937557da93e2d37a1d" aria-expanded="false" aria-controls="#collapse-4f5aae973b3d7e937557da93e2d37a1d">2. What is available at EPFL regarding storage, software and coding?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-4f5aae973b3d7e937557da93e2d37a1d"> <div class="wp-block-epfl-toggle"> <p>With its various sites and many schools and affiliated institutes, there are many possible storage options at the EPFL.&nbsp;</p> <p>The principal one is offered by the central services, with <a href="https://support.epfl.ch/epfl?id=epfl_service_status&amp;service=49a363acdb34c700ef64731b8c96191f">NAS file storage</a> or <a href="https://support.epfl.ch/epfl?id=epfl_kb_article_view&amp;sys_kb_id=1fda899497f0d618e55e370f2153afc6">RCP</a> services and <a href="https://isic.epfl.ch/platforms/it-support-2/druva/">backup</a> for individual workstations. DSI also offers an <em>on-premise</em> &#8220;object storage&#8221; <em>service</em> (hosted on-site) based on the Amazon<a href="https://fr.wikipedia.org/wiki/Amazon_S3"> S3</a> protocol and based on a Scality (software) and Cisco (hardware) infrastructure: use the <a href="https://portal-xaas.epfl.ch/">XaaS portal</a> to request for <em>buckets</em>. For high-performance computing, SCITAS offers <a href="http://go.epfl.ch/scitas-storage">work storage.</a></p> <p>The IT within different faculties might also offer more customized storage options, as NAS, for your faculty (as for ex. in <a href="http://sti.epfl.ch/lang/en/nas">STI</a>).</p> <p>You can have a larger view and find general information on the EPFL offerings at <a href="https://support.epfl.ch/epfl">https://support.epfl.ch/epfl</a>.</p> <p>The national platform for academic use, <a href="http://www.switch.ch">www.switch.ch</a>, offers cloud storage services such as <a href="https://www.switch.ch/drive/">SWITCHdrive</a> and many others.&nbsp;</p> <p>Even if deprecated for all sensitive, commercial or any valuable data, the EPFL has also a <a href="http://gdrive.epfl.ch">Google Drive</a> cloud solution (servers are not at EPFL).&nbsp;</p> <p>For coders, DSI manages <a href="https://gitlab.epfl.ch">gitlab.epfl.ch</a>. <a href="https://renkulab.io/">RENKU</a> is a collaborative data science platform that can be used for managing data, code and code environments. For more educational purposes, you might also want to try <a href="https://noto.epfl.ch">NOTO</a>, a JupyterLab platform conceived to test and train with coding in Python, Bash, Octave, C, R, plus other useful features, all in the cloud.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-22e3bb705ec8303c6594ca6c8dd44b24" aria-expanded="false" aria-controls="#collapse-22e3bb705ec8303c6594ca6c8dd44b24">3. Does EPFL provide training for Research Data Management (RDM)?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-22e3bb705ec8303c6594ca6c8dd44b24"> <div class="wp-block-epfl-toggle"> <p>Yes. In particular, you can check the upcoming training opportunities at <a href="https://www.epfl.ch/campus/library/services/services-researchers/rdm-training-events">go.epfl.ch/rdm-training</a>.&nbsp;</p> <p>The RDM training catalog spans from a crash course to more specialized ones, and with different time lengths to accommodate each one’s agenda.</p> <p>You can also <a href="https://epfllibrary.simplybook.it/v2/#book">Book a data librarian</a> or simply contact <a href="/cdn-cgi/l/email-protection#a8dacddbcdc9dacbc0ccc9dcc9e8cdd8cec486cbc0"><span class="__cf_email__" data-cfemail="c3b1a6b0a6a2b1a0aba7a2b7a283a6b3a5afeda0ab">[email&#160;protected]</span></a> and ask for the next scheduled training opportunities.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-f98e74d55da3d83f4c2844623825563b" aria-expanded="false" aria-controls="#collapse-f98e74d55da3d83f4c2844623825563b">4. Which tool for communication in groups?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-f98e74d55da3d83f4c2844623825563b"> <div class="wp-block-epfl-toggle"> <p>The EPFL and SWITCH provide a certain choice of communication tools. For research groups, and depending on the particular needs and sensitivity of discussion and information transmitted, these are the main communication tools for videoconferencing:&nbsp;</p> <ul> <li><a href="http://whereby.com">Whereby</a> (GDPR compliant)</li> <li><a href="https://zoom.epfl.ch/">Zoom</a> (EPFL account, security problems)</li> <li><a href="https://www.epfl.ch/campus/services/en/it-services/unified-communications/videoconferencing/jabber-softphone/">Jabber Softphone</a> (EPFL account, cumbersome use)</li> <li><a href="http://www.switch.ch/meet">SWITCH Online Meetings</a> (&amp; other <a href="https://meet.jit.si/">Jitsi</a>-based, open-source)</li> </ul> <p>Of course, many other communication tools and platforms exist beyond the ones supported by the EPFL. In particular, if one does not need the videoconferencing capability, many groups would benefit from free messaging platforms as&nbsp;</p> <ul> <li><a href="https://mattermost.com/">MatterMost</a> (Open Source, self-hosted alternative to Slack)</li> <li><a href="https://slack.com/intl/en-ch/">Slack</a> (Popular, commercial solution)<a href="https://meet.infomaniak.com"></a></li> <li><a href="https://meet.infomaniak.com">Meet Infomaniak</a> (Swiss, GDPR compliant solution)</li> </ul> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-ae568f92a72eb8f9704a5f2323f7c056" aria-expanded="false" aria-controls="#collapse-ae568f92a72eb8f9704a5f2323f7c056">5. To whom can I turn to for my data analysis strategy?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-ae568f92a72eb8f9704a5f2323f7c056"> <div class="wp-block-epfl-toggle"> <p>At EPFL there is no central department focusing on data analysis or processing, even though <a href="https://datascience.ch/">&nbsp;Swiss Data Science Center (SDSC)</a> might be a close match. Moreover, it fundamentally depends on the specific needs and field. Don’t hesitate to contact EPFL <a href="/cdn-cgi/l/email-protection#42302731272330212a26233623022732242e6c212a">Research Data Library Team</a> or the <a href="https://go.epfl.ch/datachampions">EPFL Data Champions</a> community to explore possible solutions.</p> <p>Moreover, we suggest getting in touch with the <a href="https://www.epfl.ch/research/facilities/scitas/">SCITAS</a> team, the various <a href="https://www.epfl.ch/schools/ic/research/#ICCenters">ICT centers</a>, the <a href="https://www.cecam.org/">CECAM</a>, etc. for possible solutions, depending on the needs.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-9960b4ac7c88e8a79c789ebf12ba8610" aria-expanded="false" aria-controls="#collapse-9960b4ac7c88e8a79c789ebf12ba8610">6. Who can I ask to help me with my data problem?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-9960b4ac7c88e8a79c789ebf12ba8610"> <div class="wp-block-epfl-toggle"> <p>You have many options. Of course, the first one would be to contact <a href="/cdn-cgi/l/email-protection#8efcebfdebeffcede6eaeffaefceebfee8e2a0ede6"><span class="__cf_email__" data-cfemail="7a081f091f1b0819121e1b0e1b3a1f0a1c16541912">[email&#160;protected]</span></a>, the EPFL service for Research Data Management (RDM). And yes, you can always contact a friendly <a href="https://www.epfl.ch/campus/library/services/services-researchers/rdm-contacts-communities/epfl-data-champions/#pickDC">EPFL Data Champion</a>, they are here to help you out!</p> <p>If you don’t like the idea of getting in touch directly with someone, you’ll maybe find the information on the RDM webpages <a href="https://go.epfl.ch/rdm">go.epfl.ch/rdm</a>. Depending on the specific problem, it might take more or less time to get to a solution, but we got you covered.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-104d7b5a1fd23faac834ec5add7ebce8" aria-expanded="false" aria-controls="#collapse-104d7b5a1fd23faac834ec5add7ebce8">7. Who can I talk to for licenses of data or code?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-104d7b5a1fd23faac834ec5add7ebce8"> <div class="wp-block-epfl-toggle"> <p>At the EPFL there are two main services that can accompany you on the matter of licensing, on which license to adopt as well as how to reuse the data that come with (or without) a certain license. While the <a href="https://www.epfl.ch/research/services/units/technology-transfer-office/">Technology Transfer Office</a> (TTO) can help especially if the licensing is linked to contracts or intellectual property issues (as patents), for all other inquiries on data or code licensing you can contact EPFL <a href="/cdn-cgi/l/email-protection#66140315030714050e02071207260316000a48050e">Research Data Library Team</a>. Don’t hesitate to <a href="https://www.epfl.ch/campus/library/services/services-researchers/rdm-contacts-communities/epfl-data-champions/">ask a Data Champion</a> with your interests about possible first-hand experience with licensing issues.</p> <p>BTW, you might want to take a look at the FastGuide <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=12"><em>Data &amp; Code Licensing</em></a> for a short overview and first (fast) guide.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-89d0f4043e935504cdaf9d2eece854c5" aria-expanded="false" aria-controls="#collapse-89d0f4043e935504cdaf9d2eece854c5">8. Who has the authority to decide on code licenses?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-89d0f4043e935504cdaf9d2eece854c5"> <div class="wp-block-epfl-toggle"> <p>While some platforms for code preservation as Software Heritage offer some clear <a href="https://www.softwareheritage.org/2019/08/05/saving-and-referencing-research-software-in-software-heritage/">guidelines</a> on the licensing of code, others as <a href="https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository#choosing-the-right-license">GitHub</a> or <a href="https://help.zenodo.org/">Zenodo</a> allow you to choose a license from a vast selection. To know more, check out the FastGuide <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=12"><em>Data &amp; Code Licensing</em></a>. In general, while all digital work created at EPFL is <a href="http://./%5B8%5D%20www.admin.ch/opc/en/classified-compilation/19910256/index.html#a36">owned by the EPFL</a>, the authors might decide for its possible exploitation and use, and the license to attach to it. Of course, this freedom of choice is limited by possible funding agencies (ex. SNSF and EC ask to justify when deciding not to make your work openly available and check for a consistent licensing). Another limit can come by using code derived by a 3<sup>rd</sup> party, as well as when a contract exists, for instance, between two collaborating research groups or institutes.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-b65c58e55a8b3c94dd0811054be652c0" aria-expanded="false" aria-controls="#collapse-b65c58e55a8b3c94dd0811054be652c0">9. How do you choose the license for your data and code?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-b65c58e55a8b3c94dd0811054be652c0"> <div class="wp-block-epfl-toggle"> <p>While all digital work created at EPFL is <a href="http://./%5B8%5D%20www.admin.ch/opc/en/classified-compilation/19910256/index.html#a36">owned by the EPFL</a>, the authors might decide on its possible exploitation and use, and the license to attach to it. Thus, the copyright will be retained by the authors and co-authors: in principle, the authorship of code is a difficult matter, because usually pieces of code from different sources and with different existing licenses are integrated. In this case, the single pieces of code will lead to the decision of the correct license. To know more, check out the FastGuide <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=12"><em>Data &amp; Code Licensing</em></a>.</p> <p>Even if in Europe the code cannot be patented, the <a href="https://www.epfl.ch/research/services/units/technology-transfer-office/">Technology Transfer Office</a> (TTO) can accompany you in choosing the licensing, especially if linked to contracts or intellectual property issues. For all other inquiries on code or data licensing, please contact EPFL <a href="/cdn-cgi/l/email-protection#681a0d1b0d091a0b000c091c09280d180e04460b00">Research Data Library Team</a> or <a href="https://www.epfl.ch/campus/library/services/services-researchers/rdm-contacts-communities/epfl-data-champions/">ask a Data Champion</a>.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-2123e72e22d4614d1fe1f12ad3ada5bf" aria-expanded="false" aria-controls="#collapse-2123e72e22d4614d1fe1f12ad3ada5bf">10. What data format should I use?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-2123e72e22d4614d1fe1f12ad3ada5bf"> <div class="wp-block-epfl-toggle"> <p>In general, there exist two types of formats: <a href="https://web.archive.org/web/20081112110558/http:/www.openformats.org/en1">proprietary and open</a> ones. In order to improve diffusion and reproducibility of your work, consider using open formats from day zero, or converting your data or code from proprietary to open formats. You might check out the FastGuide <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=4"><em>File Formats</em></a>, containing a selection of formats and easy guidelines.</p> <p>Tools like <a href="https://pandoc.org/">Pandoc</a> and <a href="https://github.com/Tichau/FileConverter">FileConverter</a> can be handy for converting general-use file formats, in many cases there’s the ability to export data to open formats directly from most of the proprietary software, even though sometimes the final files can still be unable to completely map the original files.</p> <p>As many tools and coding libraries exist that support operations with open formats, working directly with open formats can simplify the collaborations, shorten the time to publication, plus you can skip the conversion from proprietary to open formats.</p> <p>There exist many data formats and some are specific to the scientific disciplines. If in doubt about using some specific formats or operations, feel free to ask colleagues of another lab if they deal with similar data or code, or contact EPFL <a href="/cdn-cgi/l/email-protection#beccdbcddbdfccddd6dadfcadffedbced8d290ddd6">Research Data Library Team</a> or <a href="https://www.epfl.ch/campus/library/services/services-researchers/rdm-contacts-communities/epfl-data-champions/">ask a Data Champion</a>.</p> <p>You can always search the internet for code that has already been conceived or tested by others, in web portals such as <a href="https://stackoverflow.com/">StackExchange</a> or <a href="https://www.codeproject.com/">CodeProject</a>, apart from googling a question.</p> <p>Last but not least, once you have a code or program to process the format of choice, try to provide means for others to use that code (the code itself, or a link to the correct version): it will also shorten the time to publication, as you will already have clear documentation, plus it boosts the transparency of your work and the possibilities for collaborations or citations, as well as a wider adoption of the format.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-71f6cb7eff0e6889759baea5d3828b6b" aria-expanded="false" aria-controls="#collapse-71f6cb7eff0e6889759baea5d3828b6b">11. Has EPFL a data archive?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-71f6cb7eff0e6889759baea5d3828b6b"> <div class="wp-block-epfl-toggle"> <p>Yes. The EPFL Library and the VPSI (now DSI) have working to make one available to the EPFL community, and it&#8217;s been inaugurated in 2021!</p> <p>It is called <a href="https://www.epfl.ch/campus/library/acoua-support/">ACOUA</a>, for Academic Output Archive. In case you want to use it or just some info, simply contact <a href="/cdn-cgi/l/email-protection#660705091307260316000a48050e"><span class="__cf_email__" data-cfemail="bcdddfd3c9ddfcd9ccdad092dfd4">[email&#160;protected]</span></a>.</p> <p>As ACOUA is not made for data publication, even if not optimized for data archiving, you might want to use <a href="https://infoscience.epfl.ch/">Infoscience</a> to deposit (small) datasets, or use a full-fledged data repository as Zenodo, with the use of the <a href="https://zenodo.org/communities/epfl/?page=1&amp;size=20">EPFL Zenodo Community</a> tag, for dataset dissemination.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-822e0fbea77a48d92beef1bf19ee9dba" aria-expanded="false" aria-controls="#collapse-822e0fbea77a48d92beef1bf19ee9dba">12. How should I choose a data or code repository?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-822e0fbea77a48d92beef1bf19ee9dba"> <div class="wp-block-epfl-toggle"> <p>The choice of a data or code repository depends on different factors, such as collaboration or backup purposes during the research, or for publication or archiving purposes after the research.&nbsp;</p> <p>Moreover, the decision should account for the specific research field, both for targeting the right public and for possible particular features that the repository might offer.</p> <p>Generally, one might want to check <a href="http://re3data.org">re3data.org</a>, from subfield specific, to field-specific, to more generic repositories.&nbsp;</p> <p>Be aware that some research funders such as the SNSF do not reimburse the deposit of data or code on repositories that are for-profit or that do not assign a PID (eg. DOI) such as FigShare or GitHub.</p> <h4>Examples of data repositories:&nbsp;</h4> <ul> <li><a href="http://www.materialscloud.org/">Materialscloud</a> (computational materials)</li> <li><a href="http://www.iochem-bd.org/">ioChemBd</a> (chemistry)&nbsp;</li> <li><a href="https://zenodo.org/">Zenodo</a> (generic)</li> <li><a href="https://figshare.com/">FigShare</a> (generic)</li> <li><a href="https://datadryad.org/">Dryad</a> (bio / medical)</li> <li><a href="https://dataverse.org/">Dataverse</a> (generic)</li> <li><a href="https://eudat.eu/">Eudat</a> (generic)</li> </ul> <h4>Examples of code repositories:&nbsp;</h4> <ul> <li><a href="https://gitlab.epfl.ch">gitlab.epfl.ch</a> (code)</li> <li><a href="http://gitlab.epfl.ch/">GitLab</a> (code)</li> <li><a href="https://github.com/">GitHub</a> (code)</li> </ul> <p>You might want to take a look at the <a href="https://doi.org/10.5281/zenodo.3618209"><em>Open Research Data: SNSF monitoring report 2017-2018</em></a> (Page 9) to discover other data repositories currently used by the Swiss researchers.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-ad0e879212142c1a05cf4bbcaef46dc2" aria-expanded="false" aria-controls="#collapse-ad0e879212142c1a05cf4bbcaef46dc2">13. Should I split the data to share it?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-ad0e879212142c1a05cf4bbcaef46dc2"> <div class="wp-block-epfl-toggle"> <p>This might depend on your strategy, on the technical constraints, or on the nature of the dataset itself (genomic sequence data, topographic imagery or molecular dynamics numerical simulations, for instance, can pose different issues).</p> <p>Some legal issues can be expected in some cases: need for ethics committee approval, or 3rd party data (with other institutions or industrial partners), or licensing problems. In these cases, you might consider using two repositories or two deposits on the same repository:</p> <ul> <li>a private one, containing data shareable under request</li> <li>a public one, containing data shareable with anyone</li> </ul> <p>The size limit policy of a data repository can also be a constraint. For instance, if you want to publish a large dataset (ex. let’s say &gt; 50 GB on Zenodo), you might want to split it up into smaller chunks (ex.: Zenodo has a 50 GB restriction). But if the dataset needs to stay together, then some options exist (ex. you can contact <a href="https://help.zenodo.org/">Zenodo’s support</a>).</p> <p>Moreover, not all datasets allow a splitting that makes sense, as data might be more valuable being together or because they need to accompany the same research paper.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-07021eae78ea06ec95ddce04db4a6ece" aria-expanded="false" aria-controls="#collapse-07021eae78ea06ec95ddce04db4a6ece">14. What file format shall I put in a repository?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-07021eae78ea06ec95ddce04db4a6ece"> <div class="wp-block-epfl-toggle"> <p>Whenever you deposit data in a data repository, it is assumed that you know who will be the public accessing your dataset.</p> <p>If depositing data underlying some published results, ie. an article, it would be good practice to deposit data in the format that maximizes the chances for reproducibility of your work.</p> <p>This might depend on the specific repository, on the field, and on the kind of data. In general, you might want to consider open vs. proprietary formats:</p> <ul> <li>If you already have worked using files or databases with open format, then you are good to go. The open format boosts interoperability of your work, ie. the possibility to access and modify it within different OSs and many software or coding solutions (eg. CSV instead of PPTX files for tables).</li> <li>If you have used files or databases with proprietary format, then you could convert your dataset from a proprietary format to an alternative, open one (eg. PPTX files to CSV ones). This is not always possible, nor it automatically implies that others can reproduce your results with the open files if the used software is proprietary. In this case, try to deposit the dataset in both the proprietary and the converted open formats and &#8211; if possible &#8211; write in a README some instructions on how to reproduce your work with a non-proprietary software.</li> </ul> <p>To know more about <a href="https://www.epfl.ch/campus/library/wp-content/uploads/2019/09/EPFL_Library_RDM_FastGuide_All.pdf#page=4"><em>File formats</em></a>, check out the relative FastGuide.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-cb7877271730dce26f4120563d8ccd4f" aria-expanded="false" aria-controls="#collapse-cb7877271730dce26f4120563d8ccd4f">15. Why should every data-set have a DOI (or unique identifier)?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-cb7877271730dce26f4120563d8ccd4f"> <div class="wp-block-epfl-toggle"> <p>A first practical aspect is to verify the uniqueness of a dataset, as a Digital Object Identifier (DOI) is a particular case of Persistent IDentifier (PID).</p> <p>Another reason would be to reduce the probability of <a href="https://en.wikipedia.org/wiki/Link_rot">link rot</a>: some data or code repositories (as for instance GitHub) do not provide a PID, but a simple URL, which might change depending on many factors. A DOI persistence is instead <a href="https://www.doi.org/doi_handbook/6_Policies.html#6.5">guaranteed</a>.</p> <p>A third reason to use a DOI for every publication is to allow for citation metrics, as many citation tools use the DOI to track articles as well as datasets. Last but not least, it is the very first condition for findability of the <a href="https://www.go-fair.org/fair-principles/">F.A.I.R.</a> dataset principles that “F1. (Meta)data are assigned a globally unique and persistent identifier”.</p> </div> </div> <button class="collapse-title collapse-title-desktop collapsed" type="button" data-toggle="collapse" data-target="#collapse-44533582cbf7a290b034a8f90e111372" aria-expanded="false" aria-controls="#collapse-44533582cbf7a290b034a8f90e111372">16. Data management: what’s the trade-off between efforts and benefits?</button><div class="collapse collapse-item collapse-item-desktop " id="collapse-44533582cbf7a290b034a8f90e111372"> <div class="wp-block-epfl-toggle"> <p>“One would think that the desire for high quality would motivate any researcher to implement good data management practices. That is not necessarily the case. Data Management also requires time and effort, which may compete with other research activities such as publishing. So at times there may be a trade-off between data management activities and other research activities. A researcher also needs the skills and tools to implement good data practices.” <a href="https://books.google.ch/books?id=VklADwAAQBAJ&amp;lpg=PA44&amp;ots=ETlvNYXrIW&amp;dq=Data%20management%3A%20what%E2%80%99s%20the%20trade-off%20between%20efforts%20and%20benefits%3F&amp;pg=PA44#v=onepage&amp;q=Data%20management:%20what%E2%80%99s%20the%20trade-off%20between%20efforts%20and%20benefits?&amp;f=false"><em>Research Data Management &#8211; A European Perspective</em></a> (by Filip Kruse, Jesper Boserup Thestrup)</p> <p>Here follows a list of some of the efforts and benefits to be estimated, both for the community and the single researchers:</p> <h4><strong>Efforts</strong>:</h4> <ul> <li>Time subtracted from research activities</li> <li>Maintenance of data management tools</li> <li>Respect for common rules along the research life-cycle</li> <li>Conversion of tools or formats in open alternatives</li> <li>Data curation with quality control</li> <li>Learn new management and technical skills</li> <li>Adapt to new software and tools</li> </ul> <h4><strong>Benefits</strong>:&nbsp;</h4> <ul> <li>Simplified collaborations</li> <li>Enhanced reuse of data for&nbsp; <ul> <li>the researchers at a later time</li> <li>new researchers entering a project</li> <li>other researchers</li> </ul> </li> <li>Reduced time to data curation before publication</li> <li>Avoid legal and monetary complaints, especially for collaborations</li> <li>Reduce the wasted storage and the impact on finances and environment</li> <li>Learn new management and technical skills</li> <li>Avoid being at the mercy of private companies for your own workflow</li> </ul> <p>Datasets and procedures already compliant with FAIR principles and funders requests</p> </div> </div> <div style="height:53px" aria-hidden="true" class="wp-block-spacer"></div> <h3>DC Community mission statement</h3> <p><a href="https://go.epfl.ch/DC-mission">go.epfl.ch/<strong>DC-mission</strong></a> (publicly <strong>visible</strong>, only <strong>DCs can modify</strong>)</p> <h3>Gdrive storage</h3> <p><a href="https://drive.google.com/drive/u/1/folders/0AF9eGy5w3_68Uk9PVA">go.epfl.ch/<strong>DCdrive</strong></a> (access for EPFL <strong>DCs only</strong>)</p> <h3>GitHub organization</h3> <p><a href="https://go.epfl.ch/DC_github">go.epfl.ch/DC_github</a>&nbsp;(publicly visible)</p> <h3>Interesting reads</h3> <ul style="list-style-type: square"> <li><strong><em>Creating a Community of Data Champions</em></strong><br><span class="highwire-citation-authors"><span class="highwire-citation-author first" data-delta="0"><span class="nlm-given-names">R.</span> <span class="nlm-surname">Higman</span></span>, <span class="highwire-citation-author" data-delta="1"><span class="nlm-given-names">M. </span><span class="nlm-surname">Teperek</span></span> &amp; <span class="highwire-citation-author" data-delta="2"><span class="nlm-given-names">D. </span><span class="nlm-surname">Kingsley, <i>International Journal of Digital Curation, </i>Vol 12 No 2 (2017)<i>,</i> <span class="author-hover">DOI: </span><a href="https://dx.doi.org/10.2218/ijdc.v12i2.562" target="_blank" rel="noopener noreferrer">10.2218/ijdc.v12i2.562</a></span></span></span></li> <li><strong><em>Establishing, Developing, and Sustaining a Community of Data Champions<br></em></strong><span class="author-hover">J. L. Savage</span> &amp; <span class="author-hover">L. Cadwallader, <em>Data Science Journal</em>, 18: 23, pp. 1–8. <span class="highwire-citation-authors"><span class="highwire-citation-author" data-delta="2"><span class="nlm-surname">(2019),</span></span></span> DOI: <a href="https://doi.org/10.5334/dsj-2019-023">10.5334/dsj-2019-023</a></span></li> <li><strong><em>How to build a community of Data Champions: Six Steps to Success<br></em></strong><span class="author-hover"><span class="ng-binding">C. Clare</span>, <em>Zenodo</em> <span class="highwire-citation-authors"><span class="highwire-citation-author" data-delta="2"><span class="nlm-surname">(2019),</span></span></span> DOI: </span><a href="https://doi.org/10.5281/zenodo.3383814">10.5281/zenodo.3383814</a></li> </ul> <style> /*==================== CSS ====================*/ #searchbar { background-color: #FF0000; padding: 15px 20px 15px 20px; border-radius: 5px!important; margin-bottom: 20px; display: flex; justify-content: space-around; align-items: center; } #searchbar label { position: absolute; top: 15px; width: 30px; height: 30px; color: white; margin: 0 auto; } /* Ajouter la loupe dans la barre de recherche */ #searchbar label:before { content: ""; position: absolute; left: 10px; top: 0; bottom: 0; width: 20px; /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;*/ background-image: url("data:image/svg+xml,%3Csvg id='searchbutton' width='100%25' height='100%25' viewbox='0 0 24 24' y='264' style='transform:scale(-1,1)' xmlns='http://www.w3.org/2000/svg' fit='' preserveaspectratio='xMidYMid meet' focusable='false'%3E%3Cpath d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'%3E%3C/path%3E%3C/svg%3E"); opacity: .7; } /* Contenu de la barre de recherche */ #searchbar input { padding-left: 3rem; height: 50px; } /*Supprime la marge du bas de la barre de recherche */ #searchbar form, .form-group{ margin-bottom: 0; width: 100%; } #searchbar select:hover { color: red; cursor: pointer; } #searchbar select option { color: black; } #searchbar select:option { transition: .2s; } /* Défini la largeur de la barre de recherche */ .searchbar_div { width: 100%; } select#tab { height: 50px!important; } .ico { top : 5px; width: 30px; height: 30px; fill: white; } .menuBEAST { padding-left: 0; padding-right: 1%; display: flex; align-items: center; justify-content: space-around; } .menuBEAST a { color: white; font-weight: 500; padding: 10px 15px; } .menuBEAST a:active { text-decoration-color: white; } .menuBEAST a:hover { text-decoration-color: white; } form, .form-group { margin-bottom: 0; } /* ===== DIFFERENTS MEDIA QUERIES ===== */ @media (max-width: 991px){ #searchbar { padding-bottom: 0; } #searchbar a { text-align: center; padding: 15px 5px; } } </style> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> function redirect_to_Beast(){ var query = $("#querytext").val(); var tab = "epfl"; //var tab = $("#tab").val(); // On ne tient plus compte du choix du profil de recherche var lang = "en"; switch(tab) { case "epfl": tab = "41SLSP_EPF_MyInst_and_CI"; search_scope = "MyInst_and_CI"; break; case "swisscovery": tab = "41SLSP_EPF_DN_CI"; search_scope = "DN_and_CI"; break; case "swisscovery plus": tab = "DN_and_CI_unfiltered"; search_scope = "DN_and_CI_unfiltered"; break; } var result = "https://epfl.swisscovery.slsp.ch/discovery/search?"+ "tab=" + tab + "&search_scope=" + search_scope + "&vid=41SLSP_EPF:prod&lang=" + lang + "&facet=rtype,exclude,reviews,lk"; if (query.length > 0){ result += "&query=any,contains," + encodeURIComponent(query); } window.open(result); }; </script> <div class="container rounded-sm mb-5" id="searchbar"> <form name="beast" method="get" action="javascript:redirect_to_Beast();"> <div class="form-group"> <div class="form-row"> <div class="col-12 col-lg-6"> <label></label> <input type="text" class="form-control mr-2" id="querytext" name="querytext" placeholder="Search in the BEAST catalog" /> </div> <div class="col-12 col-lg-6 menuBEAST"> <a href="https://go.epfl.ch/registration">Registration</a> <a href="https://go.epfl.ch/beast-account">My acccount</a> <a href="https://go.epfl.ch/new-acquisitions">New acquisitions</a> </div> <!-- <select class="custom-select col-md-3 d-none d-md-block" id="tab" name="tab"> <option selected value="epfl">EPFL</option> <option value="swisscovery">swisscovery</option> <option value="swisscovery plus">swisscovery plus</option> </select> <div class="ico col-md-1 col-2 text-left"> <a onclick="this.closest('form').submit();return false;" style="cursor:pointer"> <svg id="searchbutton" width="100%" height="100%" viewbox="0 0 24 24" y="264" style="transform:scale(-1,1)" xmlns="http://www.w3.org/2000/svg" fit="" preserveaspectratio="xMidYMid meet" focusable="false"> <path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z"></path> </svg> </a> </div> --> </div> </div> </form> </div> <script> if ($('.hero').length) { $('#searchbar').insertBefore('.hero'); } else { $('#searchbar').insertBefore('.entry-title') } </script> </div> <!-- .entry-content --> </article> <!-- #post-8057 --> </main><!-- #main --> </div> <!-- w-100 --> </div> <!-- nav-toggle-layout --> </div> <!-- main-container --> <div class="bg-gray-100 py-5 mt-5"> <div class="container"> <footer class="footer" role="contentinfo"> <div class="footer-group footer-sitemap"> <div class="footer-sitemap-col"> <button class="footer-title collapse-title collapsed" type="button" data-toggle="collapse" data-target="#collapse-footer-1" aria-expanded="false" aria-controls="collapse-footer-1"> <strong>About</strong> </button> <div class="collapse collapse-item" id="collapse-footer-1"> <ul class="footer-links"> <li> <a href="https://www.epfl.ch/about/overview/">Who we are</a> </li> <li> <a href="https://www.epfl.ch/about/campus/">Associated Campuses</a> </li> <li> <a href="https://www.epfl.ch/about/facts/">Facts</a> </li> <li> <a href="https://www.epfl.ch/about/presidency/">Presidency</a> </li> <li> <a href="https://www.epfl.ch/about/vice-presidencies/">Vice Presidencies</a> </li> <li> <a href="https://www.epfl.ch/about/working/">Working at EPFL</a> </li> <li> <a href="https://www.epfl.ch/about/recruiting/">Recruiting EPFL Talents</a> </li> <li> <a href="https://www.epfl.ch/about/news-and-media/">News & Media</a> </li> <li> <a href="https://www.epfl.ch/about/sustainability/">Sustainability</a> </li> <li> <a href="https://www.epfl.ch/about/equality/">Equality & Diversity</a> </li> <li> <a href="https://www.epfl.ch/about/respect/">Respect</a> </li> <li> <a href="https://www.epfl.ch/about/philanthropy/">Philanthropy</a> </li> <li> <a href="https://www.epflalumni.ch" target="_blank" rel="noopener">EPFL Alumni</a> </li> </ul> </div> </div> <div class="footer-sitemap-col"> <button class="footer-title collapse-title collapsed" type="button" data-toggle="collapse" data-target="#collapse-footer-2" aria-expanded="false" aria-controls="collapse-footer-2"> <strong>Education</strong> </button> <div class="collapse collapse-item" id="collapse-footer-2"> <ul class="footer-links"> <li> <a href="https://www.epfl.ch/education/bachelor/">Bachelor</a> </li> <li> <a href="https://www.epfl.ch/education/master/">Master</a> </li> <li> <a href="https://www.epfl.ch/education/phd/">Doctorate</a> </li> <li> <a href="https://www.epfl.ch/education/continuing-education/">Continuing Education</a> </li> <li> <a href="https://www.epfl.ch/education/international/en/">International</a> </li> <li> <a href="https://www.epfl.ch/education/teaching/">Teaching</a> </li> <li> <a href="https://www.epfl.ch/education/admission/">Admission</a> </li> <li> <a href="https://www.epfl.ch/education/studies/en/">Study Management</a> </li> <li> <a href="https://www.epfl.ch/education/educational-initiatives/">Educational Initiatives</a> </li> <li> <a href="https://www.epfl.ch/education/education-and-science-outreach/">Education & Science Outreach</a> </li> </ul> </div> </div> <div class="footer-sitemap-col"> <button class="footer-title collapse-title collapsed" type="button" data-toggle="collapse" data-target="#collapse-footer-3" aria-expanded="false" aria-controls="collapse-footer-3"> <strong>Research</strong> </button> <div class="collapse collapse-item" id="collapse-footer-3"> <ul class="footer-links"> <li> <a href="https://www.epfl.ch/research/domains/">Research Domains</a> </li> <li> <a href="https://www.epfl.ch/research/faculty-members/">Faculty Members</a> </li> <li> <a href="https://www.epfl.ch/research/awards/">Awards & Prizes</a> </li> <li> <a href="https://www.epfl.ch/research/collaborate/">Collaborate With Our Researchers</a> </li> <li> <a href="https://www.epfl.ch/research/facilities/">EPFL Research Facilities</a> </li> <li> <a href="https://www.epfl.ch/research/access-technology/">Access Our Technologies</a> </li> <li> <a href="https://www.epfl.ch/research/ethic-statement/">Research Ethics</a> </li> <li> <a href="https://www.epfl.ch/research/experimentation-research-with-animals/">Research With Animals</a> </li> <li> <a href="https://www.epfl.ch/research/meet-the-support-units-for-research/">Meet the Support Units For Research</a> </li> <li> <a href="https://www.epfl.ch/research/services/">Services to EPFL Laboratories</a> </li> <li> <a href="https://www.epfl.ch/research/open-science/">Open Science</a> </li> </ul> </div> </div> <div class="footer-sitemap-col"> <button class="footer-title collapse-title collapsed" type="button" data-toggle="collapse" data-target="#collapse-footer-4" aria-expanded="false" aria-controls="collapse-footer-4"> <strong>Innovation</strong> </button> <div class="collapse collapse-item" id="collapse-footer-4"> <ul class="footer-links"> <li> <a href="https://www.epfl.ch/innovation/domains/">Innovation Initiatives</a> </li> <li> <a href="https://www.epfl.ch/innovation/industry/">Industry Collaboration</a> </li> <li> <a href="https://www.epfl.ch/innovation/startup/">Startup Launchpad</a> </li> </ul> </div> </div> <div class="footer-sitemap-col"> <button class="footer-title collapse-title collapsed" type="button" data-toggle="collapse" data-target="#collapse-footer-5" aria-expanded="false" aria-controls="collapse-footer-5"> <strong>Campus</strong> </button> <div class="collapse collapse-item" id="collapse-footer-5"> <ul class="footer-links"> <li> <a href="https://www.epfl.ch/campus/services/en/">Services & Resources</a> </li> <li> <a href="https://www.epfl.ch/campus/library/">Library</a> </li> <li> <a href="https://www.epfl.ch/campus/restaurants-shops-hotels/">Restaurants, Shops & Hotels</a> </li> <li> <a href="https://www.epfl.ch/campus/security-safety/en/">Security, Prevention & Health</a> </li> <li> <a href="https://www.epfl.ch/campus/sports/en/">Sports</a> </li> <li> <a href="https://www.epfl.ch/campus/community/">Community & Support</a> </li> <li> <a href="https://www.epfl.ch/campus/spiritual-care/en/">Chaplaincy</a> </li> <li> <a href="https://www.epfl.ch/campus/events/">Events</a> </li> <li> <a href="https://www.epfl.ch/campus/art-culture/">Arts & Culture</a> </li> <li> <a href="https://www.epfl.ch/campus/associations/">Associations</a> </li> <li> <a href="https://www.epfl.ch/campus/visitors/">Visit EPFL</a> </li> <li> <a href="https://www.epfl.ch/campus/mobility/">Mobility & Travel</a> </li> </ul> </div> </div> </div> <div class="footer-group"> <div class="footer-faculties"> <button class="footer-title collapse-title collapsed" type="button" data-toggle="collapse" data-target="#collapse-fac" aria-expanded="false" aria-controls="collapse-fac"> Schools & Colleges </button> <div class="collapse collapse-item" id="collapse-fac"> <ul class="footer-links"> <li> <a href="https://www.epfl.ch/schools/enac/">School of Architecture, Civil & Environmental Engineering <strong>ENAC</strong></a> </li> <li> <a href="https://www.epfl.ch/schools/sb/">School of Basic Sciences <strong>SB</strong></a> </li> <li> <a href="https://sti.epfl.ch">School of Engineering <strong>STI</strong></a> </li> <li> <a href="https://www.epfl.ch/schools/ic/">School of Computer & Communication Sciences <strong>IC</strong></a> </li> <li> <a href="https://www.epfl.ch/schools/sv/">School of Life Sciences <strong>SV</strong></a> </li> <li> <a href="https://www.epfl.ch/schools/cdm/">College of Management of Technology <strong>CDM</strong></a> </li> <li> <a href="https://www.epfl.ch/schools/cdh/">College of Humanities <strong>CDH</strong></a> </li> </ul> </div> </div> </div> <div class="footer-group footer-buttons"> <p class="footer-title footer-title-no-underline">Practical</p> <a href="https://www.epfl.ch/campus/services/en/" class="btn btn-secondary btn-sm">Services & Resources</a> <a href="tel:+41216933000" class="btn btn-secondary btn-sm">Emergencies: +41 21 693 3000</a> <a href="https://www.epfl.ch/about/contact-en/" class="btn btn-secondary btn-sm">Contact</a> <a href="https://map.epfl.ch/?lang=en" class="btn btn-secondary btn-sm">Map</a> </div> <div class="footer-group footer-socials"> <p class="footer-title footer-title-no-underline">Follow EPFL on social media</p> <div class="footer-social"> <ul class="social-icon-list list-inline"> <li> <a href="https://www.facebook.com/epflcampus" class="social-icon social-icon-facebook social-icon-negative" target="_blank" rel="nofollow noopener"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-facebook"></use> </svg> <span class="sr-only">Follow us on Facebook</span> </a> </li> <li> <a href="https://instagram.com/epflcampus" class="social-icon social-icon-instagram social-icon-negative" target="_blank" rel="nofollow noopener"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-instagram"></use> </svg> <span class="sr-only">Follow us on Instagram</span> </a> </li> <li> <a href="https://www.linkedin.com/school/epfl/" class="social-icon social-icon-linkedin social-icon-negative" target="_blank" rel="nofollow noopener"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-linkedin"></use> </svg> <span class="sr-only">Follow us on LinkedIn</span> </a> </li> <li> <a href="https://x.com/epfl_en" class="social-icon social-icon-x social-icon-negative" target="_blank" rel="nofollow noopener"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-x"></use> </svg> <span class="sr-only">Follow us on X</span> </a> </li> <li> <a href="https://www.youtube.com/user/epflnews" class="social-icon social-icon-youtube social-icon-negative" target="_blank" rel="nofollow noopener"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-youtube"></use> </svg> <span class="sr-only">Follow us on Youtube</span> </a> </li> </ul> </div> </div> <div class="footer-legal"> <div class="footer-legal-links"> <a href="https://www.epfl.ch/about/overview/regulations-and-guidelines/disclaimer/">Accessibility</a> <a href="https://www.epfl.ch/about/overview/regulations-and-guidelines/disclaimer/">Disclaimer</a> <a href="https://go.epfl.ch/privacy-policy/">Privacy policy</a> </div> <div> <p>&copy; 2023 EPFL, all rights reserved</p> </div> </div> </footer> <button id="back-to-top" class="btn btn-primary btn-back-to-top"> <span class="sr-only">Back to top</span> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-chevron-top"></use> </svg> </button> </div> </div> </div><!-- #page --> <link rel='stylesheet' id='epfl-table-filter-style.css-css' href='https://www.epfl.ch/campus/library/wp-content/plugins/wp-gutenberg-epfl/frontend/epfl-table-filter/css/epfl-table-filter-style.css?ver=6.7.2' type='text/css' media='all' /> <style id='core-block-supports-inline-css' type='text/css'> /** * Core styles: block-supports */ </style> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/js/vendors.min.js?ver=1742478765" id="epfl-js-vendors-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/themes/wp-theme-2018/assets/js/elements.min.js?ver=1742478765" id="epfl-js-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/plugins/wp-gutenberg-epfl/frontend/lib/jquery-change-element-type.js?ver=6.7.2" id="jquery-change-element-type.js-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library1?ver=6.7.2" id="epfl-table-filter-list-min.js-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/plugins/wp-gutenberg-epfl/frontend/epfl-table-filter/js/table-filter.js?ver=6.7.2" id="epfl-table-filter.js-js"></script> <script type="text/javascript" src="https://www.epfl.ch/campus/library/wp-content/plugins/wp-gutenberg-epfl/frontend/epfl-toggle/js/epfl-toggle.js?ver=6.7.2" id="epfl-toggle.js-js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10