UNCLASSIFIED

Commit 30e8886b authored by thomas.shepherd's avatar thomas.shepherd
Browse files

Merge branch 'development' into 'master'

Merge Development into Master

See merge request !18
parents 9940c1a2 c922a0c3
Pipeline #276690 failed with stages
in 51 seconds
# Courseware-Editor # Courseware-Editor
The Courseware-Editor application is developed by Beast Code to support the Beast Code’s Courseware technology replaces legacy second-hand learning
qualification and maintenance performance and logistical pipelines of military paradigms with a game-based, cloud-enabled interactive solution built to
personnel, in accordance with DOD's requirements. Courseware-Editor currently benefit students and instructors/admins alike. It’s interactive digital
supports several platforms, including the DDG 1000, DDG 51, Columbia and training for teaching familiarization, operations, and maintenance topics.
Virginia classes, Bronco II aircraft, and is in the process of being adopted by
the Navy Enterprise (NAVSEA and NAVAIR). Using the Courseware Editor, instructors can easily build complete lesson
plans with highly configurable lesson cards using a storyboard interface.
The core functionality of Courseware-Editor is a "digital twin". Each twin is This technology lays the groundwork through which instructors can provide
comprised of a 3D representation of the platform's systems (e.g., fuel, resources ranging from simple information, to interactive hands-on lesson
hydraulic, electrical, etc.), linked meta-data and associated technical objectives, and fully customizable assessment options to promote comprehension
documentation to equipment/components, and a functional model simulating and test knowledge retention.
equipment behavior that look and act like the real-life platform. The
application utilizes a digital twin to enhance engineers, operators, and
maintainers familiarization, qualification, and operation of systems vital to
the platform's mission. The same model will support the performance of the
users' proficiency/qualification training and maintenance tasks. In addition,
the linkage to internal and external metadata makes it a perfect for use as a
logistical tool.
Courseware-Editor is web-based technology that can be deployed to an existing server
infrastructure and run on PCs, laptops and other assets connected to the
network. The software can also operate on a tablet or mobile device
(disconnected from the network) allowing users to utilize the digital twin
anytime, anywhere. Additionally, Courseware-Editor is touchscreen friendly and works
with a gaming controller to enable an intuitive user interface.
Courseware-Editor licensing and pricing is flexible and supports various Courseware-Editor licensing and pricing is flexible and supports various
organizational requirements from a single user up to large scale enterprise organizational requirements from a single user up to large scale enterprise
......
...@@ -8,7 +8,7 @@ name: "beast-code/courseware-editor/base-image" ...@@ -8,7 +8,7 @@ name: "beast-code/courseware-editor/base-image"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "1.2.1" - "1.4.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://beast-code.com/products/courseware-editor" org.opencontainers.image.url: "https://beast-code.com/products/courseware-editor"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Beast Code, LLC" org.opencontainers.image.vendor: "Beast Code, LLC"
org.opencontainers.image.version: "1.2.1" org.opencontainers.image.version: "1.4.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "digital twin, 3D" mil.dso.ironbank.image.keywords: "digital twin, 3D"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -44,7 +44,7 @@ resources: ...@@ -44,7 +44,7 @@ resources:
url: s3://beast-code.core/courseware-editor.tar.gz url: s3://beast-code.core/courseware-editor.tar.gz
validation: validation:
type: sha256 type: sha256
value: 2f1d508b394e4fb081939bc9de2d8aa7ae1cd30f584f81d4fe6eae2e572cc966 value: 24889fe86f7c1e04138228a1e6ceea58b65eb5f93e7843edda33292408918b5a
- auth: - auth:
id: beast id: beast
region: us-east-2 region: us-east-2
......
#!/bin/sh #!/bin/sh
rm -rf "$WORKPACE_PATH/lost+found" rm -rf "$WORKSPACE_PATH/lost+found"
/courseware-editor/server/BCServer.Server \ /courseware-editor/server/BCServer.Server \
--WWWRoot /courseware-editor/courseware-editor-client \ --WWWRoot /courseware-editor/courseware-editor-client \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment