@@ -67,7 +67,9 @@ class << self
6767 "OutputManagementPlan" => nil ,
6868 "PeerReview" => "Review" ,
6969 "PhysicalObject" => nil ,
70+ "Poster" => "Poster" ,
7071 "Preprint" => nil ,
72+ "Presentation" => "PresentationDigitalDocument" ,
7173 "Report" => "Report" ,
7274 "Service" => "Service" ,
7375 "Software" => "SoftwareSourceCode" ,
@@ -103,7 +105,9 @@ class << self
103105 "OutputManagementPlan" => nil ,
104106 "PeerReview" => "review" ,
105107 "PhysicalObject" => nil ,
108+ "Poster" => "document" ,
106109 "Preprint" => nil ,
110+ "Presentation" => "presentation" ,
107111 "Report" => "report" ,
108112 "Service" => nil ,
109113 "Sound" => "song" ,
@@ -280,6 +284,8 @@ class << self
280284 "Event" => "Event" ,
281285 "ImageObject" => "Image" ,
282286 "Movie" => "Audiovisual" ,
287+ "Poster" => "Poster" ,
288+ "PresentationDigitalDocument" => "Presentation" ,
283289 "PublicationIssue" => "Text" ,
284290 "Report" => "Report" ,
285291 "ScholarlyArticle" => "Text" ,
@@ -326,6 +332,8 @@ class << self
326332 "Event" => nil ,
327333 "ImageObject" => "graphic" ,
328334 "Movie" => "motion_picture" ,
335+ "Poster" => "document" ,
336+ "PresentationDigitalDocument" => "presentation" ,
329337 "PublicationIssue" => nil ,
330338 "Report" => "report" ,
331339 "ScholarlyArticle" => "article-journal" ,
@@ -348,8 +356,10 @@ class << self
348356 "Event" => nil ,
349357 "ImageObject" => "FIGURE" ,
350358 "Movie" => "MPCT" ,
351- "Report" => "RPRT" ,
359+ "Poster" => "GEN" ,
360+ "PresentationDigitalDocument" => "SLIDE" ,
352361 "PublicationIssue" => nil ,
362+ "Report" => "RPRT" ,
353363 "ScholarlyArticle" => "JOUR" ,
354364 "Service" => nil ,
355365 "SoftwareSourceCode" => "COMP" ,
@@ -406,7 +416,9 @@ class << self
406416 "OutputManagementPlan" => nil ,
407417 "PeerReview" => nil ,
408418 "PhysicalObject" => nil ,
419+ "Poster" => "GEN" ,
409420 "Preprint" => nil ,
421+ "Presentation" => "SLIDE" ,
410422 "Report" => "RRPT" ,
411423 "Service" => nil ,
412424 "Software" => "COMP" ,
@@ -419,7 +431,7 @@ class << self
419431
420432 RIS_TO_DC_TRANSLATIONS = {
421433 "BLOG" => "Text" ,
422- "GEN" => "Text " ,
434+ "GEN" => "Poster " ,
423435 "CTLG" => "Collection" ,
424436 "DATA" => "Dataset" ,
425437 "FIGURE" => "Image" ,
@@ -428,7 +440,8 @@ class << self
428440 "JOUR" => "JournalArticle" ,
429441 "COMP" => "Software" ,
430442 "VIDEO" => "Audiovisual" ,
431- "ELEC" => "Text"
443+ "ELEC" => "Text" ,
444+ "SLIDE" => "Presentation"
432445 }
433446
434447 BIB_TO_DC_TRANSLATIONS = {
@@ -452,7 +465,9 @@ class << self
452465 "motion_picture" => "Audiovisual" ,
453466 "article-journal" => "JournalArticle" ,
454467 "broadcast" => "Audiovisual" ,
455- "webpage" => "Text"
468+ "webpage" => "Text" ,
469+ "document" => "Poster" ,
470+ "presentation" => "Presentation"
456471 }
457472
458473 SO_TO_BIB_TRANSLATIONS = {
@@ -468,6 +483,8 @@ class << self
468483 "Event" => "misc" ,
469484 "ImageObject" => "misc" ,
470485 "Movie" => "misc" ,
486+ "Poster" => "misc" ,
487+ "PresentationDigitalDocument" => "misc" ,
471488 "PublicationIssue" => "misc" ,
472489 "ScholarlyArticle" => "article" ,
473490 "Service" => "misc" ,
0 commit comments