You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#: ConferencePaper: Article that is written with the goal of being accepted to a conference.
362
+
#: ConferencePaper: Article that is written with the goal of being accepted to a
363
+
# conference.
361
364
ConferencePaper="dcite:ConferencePaper"
362
365
363
-
#: ConferenceProceeding: Collection of academic papers published in the context of an academic conference.
366
+
#: ConferenceProceeding: Collection of academic papers published in the context of
367
+
# an academic conference.
364
368
ConferenceProceeding="dcite:ConferenceProceeding"
365
369
366
-
#: DataPaper: A factual and objective publication with a focused intent to identify and describe specific data, sets of data, or data collections to facilitate discoverability.
370
+
#: DataPaper: A factual and objective publication with a focused intent to identify
371
+
# and describe specific data, sets of data, or data collections to facilitate
372
+
# discoverability.
367
373
DataPaper="dcite:DataPaper"
368
374
369
375
#: Dataset: Data encoded in a defined structure.
370
376
Dataset="dcite:Dataset"
371
377
372
-
#: Dissertation: A written essay, treatise, or thesis, especially one written by a candidate for the degree of Doctor of Philosophy.
378
+
#: Dissertation: A written essay, treatise, or thesis, especially one written by a
379
+
# candidate for the degree of Doctor of Philosophy.
373
380
Dissertation="dcite:Dissertation"
374
381
375
382
#: Event: A non-persistent, time-based occurrence.
@@ -378,55 +385,75 @@ class ResourceType(Enum):
378
385
#: Image: A visual representation other than text.
379
386
Image="dcite:Image"
380
387
381
-
#: Instrument: A device, tool or apparatus used to obtain, measure and/or analyze data.
388
+
#: Instrument: A device, tool or apparatus used to obtain, measure and/or analyze
389
+
# data.
382
390
Instrument="dcite:Instrument"
383
391
384
-
#: InteractiveResource: A resource requiring interaction from the user to be understood, executed, or experienced.
392
+
#: InteractiveResource: A resource requiring interaction from the user to be
393
+
# understood, executed, or experienced.
385
394
InteractiveResource="dcite:InteractiveResource"
386
395
387
-
#: Journal: A scholarly publication consisting of articles that is published regularly throughout the year.
396
+
#: Journal: A scholarly publication consisting of articles that is published
397
+
# regularly throughout the year.
388
398
Journal="dcite:Journal"
389
399
390
-
#: JournalArticle: A written composition on a topic of interest, which forms a separate part of a journal.
400
+
#: JournalArticle: A written composition on a topic of interest, which forms a
401
+
# separate part of a journal.
391
402
JournalArticle="dcite:JournalArticle"
392
403
393
-
#: Model: An abstract, conceptual, graphical, mathematical or visualization model that represents empirical objects, phenomena, or physical processes.
404
+
#: Model: An abstract, conceptual, graphical, mathematical or visualization model
405
+
# that represents empirical objects, phenomena, or physical processes.
394
406
Model="dcite:Model"
395
407
396
-
#: OutputManagementPlan: A formal document that outlines how research outputs are to be handled both during a research project and after the project is completed.
408
+
#: OutputManagementPlan: A formal document that outlines how research outputs are to
409
+
# be handled both during a research project and after the project is completed.
397
410
OutputManagementPlan="dcite:OutputManagementPlan"
398
411
399
-
#: PeerReview: Evaluation of scientific, academic, or professional work by others working in the same field.
412
+
#: PeerReview: Evaluation of scientific, academic, or professional work by others
413
+
# working in the same field.
400
414
PeerReview="dcite:PeerReview"
401
415
402
416
#: PhysicalObject: A physical object or substance.
403
417
PhysicalObject="dcite:PhysicalObject"
404
418
405
-
#: Preprint: A version of a scholarly or scientific paper that precedes formal peer review and publication in a peer-reviewed scholarly or scientific journal.
419
+
#: Preprint: A version of a scholarly or scientific paper that precedes formal peer
420
+
# review and publication in a peer-reviewed scholarly or scientific journal.
406
421
Preprint="dcite:Preprint"
407
422
408
-
#: Report: A document that presents information in an organized format for a specific audience and purpose.
423
+
#: Report: A document that presents information in an organized format for a
424
+
# specific audience and purpose.
409
425
Report="dcite:Report"
410
426
411
-
#: Service: An organized system of apparatus, appliances, staff, etc., for supplying some function(s) required by end users.
427
+
#: Service: An organized system of apparatus, appliances, staff, etc., for supplying
428
+
# some function(s) required by end users.
412
429
Service="dcite:Service"
413
430
414
-
#: Software: A computer program other than a computational notebook, in either source code (text) or compiled form. Use this type for general software components supporting scholarly research. Use the “ComputationalNotebook” value for virtual notebooks.
431
+
#: Software: A computer program other than a computational notebook, in either
432
+
# source code (text) or compiled form. Use this type for general software components
433
+
# supporting scholarly research. Use the “ComputationalNotebook” value for virtual
434
+
# notebooks.
415
435
Software="dcite:Software"
416
436
417
437
#: Sound: A resource primarily intended to be heard.
418
438
Sound="dcite:Sound"
419
439
420
-
#: Standard: Something established by authority, custom, or general consent as a model, example, or point of reference.
440
+
#: Standard: Something established by authority, custom, or general consent as a
441
+
# model, example, or point of reference.
421
442
Standard="dcite:Standard"
422
443
423
-
#: StudyRegistration: A detailed, time-stamped description of a research plan, often openly shared in a registry or published in a journal before the study is conducted to lend accountability and transparency in the hypothesis generating and testing process.
444
+
#: StudyRegistration: A detailed, time-stamped description of a research plan, often
445
+
# openly shared in a registry or published in a journal before the study is
446
+
# conducted to lend accountability and transparency in the hypothesis generating and
447
+
# testing process.
424
448
StudyRegistration="dcite:StudyRegistration"
425
449
426
-
#: Text: A resource consisting primarily of words for reading that is not covered by any other textual resource type in this list.
450
+
#: Text: A resource consisting primarily of words for reading that is not covered by
451
+
# any other textual resource type in this list.
427
452
Text="dcite:Text"
428
453
429
-
#: Workflow: A structured series of steps which can be executed to produce a final outcome, allowing users a means to specify and enact their work in a more reproducible manner.
454
+
#: Workflow: A structured series of steps which can be executed to produce a final
455
+
# outcome, allowing users a means to specify and enact their work in a more
456
+
# reproducible manner.
430
457
Workflow="dcite:Workflow"
431
458
432
459
#: Other: A resource that does not fit into any of the other categories.
0 commit comments