-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adds contact point name and email to yaml (#40)
* Adds contact point name and email to yaml
- Loading branch information
1 parent
6b7b9cd
commit 666ef92
Showing
13 changed files
with
45 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: MS Excel Win10 Test | ||
name: kjs-test-excel | ||
publisher: KJS Test | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: > | ||
Test reading in of excel MS spreadsheets, and uploading a basic model scenario. | ||
description: > | ||
|
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,9 +1,11 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Aeroplane model | ||
name: kjs-test-aero | ||
publisher: KJS Test | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: > | ||
Test of Solar aeroplane modeling | ||
description: > | ||
|
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,9 +1,11 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Solar irradiance modeling | ||
name: kjs-test-solar | ||
publisher: KJS Test | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: > | ||
Solar irradiance modeling | ||
description: > | ||
|
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,11 +1,15 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Hello World Matlab Model | ||
name: hello-world-matlab | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: A hello world model using Matlab | ||
description: A hello world model using Matlab | ||
license: https://creativecommons.org/licenses/by/4.0/ | ||
rights: open | ||
spec: | ||
inputs: | ||
parameters: | ||
|
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,9 +1,11 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Pythia C++ Test | ||
name: kjs-pythia-cpptest | ||
publisher: KJS Test | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: > | ||
Test running some high energy collisions | ||
description: > | ||
|
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,9 +1,11 @@ | ||
kind: Model | ||
api_version: v1beta1 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Pythia f77 Test | ||
name: pythia-f77test | ||
publisher: DAFNI Test | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: > | ||
Test running some high energy collisions | ||
description: > | ||
|
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,10 +1,12 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Simple Client Access | ||
name: client-service-access | ||
type: model | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: Write the ping output to a file | ||
description: > | ||
An example service type Model designed for use with DAFNI. Writes the ping output to a file caller ping.txt. | ||
|
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,10 +1,12 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Database Service Example | ||
name: database-service-example | ||
type: service | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: Starts a influxdb service | ||
description: > | ||
Starts a influxdb service for other models to communicate on | ||
|
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,10 +1,12 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Simple Client Access | ||
name: client-service-access | ||
type: model | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: Write the ping output to a file | ||
description: > | ||
An example service type Model designed for use with DAFNI. Writes the ping output to a file called ping.txt. | ||
|
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,10 +1,12 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Service Example | ||
name: service-example | ||
type: service | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: Just happily waits doing nothing. | ||
description: > | ||
This has a simple sleep call that doesn't ever finish, but doesn't do anything useful. The client will to to "ping" | ||
|
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,14 +1,18 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Fibonacci | ||
name: fibonacci | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: Generates a Fibonacci sequence | ||
description: > | ||
An example Model designed for use with DAFNI. | ||
This generates a Fibonacci sequence and saves it to a json file. | ||
license: https://creativecommons.org/licenses/by/4.0/ | ||
rights: open | ||
spec: | ||
inputs: | ||
parameters: | ||
|
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,13 +1,17 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: Hello World | ||
name: hello-world | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: Echo "Hello $NAME" where $NAME is configurable (defaults to "World"). | ||
description: > | ||
A tiny example Model designed for use with DAFNI. This outputs a txt file with "Hello $NAME" where $NAME is a | ||
configurable input to the Model. $NAME defaults to "World". | ||
license: https://creativecommons.org/licenses/by/4.0/ | ||
rights: open | ||
spec: | ||
inputs: | ||
parameters: | ||
|
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,9 +1,11 @@ | ||
kind: M | ||
api_version: v1beta2 | ||
api_version: v1beta3 | ||
metadata: | ||
display_name: UK Climate Analysis - COMP530 | ||
name: uk-climate-analysis | ||
publisher: DAFNI Example Models | ||
contact_point_name: DAFNI | ||
contact_point_email: [email protected] | ||
summary: > | ||
To demonstrate the validation of the user defined hypotheses using Machine learning | ||
algorithm about climate change in the UK. | ||
|