Skip to content

objectType ProposalCycle

Defines collection of resources and proposals for a particular observing season

classDiagram

        class ProposalCycle{
        ivoa:string title
ivoa:datetime submissionDeadline
ivoa:datetime observationSessionStart
ivoa:datetime observationSessionEnd

        }
        ProposalCycle --> Observatory : observatory
ProposalCycle *-- ObservingMode : observingModes
ProposalCycle *-- AvailableResources : availableResources
ProposalCycle *-- AllocationGrade : possibleGrades
ProposalCycle *-- TAC : tac
ProposalCycle *-- SubmittedProposal : submittedProposals
ProposalCycle *-- AllocatedProposal : allocatedProposals

link Observatory "../../proposal/Observatory"
link ObservingMode "../../proposal/ObservingMode"
link AvailableResources "../AvailableResources"
link AllocationGrade "../AllocationGrade"
link TAC "../TAC"
link SubmittedProposal "../SubmittedProposal"
link AllocatedProposal "../AllocatedProposal"

Members

name type mult description
observatory proposal:Observatory
title ivoa:string a human readable description of the cycle
submissionDeadline ivoa:datetime the date by which observing proposals must be submitted to be considered for this cycle
observationSessionStart ivoa:datetime the start date of the observing cycle
observationSessionEnd ivoa:datetime the end date of the observing cycle
observingModes proposal:ObservingMode 1 or more the possible observing modes offered in the cycle
availableResources AvailableResources
possibleGrades AllocationGrade 1 or more The possible grades that can be allocated for this cycle
tac TAC The time allocation committee
submittedProposals SubmittedProposal 0 or more the proposals that have been submitted in this cycle
allocatedProposals AllocatedProposal 0 or more the proposals that have been successful and allocated time

References Detail

Has contained reference(s) SubmittedProposal, AllocationGrade in the containment hierarchy.