diff --git a/Tests-Data/BIBLIO_CSL-Tests.json b/Tests-Data/BIBLIO_CSL-Tests.json index ca4e58e..5c11ba2 100644 --- a/Tests-Data/BIBLIO_CSL-Tests.json +++ b/Tests-Data/BIBLIO_CSL-Tests.json @@ -1904,7 +1904,7 @@ } }, { - "id": "directionOuvrageCollectif2000a", + "id": "OuvrageCollectifa", "type": "book", "event-place": "Lieu de publication", "note": "id: OuvrageCollectif", @@ -1924,5 +1924,59 @@ ] ] } + }, + { + "id": "ChapitreDOI", + "type": "chapter", + "container-title": "Titre du livre", + "event-place": "Lieu de publication", + "note": "id: ChapitreDOI\nDOI: 10.0000/placeholder.suffix", + "page": "222-333", + "publisher": "Maison d'édition", + "publisher-place": "Lieu de publication", + "title": "Chapitre d'ouvrage avec DOI", + "title-short": "Titre abrégé", + "author": [ + { + "family": "Auteur", + "given": "Nom" + } + ], + "editor": [ + { + "family": "Direction", + "given": "Nom" + } + ], + "issued": { + "date-parts": [ + [ + "2000" + ] + ] + } + }, + { + "id": "ArticleDOICopie", + "type": "article-journal", + "container-title": "Titre de la revue", + "DOI": "10.0000/placeholder.suffix", + "note": "id: ArticleDOICopie", + "page": "33-35", + "title": "Article avec DOI (copie)", + "volume": "4", + "author": [ + { + "family": "Auteur", + "given": "Nom" + } + ], + "issued": { + "date-parts": [ + [ + "1990" + ] + ] + } } ] \ No newline at end of file diff --git a/Tests-Data/CSL-Tests.md b/Tests-Data/CSL-Tests.md index 2d96931..71850e6 100644 --- a/Tests-Data/CSL-Tests.md +++ b/Tests-Data/CSL-Tests.md @@ -141,6 +141,8 @@ Première citation 68 (\@FasciculeCollection)[@FasciculeCollection] Première citation 69 (\@OuvrageCollectif)[@OuvrageCollectif] +Première citation 70 (\@ChapitreDOI)[@ChapitreDOI] + Deuxième citation 1 (\@LivreTraduit)[@LivreTraduit] Deuxième citation 2 (\@LivreAvecCollection)[@LivreAvecCollection] @@ -279,6 +281,8 @@ Deuxième citation 68 (\@FasciculeCollection)[@FasciculeCollection] Deuxième citation 69 (\@OuvrageCollectif)[@OuvrageCollectif] +Deuxième citation 70 (\@ChapitreDOI)[@ChapitreDOI] + Un livre[@LivreTraduit, livre 3] Plusieurs livre[@LivreTraduit, livre 3-5] @@ -354,3 +358,5 @@ Une source dont on indique la section où se trouve la citation[@SourceLivreSimp Même chose en _ibidem_[@SourceLivreSimple, {section VI, 5, 3}, p. 56] Citation multiple[@LivreTraduit; @LivreAvecCollection] + +Article avec DOI cité avec référence à une page précise[@ArticleDOICopie, p. 34]