Automated Author Profile

Bories, Anne-Sophie

University of Basel
0000-0001-6551-1395

Current S-Index

0.9

Sum of Dataset Indices for all datasets

Average Dataset Index per Dataset

0.2

Average Dataset Index per dataset

Total Datasets

4

Total datasets for this author

Average FAIR Score

84.6%

Average FAIR Score per dataset

Total Citations

0

Total citations to the author's datasets

Total Mentions

0

Total mentions of the author's datasets

S-Index Interpretation

S-Index Over Time

Cumulative Citations Over Time

Cumulative Mentions Over Time

Datasets

queneaumetre

The queneaumetre database is an exhaustive dataset resulting from the specialist collection of versification data by Anne-Sophie Bories in the complete published versified works of the French poet Raymond Queneau. The queneaumetre is organised in 5 interconnected tables: collections, poems, verse lines, rhymes (incomplete) and "echoes of Morale Elementaire". The latter table specifically collects information about the dense network of rhymes, echoes and repetitions within the Morale Elémentaire I" collection.The queneaumetre was gathered by Bories during her PhD at Université Paris 3, and a book stemming from the same PhD has been published as Des Chiffres et des mètres. La versification de Raymond Queneau (Honoré Champion, 2020).https://www.honorechampion.com/fr/editions-honore-champion/11139-book-08535196-9782745351968.html#/8-support-duo_papier_pdf

Authors

  • Bories, Anne-Sophie
0 Citations0 Mentions88% FAIR0.5 Dataset Index
10.5281/zenodo.193715352026

queneaumetre

The queneaumetre database is an exhaustive dataset resulting from the specialist collection of versification data by Anne-Sophie Bories in the complete published versified works of the French poet Raymond Queneau. The queneaumetre is organised in 5 interconnected tables: collections, poems, verse lines, rhymes (incomplete) and "echoes of Morale Elementaire". The latter table specifically collects information about the dense network of rhymes, echoes and repetitions within the Morale Elémentaire I" collection.The queneaumetre was gathered by Bories during her PhD at Université Paris 3, and a book stemming from the same PhD has been published as Des Chiffres et des mètres. La versification de Raymond Queneau (Honoré Champion, 2020).https://www.honorechampion.com/fr/editions-honore-champion/11139-book-08535196-9782745351968.html#/8-support-duo_papier_pdf

Authors

  • Bories, Anne-Sophie
0 Citations0 Mentions88% FAIR0.5 Dataset Index
10.5281/zenodo.193715362026

RIRE corpus

The JIGS (Joke-like IncongruityGathering System) was developed as part of the SNSF-funded project “Le Rire des vers / Mining the comic verse”. It is used to tag JOLIS (Joke-Like Incongruity Segments)A JOLIS (joke-like incongruity segment) is a text segment where:Two possible meanings are present (S1/S2), andThe two meanings (scripts) are ovelapping in the same segment, andThe two scripts are incompatible.If all three criteria are met, the segment is a JOLI-SThe corpus featured in the “Le Rire des vers / Mining the comic verse” contains 8255 French poems that have been annotated for versification features by means of Richard Renault's Malherbe. Some of these poems have been obtained from the anamètre database, others have been gathered and prepared by us. Part of the poems has been annotated for joke-like incongruities and for tunes they are associated with (tune annotation is still preliminary).Corpus is stored in a single JSON file and simultaneously in XML files (one XML file per poem).XML structureThe structure of each XML files is as follows:

[title of the poem] [author of the poem] [title of the book the poem comes from] Le Rire des vers
[text of the segment]... ... ... ... ...
The attributes of the elements are:

id: id of the poemtune_name: name of the associated tune as stated in the text (optional)tune_name_standardized: standardized name of the tune (optional)tune_genre: genre of the tune (optional)tune_composer: composer of the tune (optional)for other attributes see https://crisco4.unicaen.fr/verlaine/index.php?navigation=descriptionid: id of the stanzatype: stanza type, e.g. quatrainrhyme: rhyme scheme, e.g. abbaid: id of the linetext: text of the linefor other attributes see https://crisco4.unicaen.fr/verlaine/index.php?navigation=descriptionid: id of the wordtext: text of the wordpos_stanford: part-of-speech tag assigned Stanford Taggerpos_treetagger: part-of-speech tag assigned by TreeTaggerlemma_treetagger: part-of-speech tag assigned by TreeTaggerid: id of the segmentfor other attributes see https://crisco4.unicaen.fr/verlaine/index.php?navigation=descriptionid: unique id of the jolifrom: id of word element where joli startsto: id of word element where joli endsso_actual_non: [Only one script is real/actualised], or [Only one script is literal (vs figurative)] so_normal_abnormal: [Only one script is normal]so_possible_impossible: [Only one script is possible]so_good_bad: [Only one script is positive or negative]so_life_death: [Script pitting life against death], or [Script pitting animated against inanimate]so_obscenity: [Sexual/satological reference]so_money: [Mention of money]so_high_low_stature: [Mention of high/low stature]so_human_non: [Only one script is human]s1_s2: open field: [Short description of script 1 and script 2]si: open field: [Brief description of the situation]ta: open field: short mention of the target (if any)la: open field: remarks about the languagela_argot: [use of slang]la_cacography: [use of misspellings]comment: optional commentannotator: id of the annotator/from: id of word element where jabline/punchline startsto: id of word element where jabline/punchline endscomment: optional commentJSON structureJSON file follows similar logic as the XMLs. It is (in Python terms) a list of dicts representing individual poems. Beside keys listed above under
attributes, each poem holds an “lg” key, which contains a list of dicts representing individual stanzas. Beside keys listed above under attributes, each stanza holds an “l” key, which contains a list of dicts representing individual lines…JOLIs are stored under the “jolis” key of individual poems.

Authors

  • Bories, Anne-Sophie ;
  • Nugues, Lara ;
  • Couturier, Nils ;
  • Plechac, Petr
0 Citations0 Mentions81% FAIR0.5 Dataset Index
10.5281/zenodo.147658882025

RIRE corpus

The JIGS (Joke-like IncongruityGathering System) was developed as part of the SNSF-funded project “Le Rire des vers / Mining the comic verse”. It is used to tag JOLIS (Joke-Like Incongruity Segments)A JOLIS (joke-like incongruity segment) is a text segment where:Two possible meanings are present (S1/S2), andThe two meanings (scripts) are ovelapping in the same segment, andThe two scripts are incompatible.If all three criteria are met, the segment is a JOLI-SThe corpus featured in the “Le Rire des vers / Mining the comic verse” contains 8255 French poems that have been annotated for versification features by means of Richard Renault's Malherbe. Some of these poems have been obtained from the anamètre database, others have been gathered and prepared by us. Part of the poems has been annotated for joke-like incongruities and for tunes they are associated with (tune annotation is still preliminary).Corpus is stored in a single JSON file and simultaneously in XML files (one XML file per poem).XML structureThe structure of each XML files is as follows:

[title of the poem] [author of the poem] [title of the book the poem comes from] Le Rire des vers
[text of the segment]... ... ... ... ...
The attributes of the elements are:

id: id of the poemtune_name: name of the associated tune as stated in the text (optional)tune_name_standardized: standardized name of the tune (optional)tune_genre: genre of the tune (optional)tune_composer: composer of the tune (optional)for other attributes see https://crisco4.unicaen.fr/verlaine/index.php?navigation=descriptionid: id of the stanzatype: stanza type, e.g. quatrainrhyme: rhyme scheme, e.g. abbaid: id of the linetext: text of the linefor other attributes see https://crisco4.unicaen.fr/verlaine/index.php?navigation=descriptionid: id of the wordtext: text of the wordpos_stanford: part-of-speech tag assigned Stanford Taggerpos_treetagger: part-of-speech tag assigned by TreeTaggerlemma_treetagger: part-of-speech tag assigned by TreeTaggerid: id of the segmentfor other attributes see https://crisco4.unicaen.fr/verlaine/index.php?navigation=descriptionid: unique id of the jolifrom: id of word element where joli startsto: id of word element where joli endsso_actual_non: [Only one script is real/actualised], or [Only one script is literal (vs figurative)] so_normal_abnormal: [Only one script is normal]so_possible_impossible: [Only one script is possible]so_good_bad: [Only one script is positive or negative]so_life_death: [Script pitting life against death], or [Script pitting animated against inanimate]so_obscenity: [Sexual/satological reference]so_money: [Mention of money]so_high_low_stature: [Mention of high/low stature]so_human_non: [Only one script is human]s1_s2: open field: [Short description of script 1 and script 2]si: open field: [Brief description of the situation]ta: open field: short mention of the target (if any)la: open field: remarks about the languagela_argot: [use of slang]la_cacography: [use of misspellings]comment: optional commentannotator: id of the annotator/from: id of word element where jabline/punchline startsto: id of word element where jabline/punchline endscomment: optional commentJSON structureJSON file follows similar logic as the XMLs. It is (in Python terms) a list of dicts representing individual poems. Beside keys listed above under
attributes, each poem holds an “lg” key, which contains a list of dicts representing individual stanzas. Beside keys listed above under attributes, each stanza holds an “l” key, which contains a list of dicts representing individual lines…JOLIs are stored under the “jolis” key of individual poems.

Authors

  • Bories, Anne-Sophie ;
  • Nugues, Lara ;
  • Couturier, Nils ;
  • Plechac, Petr
0 Citations0 Mentions81% FAIR0.5 Dataset Index
10.5281/zenodo.147658892025