Source of a living document/website with metadata repositories and its features.
If you are looking for a repository which provides support for a specific schema only you might have a look at the Metadata Standards Catalogs:
There you might find a repository tailored for your specific needs.
If you want to add a new metadata repository to the document please do the following:
- Go to https://github.com/kit-data-manager/metadataRepos and fork the repository.
- Clone the repo
> git clone https://github.com/YOUR_ACCOUNT/metadataRepos
- Copy template directory to src and rename it.
> cd metadataRepos
metadataRepos> cp -R template src/NEW_ENTRY
- Edit all files with a editor of your choice.
- Add entries to 'src/SUMMARY.md'. Note: You should use alpabetic order.
SUMMARY.md:
[...]
- [NEW_ENTRY](NEW_ENTRY/singlePage.md)
- [Features](NEW_ENTRY/features.md)
- [Addtional Features](NEW_ENTRY/additionalFeatures.md)
- [Remarks](NEW_ENTRY/remarks.md)
[...]
- Check results. Use mdbook to check the result.
metadataRepos> mdbook serve .
Open your Browser at: http://localhost:3000
If everything looks fine: 7. Make a pull request Open your Browser at: https://github.com/YOUR_ACCOUNT/metadataRepos
- You're done Wait for the feedback of the administrator. If everything is OK, your entry will be merged and should be online afterwards.