GW150914: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
* https://en.wikipedia.org/wiki/List_of_gravitational_wave_observations | * https://en.wikipedia.org/wiki/List_of_gravitational_wave_observations | ||
* https://en.wikipedia.org/wiki/Talk:List_of_gravitational_wave_observations#Wikidata_Query_/_List_of_Gravitational_Wave_events | * https://en.wikipedia.org/wiki/Talk:List_of_gravitational_wave_observations#Wikidata_Query_/_List_of_Gravitational_Wave_events | ||
= WikiData Query = | |||
<source lang='sparql'> | |||
# Find Gravitational wave events | |||
# Created 2018-10-16 by Wolfgang Fahl BITPlan GmbH | |||
# | |||
# select the events | |||
SELECT ?event ?catalogCode ?discovery ?eventLabel ?article | |||
WHERE | |||
{ | |||
# any subject | |||
# which is an instance of | |||
# https://www.wikidata.org/wiki/Property:P31 | |||
# gravitational wave event | |||
# https://www.wikidata.org/wiki/Q24748034 | |||
?event wdt:P31 wd:Q24748034. | |||
# and might hava catalog code | |||
# https://www.wikidata.org/wiki/Property:P528 | |||
# catalog Code | |||
OPTIONAL { | |||
?event wdt:P528 ?catalogCode | |||
} | |||
# and might have a time of discovery | |||
# https://www.wikidata.org/wiki/Property:P575 | |||
OPTIONAL { | |||
?event wdt:P575 ?discovery | |||
} | |||
# show the Labels (e.g. eventLabel) | |||
SERVICE wikibase:label { # ... include the labels | |||
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" | |||
} | |||
# the event might have an english wikipedia article | |||
OPTIONAL { | |||
?article schema:about ?event . | |||
?article schema:inLanguage "en" . | |||
FILTER (SUBSTR(str(?article), 1, 25) = concat("https://en.wikipedia.org/")) | |||
} | |||
} | |||
order by ?discovery | |||
</source> | |||
= GW150914 = | = GW150914 = | ||
* https://en.wikipedia.org/wiki/GW150914 | * https://en.wikipedia.org/wiki/GW150914 | ||
Revision as of 05:41, 17 October 2018
- https://en.wikipedia.org/wiki/List_of_gravitational_wave_observations
- https://en.wikipedia.org/wiki/Talk:List_of_gravitational_wave_observations#Wikidata_Query_/_List_of_Gravitational_Wave_events
WikiData Query
# Find Gravitational wave events
# Created 2018-10-16 by Wolfgang Fahl BITPlan GmbH
#
# select the events
SELECT ?event ?catalogCode ?discovery ?eventLabel ?article
WHERE
{
# any subject
# which is an instance of
# https://www.wikidata.org/wiki/Property:P31
# gravitational wave event
# https://www.wikidata.org/wiki/Q24748034
?event wdt:P31 wd:Q24748034.
# and might hava catalog code
# https://www.wikidata.org/wiki/Property:P528
# catalog Code
OPTIONAL {
?event wdt:P528 ?catalogCode
}
# and might have a time of discovery
# https://www.wikidata.org/wiki/Property:P575
OPTIONAL {
?event wdt:P575 ?discovery
}
# show the Labels (e.g. eventLabel)
SERVICE wikibase:label { # ... include the labels
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"
}
# the event might have an english wikipedia article
OPTIONAL {
?article schema:about ?event .
?article schema:inLanguage "en" .
FILTER (SUBSTR(str(?article), 1, 25) = concat("https://en.wikipedia.org/"))
}
}
order by ?discovery
GW150914
- https://en.wikipedia.org/wiki/GW150914
- https://www.gw-openscience.org/events/GW150914/
- https://physics.aps.org/featured-article-pdf/10.1103/PhysRevLett.116.061102
GW1512216
- https://en.wikipedia.org/wiki/GW151226
- https://de.wikipedia.org/wiki/GW151226
- https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.116.241103
- https://www.gw-openscience.org/events/GW151226/
- https://cplberry.com/2016/06/15/gw151226/
GW170608
GW170814
GW170817
- https://de.wikipedia.org/wiki/GW170817
- https://journals.aps.org/prl/pdf/10.1103/PhysRevLett.119.161101
- https://dcc.ligo.org/public/0145/P1700294/007/ApJL-MMAP-171017.pdf
- https://www.gw-openscience.org/events/GW170817/
Open Data
- https://www.gw-openscience.org/software/
- https://gwpy.github.io/docs/stable/install/
- https://gwpy.github.io/docs/stable/examples/timeseries/public.html
- https://github.com/gwastro/pycbc
- https://gwpy.github.io/docs/stable/examples/signal/gw150914.html
- https://github.com/gwpy/gwpy/issues/927
- https://www.eso.org/sci/meetings/2018/GW2018/Branchesi_LIGO_VIRGO.pdf