-
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.
put in the start of * concepts * use cases
- Loading branch information
Showing
7 changed files
with
59 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Main Concepts | ||
============= | ||
|
||
A [Principal Investigator](../generated/proposal/Person/) is interested in one or more [Targets](../generated/proposal/Target/) and they decide that they want to create an [Observing Proposal](../generated/proposal/ObservingProposal/) to study them. They write a [Science Justification](../generated/proposal/Justification/) to try to persuade the [Time Allocation Committee](../generated/proposalManagement/TAC/) for a particular [Observatory](../generated/proposal/Observatory/) to allocate some [Observations](../generated/proposal/Observation/) on one or more [Telescopes](../generated/proposal/Telescope/) that they operate. | ||
|
||
|
||
|
||
|
||
|
||
## Detailed Documentation | ||
|
||
Autogenerated documentation for the models | ||
|
||
* [ProposalDM](generated/proposaldm.vo-dml.md) | ||
* [ProposalManagementDM](generated/proposalManagement.vo-dml.md) |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Motivating Use Cases | ||
==================== | ||
|
||
The use cases that have driven the design have been divided into two main categories | ||
|
||
* [Example Telescopes](telescopeDescriptions.md) | ||
* [Example Observing types](observationDescriptions.md) | ||
|
||
In both these cases the Data Model is exercised by creating instances using the Java code generated from the models and running some basic unit tests on serialization. The code is based at [this location](https://github.com/ivoa/ProposalDM/tree/master/src/test/java/org/ivoa/dm/proposal/prop). Writing these tests allows exploration of various aspects of the quality of the design su | ||
ch as; | ||
|
||
* verbosity/expressiveness | ||
* ease of manipulation of parts of the model | ||
* contradictions in meaning between different parts of the model. |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Telescope Description Use Cases | ||
=============================== | ||
|
||
* e-MERLIN | ||
|
||
[e-MERLIN](https://www.e-merlin.ac.uk) is a radio interferometer operated by the University of Manchester | ||
|
||
** Instrument description | ||
|
||
TBC | ||
|
||
** TAC operation | ||
|
||
TBC | ||
|
||
** Example code | ||
|
||
The emerlin example is [here](https://github.com/ivoa/ProposalDM/blob/master/src/test/java/org/ivoa/dm/proposal/prop/EmerlinExample.java) | ||
|
||
|
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