Top Banner
FOREST
29

FOREST

Feb 24, 2016

Download

Documents

jaclyn

FOREST. Solar Orbiter. Solar Orbiter. Solar Probe Plus. Virtual satellite. Solar wind at high latitudes. Tracking solar storms from the Sun to the Earth. User Requirements. Time series Context Imaging Searching. Hardware Interface Performance Security. Data Models. EGSO. HELIO. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: FOREST

FOREST

Page 2: FOREST

Solar Orbiter

Page 3: FOREST

Solar Orbiter

Page 4: FOREST

Solar Probe Plus

Page 5: FOREST

Virtual satellite

Page 6: FOREST

Solar wind at high latitudes

Page 7: FOREST

Tracking solar storms from the Sun to the Earth

Page 8: FOREST

User Requirements

• Time series• Context• Imaging• Searching

• Hardware• Interface• Performance• Security

Page 9: FOREST

Data Models

Page 10: FOREST

EGSO

Page 11: FOREST

HELIO

Page 12: FOREST

get • getRelated “Flare”• Equivalents:– Flare, SolarFlare

• Children– HalphaFlare,

SoftXrayFlare, HardXrayFlare

• Parents– Phenomenon

Page 13: FOREST

• Space-Time Coordinate Metadata • Astronomical Dataset

Characterisation • Observation Data Model Core

• Unified Content Descriptors (UCD1+)• UTypes

Page 14: FOREST
Page 15: FOREST

Linked Data

Page 16: FOREST

RDF

Page 17: FOREST

Dublin Core• Title• Creator• Subject• Description• Publisher• Contributor• Date

• Type• Format• Identifier• Source• Language• Relation• Coverage• Rights

Page 18: FOREST

FOREST Model

Page 19: FOREST

RDF

Page 20: FOREST

IVOA Observation DM

• Characterisation• Provenance• Access• Curation• DataID• Mapping

Page 21: FOREST

Characterisation DM

Page 22: FOREST

Characterisation Axis

Page 23: FOREST

GAVO DaCHS

Page 24: FOREST

User Interface

Page 25: FOREST

• Quick-look semantic search• Data model based on IVOA• Aim for web standards

Page 26: FOREST

FORESTDavid O’Callaghan, Trinity College Dublin – [email protected] Maloney, Skytek Ltd. – [email protected]

Image creditsSolar Orbiter: ESASolar Probe Plus: NASAForest: http://www.sxc.hu/profile/ KrappweisAurora: http://flic.kr/p/997aqTStar trails: http://flic.kr/p/5dQdk9HELIO diagrams: http://helio-vo.eu/ Linking Open Data cloud diagram: Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/

Page 27: FOREST

RESTful Web ServicesREST = "Representational State Transfer"

• Resources identified by URIs• Stateless services (client-state on

client)• Uniform interfaces (HTTP GET, PUT,

DELETE, ...)

Page 28: FOREST

Prototype REST API/

/{observatory}

/{observatory}/{instrument}

/{observatory}/{instrument}/{detector}

/{observatory}/{instrument}/{detector}/{year}/{month}/{day}

Page 29: FOREST

/{observatory}/{instrument}/{detector}/{year}/{month}/{day}/{id}

• GET (text/html): redirect to ./html• GET (rdf): redirect to ./rdf• GET (ttl): redirect to ./ttl• GET (image/png): redirect to external .png • GET (image/jpeg): redirect to external .jpeg• GET (image/fits): redirect to external .fits