Amélioration de l'articulation entre URL et date de consultation et priorité de DOI sur URL, désormais exclusifs l'un de l'autre
This commit is contained in:
parent
1a6c039eb3
commit
65a18865b4
60
REB/REB.csl
60
REB/REB.csl
|
@ -191,13 +191,20 @@ interview ; Interview
|
|||
</macro>
|
||||
|
||||
<macro name="digitalReference">
|
||||
<group delimiter=" ">
|
||||
<group delimiter=", ">
|
||||
<text macro="digitalDOI"/>
|
||||
<text macro="digitalLink"/>
|
||||
</group>
|
||||
<text macro="digitalAccessed"/>
|
||||
</group>
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="any">
|
||||
<group delimiter=" ">
|
||||
<text macro="digitalLocation"/>
|
||||
<text macro="digitalAccessed"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<group delimiter=", ">
|
||||
<text macro="digitalLocation"/>
|
||||
<text macro="digitalAccessed"/>
|
||||
</group>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="sourceAuthor">
|
||||
|
@ -558,20 +565,6 @@ interview ; Interview
|
|||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="digitalLink">
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=" : ">
|
||||
<text term="online"/>
|
||||
<text variable="URL"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="URL"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="digitalAccessed">
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
|
@ -588,11 +581,36 @@ interview ; Interview
|
|||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="digitalLocation">
|
||||
<choose>
|
||||
<if variable="DOI">
|
||||
<text macro="digitalDOI"/>
|
||||
</if>
|
||||
<else>
|
||||
<text macro="digitalLink"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="digitalDOI">
|
||||
<text variable="DOI" prefix="DOI : "/>
|
||||
</macro>
|
||||
|
||||
<macro name="digitalLink">
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=" : ">
|
||||
<text term="online"/>
|
||||
<text variable="URL"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="URL"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="shortTitle">
|
||||
<choose>
|
||||
<if variable="title-short">
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
[
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/TUM9WBSW",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreTraduit\noriginal-publisher: de l'anglais\noriginal-title: Translated Book",
|
||||
"id": "LivreTraduit",
|
||||
"original-publisher": "de l'anglais",
|
||||
"original-title": "Translated Book",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Livre traduit",
|
||||
|
@ -29,12 +30,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/4LY6E7FJ",
|
||||
"type": "book",
|
||||
"collection-number": "3",
|
||||
"collection-title": "Nom de la collection",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreAvecCollection",
|
||||
"id": "LivreAvecCollection",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Livre dans une collection",
|
||||
|
@ -54,13 +54,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/NU4XC9H9",
|
||||
"type": "chapter",
|
||||
"collection-number": "3",
|
||||
"collection-title": "Nom de la collection",
|
||||
"container-title": "Titre du livre avec collection",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ChapitreAvecCollection",
|
||||
"id": "ChapitreAvecCollection",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -87,11 +86,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/KGR7DZL5",
|
||||
"type": "chapter",
|
||||
"container-title": "Titre du livre",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ChapitreSimple",
|
||||
"id": "ChapitreSimple",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -118,10 +116,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/J9BIMMQ5",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreSimple",
|
||||
"id": "LivreSimple",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Livre",
|
||||
|
@ -141,10 +138,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/VDEE7MBM",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: VolumeDansMultivolume\ncontainer-title: Titre du multivolume",
|
||||
"id": "VolumeDansMultivolume",
|
||||
"container-title": "Titre du multivolume",
|
||||
"number-of-volumes": "4",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -166,12 +163,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/USFUBBEE",
|
||||
"type": "paper-conference",
|
||||
"container-title": "Titre des actes",
|
||||
"event": ". Intitulé du colloque tenu tel jour à tel endroit",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ArticleColloqueSimple",
|
||||
"id": "ArticleColloqueSimple",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -198,11 +194,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/URMXGG7V",
|
||||
"type": "chapter",
|
||||
"container-title": "Titre du livre",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ChapitreMultiEditeur",
|
||||
"id": "ChapitreMultiEditeur",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -237,10 +232,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/MS2FHUXD",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreMultiAuteur",
|
||||
"id": "LivreMultiAuteur",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Livre écrit par plusieurs auteurs",
|
||||
|
@ -268,10 +262,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/2S9V48A8",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: NomsSpeciaux",
|
||||
"id": "NomsSpeciaux",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Noms spéciaux",
|
||||
|
@ -309,11 +302,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/2A994F94",
|
||||
"type": "book",
|
||||
"edition": "3",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreTroisiemeEd",
|
||||
"id": "LivreTroisiemeEd",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Livre dans sa troisième édition",
|
||||
|
@ -333,10 +325,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/3EPH3E7M",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreMultivolume\nissued: 2000/2005",
|
||||
"id": "LivreMultivolume",
|
||||
"issued": {
|
||||
"date-parts": [ [ 2000 ], [ 2005 ] ]
|
||||
},
|
||||
"number-of-volumes": "3",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -350,11 +344,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/5DHNX9QU",
|
||||
"type": "book",
|
||||
"abstract": "Nom de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceLivreSimple",
|
||||
"id": "SourceLivreSimple",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source éditée dans un livre",
|
||||
|
@ -379,11 +372,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/SWAYKL8Y",
|
||||
"type": "book",
|
||||
"abstract": "Nom de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceEditeurTraducteur",
|
||||
"id": "SourceEditeurTraducteur",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source éditée et traduite par la même personne",
|
||||
|
@ -414,10 +406,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/DYPPE7QA",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: AbbrevAmbigues1",
|
||||
"id": "AbbrevAmbigues1",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Abréviations ambigües 1",
|
||||
|
@ -437,10 +428,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/Q4R437ZV",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: AbrevAmbigues2",
|
||||
"id": "AbrevAmbigues2",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Abréviations ambigües 2",
|
||||
|
@ -460,12 +450,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/U5AFB9VL",
|
||||
"type": "chapter",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Titre du livre",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceDansChapitre",
|
||||
"id": "SourceDansChapitre",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -504,10 +493,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/CBVGDE9V",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: LivreCollaborateur",
|
||||
"id": "LivreCollaborateur",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Livre écrit avec un collaborateur",
|
||||
|
@ -533,10 +521,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/W8WUF8UT",
|
||||
"type": "article-journal",
|
||||
"container-title": "Titre de la revue",
|
||||
"note": "id: ArticleSimpleVol",
|
||||
"id": "ArticleSimpleVol",
|
||||
"page": "222-344",
|
||||
"title": "Article dans une revue avec volume seul",
|
||||
"title-short": "Titre abrégé",
|
||||
|
@ -556,12 +543,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/3F88VC2F",
|
||||
"type": "article-journal",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Titre de la revue",
|
||||
"issue": "4",
|
||||
"note": "id: SourceDansArticle",
|
||||
"id": "SourceDansArticle",
|
||||
"page": "222-344",
|
||||
"title": "Source publiée dans un article de revue",
|
||||
"title-short": "Titre abrégé",
|
||||
|
@ -586,11 +572,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/BXJZC8HK",
|
||||
"type": "book",
|
||||
"abstract": "Nom de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceDiffEditeurTraducteur",
|
||||
"id": "SourceDiffEditeurTraducteur",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source éditée et traduite par des personnes différentes",
|
||||
|
@ -621,12 +606,17 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/YA77ZH4P",
|
||||
"type": "thesis",
|
||||
"abstract": "Titre de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"genre": "Type de mémoire",
|
||||
"note": "editor: Éditeurtraducteur || Nom\ntranslator: Éditeurtraducteur || Nom\nid: SourceDansMemoire",
|
||||
"id": "SourceDansMemoire",
|
||||
"editor": [
|
||||
{ "family": "Éditeurtraducteur", "given": "Nom" }
|
||||
],
|
||||
"translator": [
|
||||
{ "family": "Éditeurtraducteur", "given": "Nom" }
|
||||
],
|
||||
"publisher": "Université de rattachement",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Titre de la source",
|
||||
|
@ -645,11 +635,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/K9WUF45S",
|
||||
"type": "book",
|
||||
"abstract": "Nom de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceAvecID\nreferences: Répertoire 000",
|
||||
"id": "SourceAvecID",
|
||||
"references": "Répertoire 000",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source indexée dans un répertoire",
|
||||
|
@ -674,11 +664,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/FBE6GU9D",
|
||||
"type": "book",
|
||||
"abstract": "Titre de la source pour laquelle indiquer le titre du livre serait redondant",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceLivreTitreRedondant",
|
||||
"id": "SourceLivreTitreRedondant",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title-short": "Titre abrégé",
|
||||
|
@ -703,12 +692,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/MWB95SUS",
|
||||
"type": "article-journal",
|
||||
"abstract": "Titre de la source pour laquelle indiquer le titre de l'article serait redondant",
|
||||
"container-title": "Titre de la revue",
|
||||
"issue": "4",
|
||||
"note": "id: SourceArticleTitreRedondant",
|
||||
"id": "SourceArticleTitreRedondant",
|
||||
"page": "222-344",
|
||||
"title-short": "Titre abrégé",
|
||||
"volume": "2",
|
||||
|
@ -732,11 +720,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/D8UPZKMQ",
|
||||
"type": "book",
|
||||
"abstract": "Titre de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceSansTitreAbrege",
|
||||
"id": "SourceSansTitreAbrege",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source sans titre abrégé spécifié",
|
||||
|
@ -760,11 +747,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/ER8Z7LL4",
|
||||
"type": "article-journal",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Patrologie grecque",
|
||||
"note": "id: SourcePatrologie\nchapter-number: 312-824",
|
||||
"id": "SourcePatrologie",
|
||||
"chapter-number": "312-824",
|
||||
"volume": "1",
|
||||
"author": [
|
||||
{
|
||||
|
@ -773,37 +760,39 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/W6A3PDYP",
|
||||
"type": "manuscript",
|
||||
"archive": "Institution",
|
||||
"archive_location": "Dépôt",
|
||||
"call-number": "34",
|
||||
"event-place": "Ville de conservation",
|
||||
"note": "id: ManuscritSimple\ncontainer-title-short: Ville Inst. Dep. 34",
|
||||
"id": "ManuscritSimple",
|
||||
"container-title-short": "Ville Inst. Dep. 34",
|
||||
"publisher-place": "Ville de conservation",
|
||||
"title": "[Manuscrit]"
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/NWNXADCZ",
|
||||
"type": "manuscript",
|
||||
"archive": "Institution",
|
||||
"archive_location": "Dépôt",
|
||||
"call-number": "34",
|
||||
"event-place": "Ville de conservation",
|
||||
"note": "id: ManuscritIDRepertoire\nsource: Répertoire 001\ncontainer-title-short: Ville Inst. Dep. 34",
|
||||
"id": "ManuscritIDRepertoire",
|
||||
"source": "Répertoire 001",
|
||||
"container-title-short": "Ville Inst. Dep. 34",
|
||||
"publisher-place": "Ville de conservation",
|
||||
"source": "qsdfqsdf",
|
||||
"title": "[Manuscrit indexé dans un répertoire]"
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/78J4Q6MJ",
|
||||
"type": "manuscript",
|
||||
"abstract": "Titre de la source inédite",
|
||||
"archive": "Institution",
|
||||
"archive_location": "Dépôt",
|
||||
"call-number": "34",
|
||||
"event-place": "Ville de conservation",
|
||||
"note": "id: SourceDansManuscrit\npage: 56-117v\ncontainer-title-short: Ville Inst. Dep. 34",
|
||||
"id": "SourceDansManuscrit",
|
||||
"page": "56-117v",
|
||||
"container-title-short": "Ville Inst. Dep. 34",
|
||||
"publisher-place": "Ville de conservation",
|
||||
"title": "[Source inédite dans un manuscrit]",
|
||||
"author": [
|
||||
|
@ -813,11 +802,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/9QTXMVLX",
|
||||
"type": "entry-dictionary",
|
||||
"container-title": "Titre du dictionnaire",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ArticleDictionnaire",
|
||||
"id": "ArticleDictionnaire",
|
||||
"page": "45",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -844,11 +832,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/R5FWZ95Y",
|
||||
"type": "entry-encyclopedia",
|
||||
"container-title": "Titre de l'encyclopédie",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ArticleEncyclopedie",
|
||||
"id": "ArticleEncyclopedie",
|
||||
"page": "10",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -875,11 +862,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/4WPPWXNT",
|
||||
"type": "thesis",
|
||||
"event-place": "Lieu de publication",
|
||||
"genre": "Type de mémoire",
|
||||
"note": "id: TheseSimple",
|
||||
"id": "TheseSimple",
|
||||
"publisher": "Institution de rattachement",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Thèse ou mémoire",
|
||||
|
@ -899,10 +885,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/ZFYI9Z5J",
|
||||
"type": "webpage",
|
||||
"container-title": "Site du projet",
|
||||
"note": "id: PageWebSimple",
|
||||
"id": "PageWebSimple",
|
||||
"title": "Page Web",
|
||||
"URL": "http://placeholder.url",
|
||||
"author": [
|
||||
|
@ -931,11 +916,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/SYZZCBW9",
|
||||
"type": "entry-encyclopedia",
|
||||
"container-title": "Titre de l'encyclopédie",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ArticleEncyclopedieURL",
|
||||
"id": "ArticleEncyclopedieURL",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Article d'encyclopédie avec URL",
|
||||
|
@ -952,6 +936,15 @@
|
|||
"given": "Nom"
|
||||
}
|
||||
],
|
||||
"accessed": {
|
||||
"date-parts": [
|
||||
[
|
||||
"2004",
|
||||
1,
|
||||
30
|
||||
]
|
||||
]
|
||||
},
|
||||
"issued": {
|
||||
"date-parts": [
|
||||
[
|
||||
|
@ -961,10 +954,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/MCVVYK4D",
|
||||
"type": "webpage",
|
||||
"container-title": "Site Web du projet",
|
||||
"note": "id: PageWebEditorial\neditor: Éditeur || Nom",
|
||||
"id": "PageWebEditorial",
|
||||
"editor": [
|
||||
{ "family": "Éditeur", "given": "Nom" }
|
||||
],
|
||||
"title": "Page Web sur un site de projet",
|
||||
"title-short": "Titre abrégé",
|
||||
"URL": "http://placeholder.url",
|
||||
|
@ -994,10 +989,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/Q4NFTE2Q",
|
||||
"type": "webpage",
|
||||
"container-title": "Site Web sans nom d'auteur",
|
||||
"note": "id: SiteWebSimple",
|
||||
"id": "SiteWebSimple",
|
||||
"URL": "http://placeholder.url",
|
||||
"accessed": {
|
||||
"date-parts": [
|
||||
|
@ -1010,10 +1004,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/X2L5TWTP",
|
||||
"type": "webpage",
|
||||
"container-title": "Site Web d'un projet",
|
||||
"note": "id: SiteWebProjet\neditor: Éditeur || Nom",
|
||||
"id": "SiteWebProjet",
|
||||
"editor": [
|
||||
{ "family": "Éditeur", "given": "Nom" }
|
||||
],
|
||||
"URL": "http://placeholder.url",
|
||||
"accessed": {
|
||||
"date-parts": [
|
||||
|
@ -1035,11 +1031,13 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/9Z6BREHQ",
|
||||
"type": "webpage",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Site Web",
|
||||
"note": "id: SourceDansPageWeb\neditor: Éditeur || Nom",
|
||||
"id": "SourceDansPageWeb",
|
||||
"editor": [
|
||||
{ "family": "Éditeur", "given": "Nom" }
|
||||
],
|
||||
"title": "Source publiée sur une page Web",
|
||||
"URL": "http://placeholder.url",
|
||||
"author": [
|
||||
|
@ -1067,10 +1065,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/2SMUIQL3",
|
||||
"type": "webpage",
|
||||
"abstract": "Titre de la source",
|
||||
"note": "id: SourcePageWebSansNomSite\neditor: Éditeur || Nom",
|
||||
"id": "SourcePageWebSansNomSite",
|
||||
"editor": [
|
||||
{ "family": "Éditeur", "given": "Nom" }
|
||||
],
|
||||
"title": "Source publiée sur une page Web sans le nom du site",
|
||||
"URL": "http://placeholder.url",
|
||||
"author": [
|
||||
|
@ -1098,11 +1098,13 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/EJA326JB",
|
||||
"type": "webpage",
|
||||
"abstract": "Titre de la source publiée sur une page Web dont le titre est redondant",
|
||||
"container-title": "Site Web",
|
||||
"note": "id: SourcePageWebTitreRedondant\neditor: Éditeur || Nom",
|
||||
"id": "SourcePageWebTitreRedondant",
|
||||
"editor": [
|
||||
{ "family": "Éditeur", "given": "Nom" }
|
||||
],
|
||||
"URL": "http://placeholder.url",
|
||||
"author": [
|
||||
{
|
||||
|
@ -1129,10 +1131,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/EPUPR8IG",
|
||||
"type": "post-weblog",
|
||||
"container-title": "Titre du blog",
|
||||
"note": "id: BilletBlog",
|
||||
"id": "BilletBlog",
|
||||
"title": "Billet de blog",
|
||||
"URL": "http://placeholder.uri",
|
||||
"author": [
|
||||
|
@ -1161,12 +1162,15 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/XEV6P5LU",
|
||||
"type": "chapter",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Titre du livre",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceDansChapitreAuteurs\ncontainer-author: Premierauteur || Nom\ncontainer-author: Secondauteur || Nom",
|
||||
"id": "SourceDansChapitreAuteurs",
|
||||
"container-author": [
|
||||
{ "family": "Premierauteur", "given": "Nom" },
|
||||
{ "family": "Secondauteur", "given": "Nom" }
|
||||
],
|
||||
"page": "14-130",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1198,12 +1202,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/PZ42K3IR",
|
||||
"type": "paper-conference",
|
||||
"container-title": "Titre des actes",
|
||||
"event": ". Intitulé du colloque tenu tel jour à tel endroit",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ActesColloque",
|
||||
"id": "ActesColloque",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1223,11 +1226,16 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/4UAY72XT",
|
||||
"type": "webpage",
|
||||
"abstract": "Titre de la source publiée sur une page Web sur un site éditorial",
|
||||
"container-title": "Site du projet",
|
||||
"note": "id: SourcePageWebProjet\neditor: Éditeur || Nom\ncontainer-author: Éditeur du site || Nom",
|
||||
"id": "SourcePageWebProjet",
|
||||
"editor": [
|
||||
{ "family": "Éditeur", "given": "Nom" }
|
||||
],
|
||||
"container-author": [
|
||||
{ "family": "Éditeur du site", "given": "Nom" }
|
||||
],
|
||||
"title": "Titre de la page où est publiée la source sur le site du projet",
|
||||
"URL": "http://placeholder.url",
|
||||
"author": [
|
||||
|
@ -1255,11 +1263,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/DY3F9MT2",
|
||||
"type": "article-journal",
|
||||
"container-title": "Titre de la revue",
|
||||
"issue": "4",
|
||||
"note": "id: ArticleSimpleVolNum",
|
||||
"id": "ArticleSimpleVolNum",
|
||||
"page": "222-344",
|
||||
"title": "Article dans une revue avec volume et numéro",
|
||||
"title-short": "Titre abrégé",
|
||||
|
@ -1279,11 +1286,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/R379RSB4",
|
||||
"type": "entry-dictionary",
|
||||
"container-title": "Titre du dictionnaire",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ArticleDictionnairePlusieursEd",
|
||||
"id": "ArticleDictionnairePlusieursEd",
|
||||
"page": "45",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1318,12 +1324,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/XL2TAYVW",
|
||||
"type": "chapter",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Titre du livre",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceDansChapitreUnAuteur",
|
||||
"id": "SourceDansChapitreUnAuteur",
|
||||
"page": "14-130",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1354,12 +1359,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/EXZH8DN3",
|
||||
"type": "paper-conference",
|
||||
"container-title": "Titre des actes",
|
||||
"event": ". Intitulé du colloque tenu tel jour à tel endroit",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: ActesColloqueSansAbr",
|
||||
"id": "ActesColloqueSansAbr",
|
||||
"page": "222-333",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1378,10 +1382,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/VPIMZPZT",
|
||||
"type": "post-weblog",
|
||||
"container-title": "Titre du blog",
|
||||
"note": "id: Blog",
|
||||
"id": "Blog",
|
||||
"URL": "http://placeholder.uri",
|
||||
"author": [
|
||||
{
|
||||
|
@ -1409,12 +1412,15 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/XKGA9546",
|
||||
"type": "chapter",
|
||||
"abstract": "Titre de la source",
|
||||
"container-title": "Titre du livre",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceDansChapitreAuteursRedondant\ncontainer-author: Premierauteur || Nom\ncontainer-author: Secondauteur || Nom",
|
||||
"id": "SourceDansChapitreAuteursRedondant",
|
||||
"container-author": [
|
||||
{ "family": "Premierauteur", "given": "Nom" },
|
||||
{ "family": "Secondauteur", "given": "Nom" }
|
||||
],
|
||||
"page": "14-130",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1445,11 +1451,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/K5YKEFF3",
|
||||
"type": "book",
|
||||
"abstract": "Nom de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: AuteurSourcePrenomNom",
|
||||
"id": "AuteurSourcePrenomNom",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source dont le nom de l'auteur est composé d'un prénom et d'un nom",
|
||||
|
@ -1475,10 +1480,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/LXVPRVQD",
|
||||
"type": "book",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: VolumeAnonymeDansMultivolume",
|
||||
"id": "VolumeAnonymeDansMultivolume",
|
||||
"number-of-volumes": "4",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
|
@ -1500,19 +1504,17 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/WSAAJA7L",
|
||||
"type": "entry-encyclopedia",
|
||||
"container-title": "Répertoire (p. ex. prosopographie)",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: Repertoire",
|
||||
"id": "Repertoire",
|
||||
"publisher-place": "Lieu de publication"
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/C2SBY2HF",
|
||||
"type": "article-journal",
|
||||
"container-title": "Titre de la revue",
|
||||
"DOI": "10.0000/placeholder.suffix",
|
||||
"note": "id: ArticleDOI",
|
||||
"id": "ArticleDOI",
|
||||
"page": "33-35",
|
||||
"title": "Article avec DOI",
|
||||
"volume": "4",
|
||||
|
@ -1531,11 +1533,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "http://zotero.org/users/4599058/items/H6LH37HV",
|
||||
"type": "book",
|
||||
"abstract": "Titre de la source",
|
||||
"event-place": "Lieu de publication",
|
||||
"note": "id: SourceWithInternalDivisions_special",
|
||||
"id": "SourceWithInternalDivisions_special",
|
||||
"publisher": "Maison d'édition",
|
||||
"publisher-place": "Lieu de publication",
|
||||
"title": "Source dont on repère le passage cité par des divisions internes",
|
||||
|
@ -1559,4 +1560,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user