Skip to content

Instantly share code, notes, and snippets.

@defeo
Last active September 2, 2015 00:47
Show Gist options
  • Save defeo/e0de5e5d1504c198826f to your computer and use it in GitHub Desktop.
Save defeo/e0de5e5d1504c198826f to your computer and use it in GitHub Desktop.
UVSQ presentation at ODK kickoff meeting
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#f12614",
"marker-size": "large",
"marker-symbol": "",
"name": "UVSQ"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1481704711914062,
48.811639852413016
]
}
},
{
"type": "Feature",
"properties": {
"name": "You are here"
},
"geometry": {
"type": "Point",
"coordinates": [
2.1698427200317383,
48.700099297021424
]
}
}
]
}

class: middle, center

Université de Versailles – Saint-Quentin-en-Yvelines

UVSQ

by Luca De Feo

Sep 2, 2015. OpenDreamKit kickoff meeting.

view as a slideshow


UVSQ by numbers

Source: http://www.uvsq.fr/l-uvsq-en-bref-234120.kjsp?RH=1188487374505&RF=1412332265807

  • Est. 1991;
  • 20.000 students;
  • 32 research labs;
  • 708 PhD students;
  • Teaching/research staff: 1.110 people;
  • Administrative staff: 744 people;
  • A foundation to try and get some private money <www.fondation.uvsq.fr>;
  • 11.700 fans on Facebook;
  • 5.200 followers on Twitter.

Part of the Paris Saclay University (with UPSud).


Who are we?

Luca De Feo, Nicolas Gama.

  • Members of the CRYPTO team.
  • Affiliated to the CS departement, moving to the Maths departement in a few months.
  • Expertise: crypto, number theory, computer algebra, web security, web technologies, ...
  • OSS experience:
    • Nicolas maintains NewNTL, a fork of NTL that is being merged back in;
    • I maintain FAAST, a library for finite fields;
    • I am a voracious user and modest contributor to SageMath;
    • Also checkout my GitHub.

Our involvement

  • Our main involvement is in WP3 - Component Architecture, which we lead.
  • Also participating in selected tasks in other WPs.
  • Close collaboration with UPSud node: regular meetings, sharing HR.

Keywords: Interfaces, Modularization, Packaging & distribution, Reproducibility, Open research, Cloud, Teaching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment