Skip to content

Commit

Permalink
Make corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Jul 14, 2022
1 parent 84764c2 commit 459b33f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions diagrams/example.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

object "<u>10.1016/j.ejor.2020.09.020: Journal Article</u>" as article09020 #ddeedd {
DOI = "10.1016/j.ejor.2020.09.020" ^^ DOI_Type
DOI = "10.1016/j.ejor.2020.09.020" ^^ DOI
title = "The responsibility of social media in times of
\t societal and political manipulation"@en
publicationDate = 2021-06-16 ^^ Date
Expand All @@ -23,8 +23,8 @@
number = "3"
authors = [ X ] ^^ List<Agent>
authorships = [ Authorship 1 ] ^^ List<Authorship>
accessRights = Open Access: Open Access COAR v.1.0 Accessibility
\t Specification ^^ Textual Document Accessibility Specification
accessRights = Open Access ^^ Open_Access_COAR_Accessibility_Specification_v_1_0
\t Specification ^^ Textual_Document_Accessibility_Specification
source = EJOR ^^ Journal
}
Expand Down
10 changes: 5 additions & 5 deletions diagrams/module.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

!startsub Journal
class "Journal" #ddeedd {
DOI : DOI_Type
DOI : DOI
title : Multilingual_String
ISSN : ISSN_Type
eISSN : ISSN_Type
ISSN : ISSN
eISSN : ISSN
acronym : Multilingual_String
startDate : Date
endDate : Date
Expand All @@ -36,8 +36,8 @@
!endsub

class "Monograph" #ddeedd {
ISBN : ISBN_Type
eISBN : ISBN_Type
ISBN : ISBN
eISBN : ISBN
}
class "Editorship" #ddeedd {
leadingEditorFlag : Boolean
Expand Down
2 changes: 1 addition & 1 deletion entities/Journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A [journal article](../entities/Journal_Article.md) should contain information a

## Attributes

DOI: [DOI_Type](https://github.com/EuroCRIS/CERIF-Core/blob/main/datatypes/DOI.md)
DOI: [DOI](https://github.com/EuroCRIS/CERIF-Core/blob/main/datatypes/DOI.md)

title: [Multilingual String](https://github.com/EuroCRIS/CERIF-Core/blob/main/datatypes/Multilingual_String.md)

Expand Down

0 comments on commit 459b33f

Please sign in to comment.