forked from HugoBlox/theme-research-group
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
24 changed files
with
322 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
# Display name | ||
title: Francesca Demitry | ||
|
||
# delete the following three lines if you want that your page appears: | ||
#_build: | ||
# render: always | ||
# list: never | ||
|
||
|
||
# Is this the primary user of the site? | ||
superuser: false | ||
|
||
# Role/position | ||
role: Administration | ||
|
||
# Organizations/Affiliations | ||
organizations: | ||
- name: ISTI-CNR | ||
url: '' | ||
|
||
# Short bio (displayed in user profile at end of posts) | ||
bio: Architectural Geometry | ||
|
||
interests: | ||
- Architectural geometry | ||
- Structural engineering | ||
- Computational design | ||
- Structural optimization | ||
- Digital fabrication | ||
|
||
|
||
education: | ||
courses: | ||
- course: PhD in Structural Engineering cum Laude (Tecnica delle Costruzioni ICAR/09) | ||
institution: University of Pisa | ||
year: 2019 | ||
- course: Master Degree in Civil Engineering cum Laude | ||
institution: University of Pisa | ||
year: 2014 | ||
|
||
|
||
# Social/Academic Networking | ||
# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons | ||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the | ||
# form "mailto:[email protected]" or "#contact" for contact widget. | ||
social: | ||
- icon: envelope | ||
icon_pack: fas | ||
link: 'mailto:[email protected]' | ||
- icon: google-scholar | ||
icon_pack: ai | ||
link: https://scholar.google.it/citations?user=fU06Wc0AAAAJ&hl=en | ||
- icon: orcid | ||
icon_pack: fab | ||
link: https://orcid.org/0000-0002-3787-7215 | ||
- icon: github | ||
icon_pack: fab | ||
link: https://github.com/flaccone | ||
- icon: twitter | ||
icon_pack: fab | ||
link: https://twitter.com/f_laccone | ||
# Link to a PDF of your resume/CV from the About widget. | ||
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. | ||
# - icon: cv | ||
# icon_pack: ai | ||
# link: files/cv.pdf | ||
|
||
# Enter email to display Gravatar (if Gravatar enabled in Config) | ||
email: '' | ||
|
||
# Highlight the author in author lists? (true/false) | ||
highlight_name: false | ||
|
||
# Organizational groups that you belong to (for People widget) | ||
# Set this to `[]` or comment out if you are not using People widget. | ||
user_groups: | ||
- Administration | ||
--- | ||
|
||
I am fixed-term Researcher at the ISTI - CNR in Pisa. My research focuses on Architectural Geometry, which is an interdisciplinary topic that aims to design, model, optimize, and manufacture complex free-form architectures through the tight collaboration and the synergy of several disciplines, such as differential geometry, algorithmic mathematics, computer graphics, engineering and industrial practice. I am also Adjunct Professor at the University of Pisa. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
@Book\{PCDS18, | ||
author = "Potenziani, Marco and Callieri, Marco and Dellepiane, Matteo and Scopigno, Roberto", | ||
title = "Publishing and Consuming 3D Content on the Web, A Survey", | ||
volume = "10 (4)", | ||
year = "2018", | ||
publisher = "Foundations and Trends® in Computer Graphics and Vision", | ||
url = "http://vcg.isti.cnr.it/Publications/2018/PCDS18" | ||
} | ||
@Article\{PCDS18, | ||
author = {Potenziani, Marco and Callieri, Marco and Dellepiane, Matteo and Scopigno, Roberto}, | ||
title = {Publishing and Consuming 3D Content on the Web: A Survey}, | ||
journal = {Foundations and Trends® in Computer Graphics and Vision}, | ||
number = {4}, | ||
volume = {10}, | ||
pages = {244-333}, | ||
year = {2018}, | ||
doi = {10.1561/0600000083}, | ||
issn = {1572-2740}, | ||
url = {http://vcgdata.isti.cnr.it/Publications/2018/PCDS18} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
--- | ||
title: 'Publishing and Consuming 3D Content on the Web, A Survey' | ||
authors: | ||
- Marco Potenziani | ||
- Marco Callieri | ||
- marco-potenziani | ||
- marco-callieri | ||
- Matteo Dellepiane | ||
- Roberto Scopigno | ||
date: '2018-01-01T00:00:00Z' | ||
publication_types: ['1'] | ||
publication: '**' | ||
featured: false | ||
date: '2018-12-01' | ||
publication_types: ['2'] | ||
publication: '*Publishing and Consuming 3D Content on the Web, A Survey*' | ||
doi: 'https://doi.org/10.1561/0600000083' | ||
|
||
abstract: 'Three-dimensional content is becoming an important component of the World Wide Web environment. From the advent of WebGL to the present, a wide number of solutions have been developed (including libraries, middleware, and applications), encouraging the establishment of 3D data as online media of practical use. The fast development of 3D technologies and related web-based resources makes it difficult to identify and properly understand the current trends and open issues. Starting from these premises, this survey analyzes the state of the art of 3D web publishing, reviews the possibilities provided by the major current approaches, proposes a categorization of the features supported by existing solutions, and cross-maps these with the requirements of a few main application domains. The results of this analysis should help in defining the technical characteristics needed to build efficient and effective 3D data presentation, taking into account the application contexts.' | ||
|
||
tags: | ||
- Digital Heritage | ||
featured: false | ||
|
||
url_pdf: https://vcgdata.isti.cnr.it/Publications/2018/PCDS18/F&T2018 (Plain) - Publishing and Consuming 3D Content on the Web, A Survey.pdf | ||
|
||
image: | ||
# caption: 'Image' | ||
focal_point: '' | ||
preview_only: false | ||
share: false | ||
url_pdf: https://vcgdata.isti.cnr.it/Publications/2018/PCDS18/F&T2018 (Plain) - Publishing and Consuming 3D Content on the Web, A Survey.pdf | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
@InProceedings\{PCS18a, | ||
author = "Potenziani, Marco and Callieri, Marco and Scopigno, Roberto", | ||
title = "Developing and Maintaining a Web 3D Viewer for the CH Community: an Evaluation of the 3DHOP Framework", | ||
booktitle = "16th Eurographics Workshop on Graphics and Cultural Heritage (2018)", | ||
pages = "169-178", | ||
year = "2018", | ||
editor = "R. Sablatnig and M. Wimmer (Editors)", | ||
publisher = "Eurographics", | ||
organization = "Eurographics", | ||
keywords = "web, 3D, browsers, authoring systems", | ||
url = "http://vcg.isti.cnr.it/Publications/2018/PCS18a" | ||
author = {Potenziani, Marco and Callieri, Marco and Scopigno, Roberto}, | ||
title = {Developing and Maintaining a Web 3D Viewer for the CH Community: an Evaluation of the 3DHOP Framework}, | ||
booktitle = {16th Eurographics Workshop on Graphics and Cultural Heritage}, | ||
pages = {169-178}, | ||
year = {2018}, | ||
editor = {Sablatnig, Robert and Wimmer, Michael}, | ||
publisher = {The Eurographics Association}, | ||
issn = {2312-6124}, | ||
isbn = {978-3-03868-057-4}, | ||
doi = {10.2312/gch.20181356}, | ||
url = {http://vcgdata.isti.cnr.it/Publications/2018/PCS18a} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
--- | ||
title: 'Developing and Maintaining a Web 3D Viewer for the CH Community: an Evaluation of the 3DHOP Framework' | ||
authors: | ||
- Marco Potenziani | ||
- Marco Callieri | ||
- marco-potenziani | ||
- marco-callieri | ||
- Roberto Scopigno | ||
date: '2018-01-01T00:00:00Z' | ||
date: '2018-11-01' | ||
publication_types: ['1'] | ||
publication: '*16th Eurographics Workshop on Graphics and Cultural Heritage (2018)*' | ||
featured: false | ||
publication: '*16th Eurographics Workshop on Graphics and Cultural Heritage*' | ||
doi: 'https://doi.org/10.2312/gch.20181356' | ||
|
||
abstract: '3DHOP (3D Heritage On-line Presenter) has been released 4 years ago, as an open-source framework for the creation of interactive visualization of 3D content on the web, aimed at the CH field. Transforming a research tool into a software "product" usable by the heterogeneous CH community is not a simple task and requires a significant amount of resources plus a specific design. This work presents the evolution of the 3DHOP system, and the complex relationship with its community of users, made of content creators, CH experts and general public. We will discuss the new features introduced, as well as the design and implementation strategy employed to maintain the software and make it usable by developers. We will evaluate the effectiveness of the platform by illustrating some of the applications built with 3DHOP either internally or by external users, as well as by presenting the results of a survey aimed at gathering the opinions and suggestions of the user community.' | ||
|
||
tags: | ||
- Digital Heritage | ||
featured: true | ||
|
||
image: | ||
# caption: 'Image' | ||
focal_point: '' | ||
preview_only: false | ||
share: false | ||
|
||
url_pdf: https://vcgdata.isti.cnr.it/Publications/2018/PCS18a/169-178.pdf | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
@InProceedings\{SPPS18, | ||
author = "Siotto, Eliana and Palma, Gianpaolo and Potenziani, Marco and Scopigno, Roberto", | ||
title = "A Web-based system for data integration and visualization of the ancient colour ", | ||
booktitle = "Proceedings of the 7th Round Table on Polychromy in Ancient Sculpture and Architecture", | ||
series = "Proceedings of the 7th Round Table - Florence, 4th-7th November 2015", | ||
pages = "200-207 ", | ||
year = "2018", | ||
publisher = "SILLABE", | ||
url = "http://vcg.isti.cnr.it/Publications/2018/SPPS18" | ||
author = {Siotto, Eliana and Palma, Gianpaolo and Potenziani, Marco and Scopigno, Roberto}, | ||
title = {A Web-based system for data integration and visualization of the ancient colour}, | ||
booktitle = {Polychromy in Ancient Sculpture and Architecture}, | ||
year = {2018}, | ||
editor = {Bracci, Susanna and Giachi, Gianna and Liverani, Paolo and Pallecchi, Pasquino and Paolucci, Fabrizio}, | ||
pages = {200-207}, | ||
publisher = {Sillabe}, | ||
isbn = {978-88-8347-997-7}, | ||
note = {link: https://www.sillabe.it/en/monographs/711-polychromy-in-ancient-sculpture-and-architecture-9788883479977.html} | ||
url = {http://vcgdata.isti.cnr.it/Publications/2018/SPPS18} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
@InBook\{CDLPPPS19, | ||
author = "Callieri, Marco and Dellepiane, Matteo and Lureau, Aurelia and Pavoni, Gaia and Pingi, Paolo and Potenziani, Marco and Scopigno, Roberto", | ||
title = "Rilievo 3D di Alchimia, ed uso dei modelli 3D per studio e divulgazione", | ||
series = "Alchimia di Jackson Pollock Viaggio all interno della materia", | ||
pages = "145-154", | ||
year = "2019", | ||
publisher = "Edifir, Edizioni Firenze s.r.l., Firenze", | ||
note = "ISBN 978-88-7970-806-7", | ||
url = "http://vcg.isti.cnr.it/Publications/2019/CDLPPPS19" | ||
} | ||
@InCollection\{CDLPPPS19, | ||
author = {Callieri, Marco and Dellepiane, Matteo and Lureau, Aurelia and Pavoni, Gaia and Pingi, Paolo and Potenziani, Marco and Scopigno, Roberto}, | ||
title = {Rilievo 3D di Alchimia, ed uso dei modelli 3D per studio e divulgazione}, | ||
booktitle = {Alchimia di Jackson Pollock Viaggio all interno della materia}, | ||
year = {2019}, | ||
editor = {Pensabene Buemi, Luciano and Bettini, Francesca and Bellucci, Roberto}, | ||
volume = {52}, | ||
series = {Problemi di conservazione e restauro}, | ||
pages = {145-154}, | ||
publisher = {Edifir, Edizioni Firenze s.r.l., Firenze}, | ||
isbn = {978-88-7970-806-7}, | ||
note = {link: https://edifir.it/prodotto/alchimia-di-jackson-pollock/}, | ||
url = {http://vcgdata.isti.cnr.it/Publications/2019/CDLPPPS19} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
--- | ||
title: 'Rilievo 3D di Alchimia, ed uso dei modelli 3D per studio e divulgazione' | ||
authors: | ||
- Marco Potenziani | ||
- Paolo Pingi | ||
- marco-potenziani | ||
- paolo-pingi | ||
- Gaia Pavoni | ||
- Aurelia Lureau | ||
- Matteo Dellepiane | ||
- Marco Callieri | ||
- marco-callieri | ||
- Roberto Scopigno | ||
date: '2019-01-01T00:00:00Z' | ||
publication_types: ['1'] | ||
publication: '**' | ||
|
||
date: '2019-06-01' | ||
publication_types: ['6'] | ||
publication: '*Rilievo 3D di Alchimia, ed uso dei modelli 3D per studio e divulgazione*' | ||
|
||
tags: | ||
- Digital Heritage | ||
featured: false | ||
|
||
links: | ||
- name: Link | ||
url: https://edifir.it/prodotto/alchimia-di-jackson-pollock/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.