Skip to content

Commit

Permalink
Merge pull request #152 from jdvorak001/prepare-v1.2
Browse files Browse the repository at this point in the history
Prepare v1.2.0 for realising the new updated OpenAIRE Guidelines for CRIS Managers , thank you @jdvorak001, for handling all these requests. Details of each commit are still there.
  • Loading branch information
ACz-UniBi committed Jul 6, 2023
2 parents cd231fa + d3fab27 commit 256f32b
Show file tree
Hide file tree
Showing 59 changed files with 2,312 additions and 1,274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout Supporting Repos
run: |
git clone https://github.com/eurocris/CERIF-TG-Tools.git ../CERIF-TG-Tools
git clone https://github.com/eurocris/openaire-cris-validator.git ../openaire-cris-validator
git clone --branch=support-multiple-versions https://github.com/jdvorak001/openaire-cris-validator.git ../openaire-cris-validator
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down
24 changes: 17 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,28 @@
# Required
version: 2

# Set the version of Python and other tools you might need
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the docs/ directory with Sphinx
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
# install:
# - requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ OpenAIRE Guidelines for CRIS Managers based on CERIF-XML

This repository contains the project of the **OpenAIRE Guidelines for CRIS Managers**,

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7977123.svg
:target: https://doi.org/10.5281/zenodo.7977123
:alt: v.1.1.2 DOI
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8050936.svg
:target: https://doi.org/10.5281/zenodo.8050936
:alt: v.1.2.0 DOI


Contents
Expand Down
20 changes: 14 additions & 6 deletions conf/openaire-cerif-profile.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CERIF-profile xmlns="https://w3id.org/cerif/profile" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cflink="https://w3id.org/cerif/annotations#" xsi:schemaLocation="https://w3id.org/cerif/profile ../../CERIF-TG-Tools/CERIF-Model-Tools/src/main/resources/xsd/cerif-profile-definition.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<xs:annotation>
<xs:documentation>This is the XML Schema for the OpenAIRE CERIF profile 1.1,
a companion artifact of the OpenAIRE Guidelines for CRIS Managers 1.1 (http://openaire-guidelines-for-cris-managers.readthedocs.io/en/latest/index.html).
<xs:documentation>This is the XML Schema for the OpenAIRE CERIF profile 1.2,
a companion artifact of the OpenAIRE Guidelines for CRIS Managers 1.2 (https://openaire-guidelines-for-cris-managers.readthedocs.io/en/v1.2.0/index.html, https://doi.org/10.5281/zenodo.8050936).
This work is licensed under a Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/).
</xs:documentation>
<xs:appinfo>
<!-- oacf = OpenAIRE CERIF -->
<sch:ns prefix="oacf" uri="https://www.openaire.eu/cerif-profile/1.1/"/>
<sch:ns prefix="oacf" uri="https://www.openaire.eu/cerif-profile/1.2/"/>
</xs:appinfo>
<xs:appinfo>
<sch:pattern>
Expand All @@ -19,9 +19,9 @@
</xs:appinfo>
</xs:annotation>

<TargetNamespace uri="https://www.openaire.eu/cerif-profile/1.1/"/>
<Name>OpenAIRE Guidelines for CRIS Managers 1.1</Name>
<Description>The definition of the CERIF profile for the OpenAIRE Guidelines for CRIS Managers 1.1</Description>
<TargetNamespace uri="https://www.openaire.eu/cerif-profile/1.2/"/>
<Name>OpenAIRE Guidelines for CRIS Managers 1.2</Name>
<Description>The definition of the CERIF profile for the OpenAIRE Guidelines for CRIS Managers 1.2</Description>
<Entities>

<Entity uri="https://w3id.org/cerif/model#Service" leaveOut="Keyword">
Expand Down Expand Up @@ -114,6 +114,11 @@
<xs:documentation>The type of the funding</xs:documentation>
</xs:annotation>
</Classification>
<IdentifiersFrom schemaLocation="./includes/funding-identifiers.xsd">
<xs:annotation>
<xs:documentation>The funding identifiers.</xs:documentation>
</xs:annotation>
</IdentifiersFrom>
<xs:element name="Duration" minOccurs="0" cflink:link="https://w3id.org/cerif/model#Funding_Classification(https://w3id.org/cerif/vocab/Durations#FundingDuration)" type="cfLink__BaseType">
<xs:annotation>
<xs:documentation>Duration of the funding</xs:documentation>
Expand Down Expand Up @@ -301,6 +306,9 @@ If an embargo period is to be expressed, its start should be expressed by the ``
</Entity>

<Entity uri="https://w3id.org/cerif/model#Equipment" leaveOut="Keyword">
<xs:annotation>
<xs:documentation>An instrument or other device used to perform research</xs:documentation>
</xs:annotation>
<xs:element name="Owner" type="cfLinkWithDisplayNameToPersonOrOrgUnit__Type" minOccurs="0" maxOccurs="unbounded" cflink:link="https://w3id.org/cerif/model#Person_Service(https://w3id.org/cerif/vocab/PersonResearchInfrastructureRoles#Owner) https://w3id.org/cerif/model#OrganisationUnit_Service(https://w3id.org/cerif/vocab/OrganisationResearchInfrastructureRoles#Owner)">
<xs:annotation>
<xs:documentation>The owner of the piece of equipment</xs:documentation>
Expand Down
Binary file modified docs/_illustrations/OpenAIRE-examples-map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 256f32b

Please sign in to comment.