Getting data and metadata from sciencesconf#

When using sciencesconf to manage paper submitted to a conference, one has access to an administration console (see figure @sciencesconf1 below) on the conference website allowing one to export submitted papers and metadata. Via this export functionality, one can get all necessary pieces of information for taln2x to compile proceedings.

Concretely, a few actions are required :

0. Create a new taln2x project for your event.

1. Log into your event website on sciencesconf

2. Go to Gestion éditoriale / Dépôts to access submissions, these can be exported by clicking on the export button at the bottom of the page (highlighted in green in figure @sciencesconf2 below)

Please note that, in order for taln2x to properly extract tracks, it is mandatory that tracks were correctly defined in sciencesconf as document types before reviewing takes place ! On figure @sciencesconf3 below, one can see sciencesconf's interface for defining document types. Document types should not contain any special character nor diacritic.

3. Once you clicked on the export button, you can define the export options (see figure @sciencesconf4 below). Please make sure to select "Tous les dépôts" (so that you do not have to filter submissions during the previous step), to include metadata and files, and to use tabulation as a separator in the csv file containing papers' metadata.

You will get a file named export.zip which you can save at the root of your project's sources.

4. Finally, by setting the required options (in/out format) in config.toml and invoking taln2x build you can compile the full proceedings.

illustration of sciencesconf interface (home)
@sciencesconf1
illustration of sciencesconf interface (submissions)
@sciencesconf2
illustration of sciencesconf interface (document types)
@sciencesconf3
illustration of sciencesconf interface (export)
@sciencesconf4


Documentation built with MkDocs and Terminal for Mkdocs.