<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.3">Jekyll</generator><link href="http://users.camk.edu.pl/bejger/feed.xml" rel="self" type="application/atom+xml" /><link href="http://users.camk.edu.pl/bejger/" rel="alternate" type="text/html" /><updated>2019-07-28T13:23:02+02:00</updated><id>http://users.camk.edu.pl/bejger/</id><title type="html">Noise to signal</title><subtitle></subtitle><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><entry><title type="html">Results of LIGO O2 continuous gravitational waves on arXiv/ADS</title><link href="http://users.camk.edu.pl/bejger/cw-o2/" rel="alternate" type="text/html" title="Results of LIGO O2 continuous gravitational waves on arXiv/ADS" /><published>2019-03-09T00:00:00+01:00</published><updated>2019-03-09T00:00:00+01:00</updated><id>http://users.camk.edu.pl/bejger/cw-o2</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/cw-o2/">&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;http://adsabs.harvard.edu/abs/2019arXiv190208442T&quot;&gt;Narrow-band search for gravitational waves from known pulsars using the second LIGO observing run&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;http://adsabs.harvard.edu/abs/2019arXiv190208507T&quot;&gt;Searches for Gravitational Waves from Known Pulsars at Two Harmonics in 2015-2017 LIGO Data&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;http://adsabs.harvard.edu/abs/2019arXiv190301901T&quot;&gt;All-sky search for continuous gravitational waves from isolated neutron stars using Advanced LIGO O2 data&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The O2 data is now released and publicly available at the &lt;a href=&quot;https://www.gw-openscience.org/O2/&quot;&gt;GWOSC&lt;/a&gt;.&lt;/p&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">Targeted and all-sky searches; GWOSC O2 data release</summary></entry><entry><title type="html">G2net, a network of gravitational waves, geophysics and machine learning</title><link href="http://users.camk.edu.pl/bejger/g2net/" rel="alternate" type="text/html" title="G2net, a network of gravitational waves, geophysics and machine learning" /><published>2019-02-20T00:00:00+01:00</published><updated>2019-02-20T00:00:00+01:00</updated><id>http://users.camk.edu.pl/bejger/g2net</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/g2net/">&lt;p&gt;A new COST action &lt;a href=&quot;http://www.g2net.eu&quot;&gt;G2net&lt;/a&gt;, dedicated to the synergy between GW astronomy, machine learning and geophysics (since our detectors are located on the ground) has just starting. Exciting times! :-)&lt;/p&gt;

&lt;p&gt;There are three &lt;a href=&quot;http://www.g2net.eu/wgs&quot;&gt;working groups&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;WG1: Machine Learning for Gravitational Wave astronomy&lt;/li&gt;
  &lt;li&gt;WG2: Machine Learning for low-frequency seismic measurement&lt;/li&gt;
  &lt;li&gt;WG3: Machine Learning for Advanced Control techniques&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;with funding available for &lt;a href=&quot;http://www.g2net.eu/short-term-scientific-missions-stsms&quot;&gt;Short Term Scientific Missions&lt;/a&gt; and &lt;a href=&quot;http://www.g2net.eu/itc-grants&quot;&gt;Inclusiveness Target Countries&lt;/a&gt; conference grants. If you are interested, write to me.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Incoming&lt;/em&gt;: &lt;a href=&quot;http://www.g2net.eu/news/data-science-in-astroparticle-physics-and-cosmology&quot;&gt;Data Science in (Astro)particle Physics and Cosmology (25-29 March 2019)&lt;/a&gt; school in Braga, Portugal, co-funded and organized by G2net.&lt;/p&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">COST action CA17137</summary></entry><entry><title type="html">Find unused \bibitem in LaTeX documents</title><link href="http://users.camk.edu.pl/bejger/find-unused-bibitem/" rel="alternate" type="text/html" title="Find unused \bibitem in LaTeX documents" /><published>2018-07-06T00:00:00+02:00</published><updated>2018-07-06T00:00:00+02:00</updated><id>http://users.camk.edu.pl/bejger/find-unused-bibitem</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/find-unused-bibitem/">&lt;p&gt;In case of &lt;code class=&quot;highlighter-rouge&quot;&gt;\bibitem&lt;/code&gt; style bibligraphies in &lt;code class=&quot;highlighter-rouge&quot;&gt;LaTeX&lt;/code&gt;, here’s a small script to find currently not used references (e.g. not commented out). It compares the &lt;code class=&quot;highlighter-rouge&quot;&gt;.aux&lt;/code&gt; file and the &lt;code class=&quot;highlighter-rouge&quot;&gt;.tex&lt;/code&gt; file):&lt;/p&gt;

&lt;div class=&quot;language-python highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;sys&lt;/span&gt;
&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;re&lt;/span&gt;

&lt;span class=&quot;c&quot;&gt;# .tex and .aux files &lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;tex&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;argv&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;+&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;.tex&quot;&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;aux&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;argv&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;+&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;.aux&quot;&lt;/span&gt;

&lt;span class=&quot;c&quot;&gt;# search for lines with &quot;\citation&quot; in aux  &lt;/span&gt;
&lt;span class=&quot;c&quot;&gt;# split and flatten needed for cases of multiple citations, e.g. \cite{A,B,C}  &lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;laux&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;re&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;search&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;'citation{(.*)}'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;group&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;split&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;','&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;open&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;aux&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\\&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;citation{&quot;&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt;

&lt;span class=&quot;c&quot;&gt;# flatten list  &lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;laux&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;x&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;sl&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;laux&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;x&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;sl&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt;

&lt;span class=&quot;c&quot;&gt;# search for lines with &quot;\bibitem&quot; but not &quot;%\bibitem&quot; in tex&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;ltex&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;re&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;search&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;']{(.*)}'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;group&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;open&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;tex&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\\&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;bibitem&quot;&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;and&lt;/span&gt; &lt;span class=&quot;ow&quot;&gt;not&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;==&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt;

&lt;span class=&quot;c&quot;&gt;# result: &lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;This bibitems are not used: {}&quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;format&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;sorted&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;set&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;ltex&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;set&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;laux&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Howto run:&lt;/p&gt;
&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;python script.py yourfilename 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">Using python `re` module to analyze `.tex` and `.aux` files</summary></entry><entry><title type="html">That day when I was an expert on Nicolaus Copernicus</title><link href="http://users.camk.edu.pl/bejger/copernicus/" rel="alternate" type="text/html" title="That day when I was an expert on Nicolaus Copernicus" /><published>2018-05-24T00:00:00+02:00</published><updated>2018-05-24T00:00:00+02:00</updated><id>http://users.camk.edu.pl/bejger/copernicus</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/copernicus/">&lt;p&gt;I was interviewed at length &lt;a href=&quot;http://www.dzieje.pl/aktualnosci/m-bejger-w-pewnym-sensie-kopernik-napisal-o-obrotach-cial-niebieskich-bo-rzeczywistosc&quot;&gt;in Polish&lt;/a&gt; and a bit shorter &lt;a href=&quot;https://www.thefirstnews.com/article/copernicus-the-man-who-discovered-earth-moves-around-the-sun&quot;&gt;in English&lt;/a&gt;. This was fun :-)&lt;/p&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">To commemorate his death on the 24th of May, 1543</summary></entry><entry><title type="html">Full band all-sky search for periodic gravitational waves in the O1 LIGO data article accepted to PRD</title><link href="http://users.camk.edu.pl/bejger/all-sky-o1-cw-accepted/" rel="alternate" type="text/html" title="Full band all-sky search for periodic gravitational waves in the O1 LIGO data article accepted to PRD" /><published>2018-05-11T00:00:00+02:00</published><updated>2018-05-11T00:00:00+02:00</updated><id>http://users.camk.edu.pl/bejger/all-sky-o1-cw-accepted</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/all-sky-o1-cw-accepted/">&lt;p&gt;We report on a new all-sky search for periodic gravitational waves in the
frequency band 475–2000 Hz and with a frequency time derivative in the range
of $[-1.0, +0.1]\times 10^{-8}$ Hz/s. Potential signals could be produced by a
nearby spinning and slightly non-axisymmetric isolated neutron star in our
galaxy.  This search uses the data from Advanced LIGO’s first observational run
O1. No gravitational wave signals were observed, and upper limits were placed
on their strengths. For completeness, results from the separately published low
frequency search 20–475 Hz are included as well.  Our lowest upper limit on
worst-case (linearly polarized) strain amplitude $h_0$ is  ${\sim} 4\times 10^{-25}$
near 170 Hz, while at the high end of our frequency range we achieve a
worst-case upper limit of ${1.3}\times 10^{-24}$. For a circularly polarized source
(most favorable orientation), the smallest upper limit obtained is
${\sim}{1.5}\times 10^{-25}$.&lt;/p&gt;

&lt;p&gt;See also:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1802.05241&quot;&gt;arXiv preprint&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://journals.aps.org/prd/abstract/10.1103/PhysRevD.97.102003&quot;&gt;PRD in press&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.ligo.org/science/Publication-O1AllskyFullBand/index.php&quot;&gt;Science summary&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">This time we have scanned the 475-2000 Hz band</summary></entry><entry><title type="html">List of LIGO-Virgo detection and companion papers</title><link href="http://users.camk.edu.pl/bejger/list-of-detection-papers/" rel="alternate" type="text/html" title="List of LIGO-Virgo detection and companion papers" /><published>2017-12-10T00:00:00+01:00</published><updated>2017-12-10T00:00:00+01:00</updated><id>http://users.camk.edu.pl/bejger/list-of-detection-papers</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/list-of-detection-papers/">&lt;p&gt;Check out &lt;a href=&quot;https://www.ligo.caltech.edu/page/detection-companion-papers&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">A handy list of all the important papers in one place</summary></entry><entry><title type="html">Wednesday seminar at CTP PAS about the GW170817 signal</title><link href="http://users.camk.edu.pl/bejger/cft-gw170817/" rel="alternate" type="text/html" title="Wednesday seminar at CTP PAS about the GW170817 signal" /><published>2017-11-22T00:00:00+01:00</published><updated>2017-11-22T00:00:00+01:00</updated><id>http://users.camk.edu.pl/bejger/cft-gw170817</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/cft-gw170817/">&lt;p&gt;Here is a &lt;a href=&quot;https://www.youtube.com/watch?v=4xZJ9Xk3TzU&quot;&gt;youtube recording&lt;/a&gt; of my talk about the first binary neutron-star merger detected by LIGO and Virgo.&lt;/p&gt;

&lt;p&gt;I am reporting on a recent breakthrough, historically-first observation of gravitational waves from a merger of neutron stars registered by the LIGO-Virgo network, and related wide-spectrum observations in electromagnetic waves range of resulting short gamma ray burst, X-ray afterglow, optical kilonova etc. These joint observations constitute a beginning of the multi-messenger astronomy. Results derived from this single observations include, among others, the first ‘‘standard siren’’ measurement of the Hubble constant and the expansion rate of the Universe independent of traditional distance ladders, constraints on the equation of state of dense matter and measurement of the speed of gravitational waves.&lt;/p&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">Summary of the gravitational-wave detection of the first binary neutron-star merger</summary></entry><entry><title type="html">Joint Advanced LIGO-Advanced Virgo observing run O2 ends</title><link href="http://users.camk.edu.pl/bejger/end-of-o2/" rel="alternate" type="text/html" title="Joint Advanced LIGO-Advanced Virgo observing run O2 ends" /><published>2017-08-25T00:00:00+02:00</published><updated>2017-08-25T00:00:00+02:00</updated><id>http://users.camk.edu.pl/bejger/end-of-o2</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/end-of-o2/">&lt;p&gt;A very exciting LIGO-Virgo Observing run draws to a close on the 25th of August. The Virgo and LIGO Scientific Collaborations have been observing since November 30, 2016 in the second Advanced Detector Observing Run ‘O2’, searching for gravitational-wave signals, first with the two LIGO detectors, then with both LIGO and Virgo instruments operating together since August 1, 2017. Some promising gravitational-wave candidates have been identified in data from both LIGO and Virgo during our preliminary analysis, and we have shared what we currently know with astronomical observing partners. We are working hard to assure that the candidates are valid gravitational-wave events, and it will require time to establish the level of confidence needed to bring any results to the scientific community and the greater public.&lt;/p&gt;

&lt;p&gt;See also:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.virgo-gw.eu/#news&quot;&gt;Advanced Virgo news&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">A very exciting LIGO-Virgo Observing run draws to a close on the 25th of August</summary></entry><entry><title type="html">Low-frequency all-sky search for periodic GWs in LIGO O1 article accepted to PRD</title><link href="http://users.camk.edu.pl/bejger/all-sky-o1-lf-cw-accepted/" rel="alternate" type="text/html" title="Low-frequency all-sky search for periodic GWs in LIGO O1 article accepted to PRD" /><published>2017-08-08T00:00:00+02:00</published><updated>2017-08-08T00:00:00+02:00</updated><id>http://users.camk.edu.pl/bejger/all-sky-o1-lf-cw-accepted</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/all-sky-o1-lf-cw-accepted/">&lt;p&gt;A collection of data-analysis methods (including the &lt;a href=&quot;https://github.com/mbejger/polgraw-allsky&quot;&gt;Time Domain F-statistic&lt;/a&gt;) is used to establish upper limits on the gravitational wave emission from unknown sources of periodic waves e.g., rotating deformed on unstable neutron stars.&lt;/p&gt;

&lt;p&gt;We report on an all-sky search for periodic gravitational waves in the frequency band 20-475 Hz and with a frequency time derivative in the range of $[-1.0, +0.1]\ 10^{-8}$ Hz/s. Such a signal could be produced by a nearby spinning and slightly non-axisymmetric isolated neutron star in our galaxy. This search uses the data from Advanced LIGO’s first observational run, O1. No periodic gravitational wave signals were observed, and upper limits were placed on their strengths. The lowest upper limits on worst-case (linearly polarized) strain amplitude $h_0$ are $4\times 10^{-25}$ near 170 Hz. For a circularly polarized source (most favorable orientation), the smallest upper limits obtained are $1.5\times 10^{-25}$. These upper limits refer to all sky locations and the entire range of frequency derivative values. For a population-averaged ensemble of sky locations and stellar orientations, the lowest upper limits obtained for the strain amplitude are $2.5\times 10^{-25}$.&lt;/p&gt;

&lt;p&gt;See also:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1707.02667&quot;&gt;arXiv preprint&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://journals.aps.org/prd/abstract/10.1103/PhysRevD.96.062002&quot;&gt;PRD in press&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.ligo.org/science/Publication-O1Allskylowfreq/index.php&quot;&gt;Science summary&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">An all-sky search for periodic GWs in the frequency band 20-475 Hz</summary></entry><entry><title type="html">Inauguration of the Advanced Virgo gravitational-wave detector</title><link href="http://users.camk.edu.pl/bejger/advanced-virgo/" rel="alternate" type="text/html" title="Inauguration of the Advanced Virgo gravitational-wave detector" /><published>2017-02-20T00:00:00+01:00</published><updated>2017-02-20T00:00:00+01:00</updated><id>http://users.camk.edu.pl/bejger/advanced-virgo</id><content type="html" xml:base="http://users.camk.edu.pl/bejger/advanced-virgo/">&lt;p&gt;On the 20th of February 2017 the installation of the Advanced Virgo has concluded :-D&lt;/p&gt;

&lt;p&gt;This does not mean the detector will immediately start collecting science data - some time is needed for various commissioning. Depending on how it will go, Virgo will try to join Advanced LIGO sometime before the end of the O2 run (i.e. before the summer).&lt;/p&gt;

&lt;p&gt;See also:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1408.3978&quot;&gt;Advanced Virgo: a 2nd generation interferometric gravitational wave detector&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://gizmodo.com/another-gravitational-wave-detector-will-help-revolutio-1792434494&quot;&gt;Another Gravitational Wave Detector Will Help Revolutionize Astronomy&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.nature.com/news/ligo-s-underdog-cousin-ready-to-enhance-gravitational-wave-hunt-1.21437&quot;&gt;LIGO’s underdog cousin ready to enhance gravitational-wave hunt&lt;/a&gt; (…&lt;em&gt;Nature&lt;/em&gt; and their ‘catchy’ titles… ¯\&lt;em&gt;(ツ)&lt;/em&gt;/¯ )&lt;/li&gt;
&lt;/ul&gt;</content><author><name>Michał Bejger</name><email>bejger@camk.edu.pl</email></author><summary type="html">Virgo detector is finally back online after 5-year phase of rebuilding and improvements</summary></entry></feed>