{% extends 'portal.html' %} {% block title %}Welcome {{ name }}{% endblock %} {% block content %}
Congratulation, you have successfully configured and installed the ROSEHIPS Consortium PBSHM Framework.
The PBSHM Framework is a preconfigured version of the PBSHM Core and module ecosystem. Whilst the PBSHM Core was built to provide a base application for curating modules to consume PBSHM Schema data, the PBSHM Framework is intended to provide a combined product of the PBSHM Schema, PBSHM Core and relevant PBSHM Modules in single usable product that showcases the available technology.
If you would like more information on how to setup the PBSHM Core for developing your own PBSHM modules, please see here. If you would like more information on how to build a PBSHM Core compatible module within your installation, please see here.
Below you will find a list of installed modules and a link to any relevant guides on how to use the modules.
Module | Description | Author | Repo | Documentation |
---|---|---|---|---|
pbshm-channel-toolbox |
A collection of tools to help processing channel data | dsbrennan | dsbrennan/channel-tools | README |
pbshm-ie-toolbox |
A collection of tools to help processing IE models | dsbrennan | dsbrennan/ie-tools | README |
pbshm-network-mcs |
An implementation of the Jaccard Index and Maximum Common Subgraph to generate network similarity scores for a a given set of IE models | jgosliga | dynamics-research-group/ag-mcs | README |
pbshm-ie-visualiser |
A 3D model builder for creating, editing, and viewing IE models | josiemcculloch | dynamics-research-group/pbshm-ie-model-builder | README |
If you encounter any issues/bugs with the system, please raise an issue through the issues system on GitHub.
{% endblock %}