Skip to content

BBMRI-ERIC/miabis-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Supplementary data to the article "Towards European Biobank Integration by Community Review and Implementation of the Minimum Information About Biobank data Sharing (MIABIS)"

What is this repository for?

This repository contains the XML schema for MIABIS 2.0.

How do I get set up?

This repository contains a Maven project that can generate classes for the XML schema of MIABIS.

  1. If you need the schema for validating MIABIS XML output you can download the schema In due time the schema will also be published on the BBMRI ERIC website.
  2. If you need ready to use Java classes you can include the MIABIS classes by including the following artifact in your Maven project.
#!xml

<dependency>
    <groupId>eu.bbmri-eric.miabis</groupId>
    <artifactId>MIABIS</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

Contribution guidelines

Contributions to the MIABIS standard can be proposed through the MIABIS working group, read the article for more information.

XML experts are welcome to contribute to the development of the schema definition. All changes should be backwards compatible within MIABIS 2.0.

Who do I talk to?

Please contact us through the MIABIS working group.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages