LIGO Will Make Gravitational Waves Announcement on Thursday
StartsWithABang writes: When we look out into the Universe, we normally gain information about it by gathering light of various wavelengths. However, there are other possibilities for astronomy, including by looking for the neutrinos emitted by astrophysical sources - first detected in the supernova explosion of 1987 - and in the gravitational waves emitted by accelerating masses. These ripples in the fabric of space were theorized back in the early days of Einstein's General Relativity, and experiments to detect them have been ongoing since the 1960s. However, in September of 2015, Advanced LIGO came online, and it was the first gravitational wave observatory that was expected to detect a real gravitational wave signal. The press conference on Thursday is where the collaboration will make their official announcement, and in the meantime, here's an explainer of what gravitational waves are, what Advanced LIGO can teach us, and how.
http://phys.org/news/2016-02-thursday-einstein-gravitational.html
StartsWithABang must think Forbes is a popular science magazine.
Well it would be nice if he got his science right then. The first astrophysical neutrinos detected came from the sun and were detected by the Homestake Experiment in the late 1960s for which a Nobel Prize was awarded. Those from SN1987a were the first neutrinos detected from a source outside the solar system.
Slashdot: new for nerds that can't write an userscript and prefer waiting for their corporate masters.
// ==UserScript==
// @name No forbes articles
// @description Remove forbes posts from Slashdot front page.
// @include http://slashdot.org/*
// @include http://.slashdot.org/*
// @include https://slashdot.org/*
// @include https://.slashdot.org/*
// @exclude https://.slashdot.org/story/*
// @exclude http://.slashdot.org/story/*
// @grant none
// ==/UserScript==
Edited from some other post
var elements = document.getElementsByTagName('article');
for(var i = 0; i < elements.length; i++) {
if(elements[i].querySelector('a[href*="forbes.com"]')) {
elements[i].parentNode.removeChild(elements[i]);
}
}
Here's a thought, why not wait until Thursday for the actual announcement...
So that we'll know to go to an actual news site on Thursday instead of waiting until Monday for Slashdot to run it.
"I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)
LIGO Scientists Will Make Gravitational Waves Announcement Thursday
Anons need not reply. Questions end with a question mark.
The actual LIGO Media Advisory is here: http://www.ligo.org/news/media... (with a bunch of links to background info)
There's no contract. Or any communication aside from the actual submissions. If you want different astronomy/science stories on Slashdot, you have easy recourse; submit your own!