-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GCM Taskit v2.7.0 release
- Loading branch information
Showing
159 changed files
with
935 additions
and
1,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,41 @@ | ||
GCM Taskit Implementation | ||
[![GPL LICENSE][license-shield]][license-url] | ||
[![GitHub tag (with filter)][tag-shield]][tag-url] | ||
[![GitHub contributors][contributors-shield]][contributors-url] | ||
[![GitHub Workflow Status (with event)][dev-build-shield]][dev-build-url] | ||
[![GitHub Workflow Status (with event)][build-shield]][build-url] | ||
|
||
# Translation And Serialization Toolkit (Taskit) for the General Computational Model (GCM) | ||
An implementation of [Taskit](https://github.com/HHS/ASPR-ms-taskit) for use with [GCM](https://github.com/HHS/ASPR-8). | ||
|
||
## Overview | ||
The only implementation of Taskit for GCM currently is Protobuf | ||
|
||
## Requirements | ||
- Maven 3.8.x | ||
- Java 17 | ||
- Favorite IDE for Java development | ||
- Modeling Util located [here](https://github.com/HHS/ASPR-ms-util) | ||
- Taskit located [here](https://github.com/HHS/ASPR-ms-taskit) | ||
|
||
## Building | ||
To build, navigate into the root directory and run the command ```mvn clean install``` | ||
|
||
## Documentation | ||
Documentation has yet to be created. In the interim, the code is mostly commented and the javadocs do provide good detail with regards to method and class expectations. | ||
|
||
## License | ||
Distributed under the GPLv3 License. See [LICENSE](LICENSE) for more information. | ||
|
||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
[contributors-shield]: https://img.shields.io/github/contributors/HHS/ASPR-ms-gcm-taskit | ||
[contributors-url]: https://github.com/HHS/ASPR-ms-gcm-taskit/graphs/contributors | ||
[tag-shield]: https://img.shields.io/github/v/tag/HHS/ASPR-ms-gcm-taskit | ||
[tag-url]: https://github.com/HHS/ASPR-ms-gcm-taskit/releases/latest | ||
[license-shield]: https://img.shields.io/github/license/HHS/ASPR-ms-gcm-taskit | ||
[license-url]: LICENSE | ||
[dev-build-shield]: https://img.shields.io/github/actions/workflow/status/HHS/ASPR-ms-gcm-taskit/dev_build.yml?label=dev-build | ||
[dev-build-url]: https://github.com/HHS/ASPR-ms-gcm-taskit/actions/workflows/dev_build.yml | ||
[build-shield]: https://img.shields.io/github/actions/workflow/status/HHS/ASPR-ms-gcm-taskit/release_build.yml?label=release-build | ||
[build-url]: https://github.com/HHS/ASPR-ms-gcm-taskit/actions/workflows/release_build.yml.yml | ||
|
||
Implentation of taskit for gcm. Currently provides only a protobuf implementation but other implementations will follow in the future. |
Oops, something went wrong.