Skip to content

objectType SubmittedProposal

an instance of a proposal that has been submitted

classDiagram

        class SubmittedProposal{
        ivoa:datetime submissionDate
ivoa:boolean successful
ivoa:datetime reviewsCompleteDate

        }
        SubmittedProposal --> ObservingProposal : proposal
SubmittedProposal *-- ProposalReview : reviews

link ObservingProposal "../../proposal/ObservingProposal"
link ProposalReview "../ProposalReview"

Members

name type mult description
proposal proposal:ObservingProposal the proposal that was submitted
submissionDate ivoa:datetime the date that the proposal was submitted
successful ivoa:boolean the proposal can go on to allocation
reviewsCompleteDate ivoa:datetime the date when all the proposals are due
reviews ProposalReview 1 or more the reviews

References Detail

This is referred to by AllocatedProposal