Welcome to the Wiki of the OpenVT Platform!
On these pages, you find general guidelines about how to structure your content, about how the content administration and organisation works and about how certain file types have to be set up in order to be acceptable as public contents. If you are running into trouble or have a question, please, check out the FAQ/trouble shooting part. If there is no answer to your question there, please, contact the platform admins via the issue tracking board of this repository.
** What has changed after the relaunch of the OpenVT platform?
- All URLs have changed from https://virtual.openvt.eu/... https://to openvt.eu/... .
- That means, you might have to update your local repositories: see [here](https://openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/-/wikis/Old-vs.-new-OpenVT-platform:-How-to-update-your-local-repositories.
- HTTPS is now prefered as default git interaction method over SSH.
- If possible, we recommend using 2FA.
Getting started
The OpenVT platform uses Gitlab Enterprise Edition. The user documentation and Gitlab version can be found in the help section.
In order to get started, just browse the Projects or Groups menu to find all contents that are accessible with your access level. If you would like to contribute to any of these contents, you can ask the Owner of the respective Project to give you access (use the Request Access button next to the Rpoject ID for that -- if there is none, the Project owner has chosen not to allow users to request acces).
As an Internal user, you can also start a new Project -- use the corresponding functionalities in the Explore Projects screen (same holds for groups).
Contributing content to a Project can be done using the upload interface on the Project web site. In most cases, however, it is more convenient to clone the Project to your computer and use Git to synchronise with the repository: see next section.
Working with Git
Git provides a highly efficient open source version control system allowing a synchronisation of a repository with several remote copies (clones), which can be modified simultaneously by different users. Git is the core component of Gitlab and thus of the OpenVT platform.
A very short first step manual how to install Git and to get started is here on the wiki. For any further information please refer to the Git and Gitlab documentation.
Where can I find which content on OpenVT?
On the OpenVT platform, basically three main Public contents can be found (each in a dedicated group, some of them still to be defined):
- Human Body Models (HBMs) produced by VIRTUAL: these are in the VIVA group
- Other tools developed by VIRTUAL: These are in the VIRTUAL tools group
- VIRTUAL test protocols
- Experimental data/numerical results
How can I contribute to VIRTUAL models/tools and other content?
Generally, as an Open Source project, VIRTUAL allows and even encourages external users to contribute to the content. In case you are intested in submitting your contributions, please find further instructions here
Which contents should I upload to the OpenVT platform?
As a VIRTUAL project member, you can upload your own content to OpenVT: Please, find guidelines for that here.
Further information: Please, check out the following pages if you would like to:
- Learn about how the content administration works: administration guidelines
- Learn about how to get your project Public: Public repositories
- Learn about general rules for content and file structure: general file guidelines
- Learn about certain file types: See the pages in the file-types section.
- Learn about the Gitlab server and where to find documentation: OpenVT Gitlab
SSL vs. SSH:
SSL via https is the recommended method for secure git actions on OpenVT; SSH git actions are deactivated by default. If you need to use SSH pulling/pushing for a good reason, please contact the platform admin on the issue tracking board.
Pulling one project into another: subtrees
Git offers two ways to use the content of one repository from another: subtrees and submodules. As submodules do not work with SSL, our preferred method are sutrees. Learn how to set up a subtree: here..