Subject: CGAL users discussion list
List archive
- From: Guillaume Damiand <>
- To: "" <>, "" <>,
- Subject: [cgal-discuss] Two postdoc positions at the University of Lyon
- Date: Mon, 10 Apr 2017 12:39:19 -0400
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23:G00QhBAsscyTioX3sL/hUyQJP3N1i/DPJgcQr6AfoPdwSP37osqwAkXT6L1XgUPTWs2DsrQf2raQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDWwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOT4k/m/JicJ+gqxUrx29qBFkzI7YfJuYOeZicq7Tf94XQ3dKUMZLVyxGB4Oxd4oBD/cAPeZcq4nyvUYOrR6gCgKxCu3g0DpIhn7s0q08zusqDAbL3AM9H9IPtHTUqM/6NLoXUe+r1qXH0C/Mb/ZX2Tjn7ojHbwssofWNXbJqcMrR0lMjGB/DjlWKsozpJT2V1v4UvmWd8uFuW+Wvi2s9pAFwpDii3tsjio/ThoIO0FzE+z95zJ4pKt23UkF7ZcSoEJxKtyGVL4d2TcYiQ3pouCogy70Gv5C7fC8MxZ86xBDfc+SKf5WG7x/sTuqdPyp0iX1/dL6ihBu/8lKsxvDzW8S1yFpGsyRIn9bWunwTyhDe5dKLR/ph8ku71juC1gbe4fxeL08uj6rUMZshz6YwlpUNtUTDGTf7l1n3jK+NbEUk4e2o6/j/Yrn8u5+cMY50ih/nPqQqms2/BuI4PhUUU2iV4+SwzLzj/UvnT7VWlvA6j6fUvZ/AKcgFu6K0DBVZ3psg5hu8FTuqzdsVkHgfIFJAYh2HjozpO1/UIPD/CPeym1uskCpqx/DCOr3uGIjNLn3dn7v7YLly8UtcyAspwtBZ+p1ZEbUBIPPpWk/wr9zUFAM2Mwquw+b8Etl92JkeVXqVAqCFKKPSrUOI5uU3LuaQa48aojL9J+E46P7vln82hUIdfbKy3ZYMc3C5HvFmI12Dbnb2g9cBF30KvgskQ+Dwhl2CSyZZZ2yuUKIk+jE7FIWmAJ/fSYCqhbyBxCi7EYNRZmBDE1yDC3Hod4ODW/cRbiKdPtFunycfVbmhTo8hzQuhuBX7y7phNOrU+zcXuYjt1NhvtKXvkkR4/jN9C4GR0nqGUnpvtmIOXT4/mq5l6wQpwViK1e10gudTCMdIz/JPSAYzc5DGmagyQd/+QEfAcc2XYEugQ866Gzh3QMh7i4sBb1w4Gtq4kDje2SuxH6Uc0bKRUth8+aXZx3f8IMM4wnDA07QnhFQOQ81VNGTgiLQs2RLUAtvmjkSdk6+3cKlU8CfI9W6FwSLas1xZVAp5TKDIG3wWY0rfq9jR4kLYTqToArI9KU1P05jReeNxdtT1gAAeF7/YM9PEbjfplg==
---------------------------------------------------------------------
Two post-doc positions in Computational Geometry / Geometric
modeling
---------------------------------------------------------------------
(apologies for cross-posting)
Two postdoc positions are available at Université de Lyon (Lyon,
France) in the framework of H2020 NGTMod project funded by the
European union.
The goal of this project is to define the next generation
technologies for modeling the full complexity 3D objects. The need
to describe and handle complex geometrical objects is present in
many different domains of application such as medical imaging,
geology, material analysis, etc. In all these domains, we seek to
describe very complex objects, in order to obtain a description of
objects with a very high level of precision, and/or to describe
very large objects. We are interested in combinatorial
data-structures that describe subdivisions of the objects in cells
(vertices, edges, faces, volumes, ...) and the adjacency and
incidence relation between these cells.
In this framework, two different subjects will be addressed by the
two postdocs:
--------------------------------------------
1) Topological representation of virtual cities: the goal of this
project is to be able to represent and handle the full topological
description of a digital city, like for example the city of Lyon,
France (cf. VCity [1]). To do so, several solutions can be
studies: distributed models; tiled data-structures; multi-scale
representations... The goal here is to define data structures
allowing to load, visualize and navigate through the virtual
cities, but also specific (topological) operations allowing to
compute features and to modify the represented objects (buildings,
houses, streets...), while guarantying the topological validity of
the underlying space subdivision.
--------------------------------------------
2) 3D compact models: the goal here is to define compact
representations that still allow efficient modification
operations. The proposed solution must be able to represent big
volumic meshes mixing different type of irregular cells, like for
examples all the possible cells generated by GMsh [2] but also all
type of irregular cells. The compact representation must be able
to support efficient and local modification operations with
efficient complexities, must support navigation thanks to
neighborhood operators and must allow rapid and progressive
visualization.
---------------
Job description
---------------
We are looking for candidates interested in computational geometry
and/or geometric modeling. A PhD in computational geometry,
computer graphics or computer sciences is requested, with
experience in data-structures and algorithms. The positions have
no teaching duty.
A strong experience in C++ programming is required. A knowledge of
CGAL library [3] being particularly appreciated. Indeed,
developments made in this project will be based on this library
and more particularly on the two packages of combinatorial maps
and linear cell complexes [4,5], and will be integrated in the
MEPP platform [6].
The terms and conditions of employment are in accordance with the
policy of the Université of Lyon, with a net salary 2050 euros per
month. Each position is a 1 year position. The successful
candidates will be members of LIRIS laboratory
http://liris.cnrs.fr/
in Lyon.
------------
Applications
------------
The two positions are available from September 2017. All
applications should include a detailed CV containing a list of
publications, a motivation letter, and contact details of at least
two references (all documents in PDF only).
Please submit your queries/application before May 15, via email at
-----
Links
-----
[1] VCity: http://liris.cnrs.fr/~vcity
[2] GMsh: http://gmsh.info/
[3] CGAL: http://www.cgal.org/
[4] CGAL Combinatorial maps:
http://www.cgal.org/Pkg/CombinatorialMaps
[5] CGAL Linear cell complexes:
http://www.cgal.org/Pkg/LinearCellComplex
[6] Mepp - 3D MEsh Processing Platform:
https://liris.cnrs.fr/mepp/
-- =================================================================== Guillaume DAMIAND CNRS - LIRIS UMR 5205 Université Claude Bernard Bâtiment Nautibus (710) 43 Boulevard du 11 Novembre 1918 69622 Villeurbanne Cedex (France) ------------------------------------------------------------------- Tél: +33 (0)4.72.43.14.34 Fax: +33 (0)4.72.43.15.36 Mail: Web: http://liris.cnrs.fr/guillaume.damiand/ ===================================================================
Attachment:
smime.p7s
Description: Signature cryptographique S/MIME
- [cgal-discuss] Two postdoc positions at the University of Lyon, Guillaume Damiand, 04/10/2017
Archive powered by MHonArc 2.6.18.