Venues

A Venue is an entity that models a publishing “gateway” used by Person to make their Research products available to others.

Example:

Episciences is an overlay platform supporting the management of open-access journals on top of the Open Access repository HAL. In this context, episciences.org is a publishing Venue (journal, open access, open peer review), while HAL is a Data source. Articles published via episciences.org will be therefore linked to the respective journal (publishing Venue) and the data source HAL. However, HAL is also a publishing Venue for researchers that are directly uploading their Research product. More specifically, a publishing Venue with peer-review and some support for metadata curation. In this case, a Research product will be linked to HAL both as a publishing Venue and as a Data source.

Note

Each Research product must be associated with its publishing Venue and its Data source.

Properties

This section is to describe the metadata fields for the Venue.

Local identifier

Description:

Unique code identifiying the Venue in the SKG (if any, otherwise “stateless identifier”).

Type:

String

Use:

Mandatory (1)

1 "local_identifier": "123_local_id"

Identifiers

Description:

Identifier for the resource outside of the SKG.

Type:

List

Use:

Optional, (0..1)

Scheme

Description:

The scheme for the external identifier.

Type:

String one of the following

  • ISSN

  • EISSN

  • LISSN

  • ISBN

  • OpenDOAR

  • re3data.org

  • FAIRsharing

  • doi

  • handle

Use:

Mandatory (1)

Value

Description:

The external identifier.

Type:

String

Use:

Mandatory (1)

 1 "identifiers": [
 2     {
 3         "scheme": "issn"
 4         "value": "0302-9743"
 5     },
 6     {
 7         "scheme": "isbn"
 8         "value": "978-3-031-25049-1"
 9     }
10 ]

Name

Description:

The name of the Venue.

Type:

String

Use:

Mandatory (1)

1 "name": "Lecture Notes in Computer Science"

Acronym

Description:

Acronym used by a Venue.

Type:

String

Use:

Recommended (0..1)

1 "acronym": "IJDL"

Type

Description:

The type of the Venue.

Type:

String following the vocabulary below

Use:

Mandatory (1)

1 "type": "repository"
Controlled vocabulary for different types of venue and its mapping towards OpenCitations

SKG-IF

OpenCitations

repository

Repository, Scientific database

journal

Journal issue, Journal volume, Journal

conference

Proceedings series, Proceedings

book

Book, Book part, Book section, Book series, Book set, Edited book, Reference book, Monograph

other

Report series, Standard series, Archival document

unknown

Is currently full open access

Description:

True if the Venue contains only open access products

Type:

Boolean

Use:

Mandatory (1)

1 "is_currently_full_oa": true

Creation date

Description:

The date of creation of the Venue

Type:

String (ISO 8601 date string)

Use:

Recommended (1)

1 "creation_date": "2019-09-13"

Contributions

Description:

A list of all the Persons that contributed to the Venue.

Type:

List

Use:

Optional (0..1)

Person

Description:

The id of a Persons.

Type:

String

Use:

Mandatory (1)

Roles

Description:

The roles of the Persons contributing to the Venue.

Type:

List of strings

Use:

Mandatory (1)

1"contributions": [
2     {
3         "person": "person_3",
4         "roles": ["editor"]
5     }
6]