<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git, branch v0.3.0</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>Bump version to 0.3.0</title>
<updated>2016-11-18T08:26:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T08:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=8e81b722fef3dfb1155c33a65ca74f728c00f1d6'/>
<id>8e81b722fef3dfb1155c33a65ca74f728c00f1d6</id>
<content type='text'>
* Major change to the Web UI.
  + The WebSocket is only used to push configurations and logging
    messages to the client;
  + The configuration manipulations and console operations are
    implemented using the AJAX techniques;
  + Modal box is used to notify the AJAX request results, therefore much
    better user experience.

* Several bug fixes to the Web UI.

* Minor improvements to the simulation parts.

* TODO/problems:
  + The console task currently still blocks the Tornado IO loop!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Major change to the Web UI.
  + The WebSocket is only used to push configurations and logging
    messages to the client;
  + The configuration manipulations and console operations are
    implemented using the AJAX techniques;
  + Modal box is used to notify the AJAX request results, therefore much
    better user experience.

* Several bug fixes to the Web UI.

* Minor improvements to the simulation parts.

* TODO/problems:
  + The console task currently still blocks the Tornado IO loop!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "LICENSE-3RDPARTY" for 3rd-party code/products used</title>
<updated>2016-11-18T08:26:39+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T08:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=dbdc1205745fdbd0500be45930ee7d1f0e5f5199'/>
<id>dbdc1205745fdbd0500be45930ee7d1f0e5f5199</id>
<content type='text'>
Credit:
What is the best practice for arranging third-party library licenses
“paperwork”?
https://softwareengineering.stackexchange.com/a/234526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit:
What is the best practice for arranging third-party library licenses
“paperwork”?
https://softwareengineering.stackexchange.com/a/234526
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Remove jQuery version from its filename</title>
<updated>2016-11-18T07:58:00+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=6ed6aba3fc19d54aaeccb36067fa4b02a0fd119f'/>
<id>6ed6aba3fc19d54aaeccb36067fa4b02a0fd119f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/draw.py: Remove the "Modified BSD" license; Update credit</title>
<updated>2016-11-18T07:43:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=382cc5da796b6402275214adbed2f9c3183023fb'/>
<id>382cc5da796b6402275214adbed2f9c3183023fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.py: Fix the wrong import path for "Foregrounds"</title>
<updated>2016-11-18T07:08:48+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e861fb4c9e2560da8199293477e957b0cbf63074'/>
<id>e861fb4c9e2560da8199293477e957b0cbf63074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.js: Fix two bugs</title>
<updated>2016-11-18T07:07:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=0bf4bf3c068dfc5c0e64b5950de89d0c4bab2f2a'/>
<id>0bf4bf3c068dfc5c0e64b5950de89d0c4bab2f2a</id>
<content type='text'>
* Fix the wrong "action=reset" in "setServerConfigs()"
* Add the missing "return" in the jQuery AJAX chain
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the wrong "action=reset" in "setServerConfigs()"
* Add the missing "return" in the jQuery AJAX chain
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Rename jQuery ".fail()" callback argument "error" to "jqxhr"</title>
<updated>2016-11-18T06:38:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T06:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=381550871001f9fa037014efe1b361d072983bcd'/>
<id>381550871001f9fa037014efe1b361d072983bcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.js: Disable the "Start" button when task started</title>
<updated>2016-11-18T06:35:15+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T06:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=dc59c7d18975a744ceac484eccf25225ef4ab583'/>
<id>dc59c7d18975a744ceac484eccf25225ef4ab583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: main.js: Extend jQuery with ".disable()"</title>
<updated>2016-11-18T06:34:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T06:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=89c1a1835b090408e571dbdfc07fe820d8474557'/>
<id>89c1a1835b090408e571dbdfc07fe820d8474557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MANIFEST.in: Install the Web UI templates and static files</title>
<updated>2016-11-18T04:53:11+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T04:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=fbdcbcd78779cde5cdebd28106abf904f6d026e2'/>
<id>fbdcbcd78779cde5cdebd28106abf904f6d026e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
