parent
55dc7cfbfa
commit
d8d371d99c
@ -1,36 +1,103 @@ |
||||
<?xml version='1.0'?> |
||||
|
||||
<eventdefs> |
||||
<!-- Spring 2021 --> |
||||
<eventitem date="2015-07-08" time="5pm" room="MC 4060" |
||||
title="Infrasound is all around us"> |
||||
<short> |
||||
<p> |
||||
Ambient infra sound surrounds us. Richard Mann presents his current |
||||
research and equipment on measuring infra sound, and samples of recorded |
||||
infra sound. |
||||
<!-- Fall 2016 --> |
||||
<eventitem date="2016-12-05" time="6:00 PM" room="MC Comfy" title="CSC/PMC EOT Party"> |
||||
<short> |
||||
<p> |
||||
The CSC and the PMAMC&OC (aka pure math club) are hosting our end |
||||
of term events together! We'll be taking over MC Comfy to hang out, |
||||
eat lots of food (from Kismet!), and play board games. |
||||
</p> |
||||
</short> |
||||
<abstract> |
||||
<p> |
||||
Infra sound refers to sound waves below the range of human hearing. |
||||
Infra sound comes from a number of natural phenomena including weather |
||||
changes, thunder, and ocean waves. Common man made sources include |
||||
heating and ventilation systems, industrial machinery, moving vehicle |
||||
cabins (air, trains, cars), and energy generation (wind turbines, gas |
||||
plants). |
||||
<br></br> |
||||
In this talk Richard Mann will present equipment he has built to measure infra sound, and |
||||
analyse some of the infra sound he has recorded. |
||||
<br /> |
||||
Note: In Winter 2016 Richard Mann will be offering a new course, in Computer Sound. The |
||||
course will appear as CS489/CS689 ("Topics in Computer Science"). |
||||
<abstract> |
||||
<p> |
||||
The CSC and the PMAMC&OC (aka pure math club) are hosting our end |
||||
of term events together! We'll be taking over MC Comfy to hang out, |
||||
eat lots of food (from Kismet!), and play board games. |
||||
</p> |
||||
</abstract> |
||||
</eventitem> |
||||
|
||||
Karsten |
||||
This |
||||
is a project-based course (60% assignments, 40% project, no final). |
||||
Details at his web page, |
||||
<a href="http://www.cs.uwaterloo.ca/~mannr">~mannr</a>. |
||||
|
||||
|
||||
<eventitem date="2016-11-21" time="6:15 PM" room="MC 4063" title="Richard Mann Prof Talk"> |
||||
<short> |
||||
<p> |
||||
Professor Richard Mann will be giving a talk, titled "Open Source |
||||
Software for Sound Measurement and Analysis". He will be presenting |
||||
information about his new course, CS 489, Computational Sound, which |
||||
will be running in Winter 2017. |
||||
</p> |
||||
</short> |
||||
<abstract> |
||||
<p> |
||||
Professor Richard Mann will be giving a talk, titled "Open Source |
||||
Software for Sound Measurement and Analysis". He will be presenting |
||||
information about his new course, CS 489, Computational Sound, which |
||||
will be running in Winter 2017. The abstract for this talk is below. |
||||
<br/><br/> |
||||
</p> |
||||
<p> |
||||
The most common problem in acoustics is to measure the frequency |
||||
response of an (expensive!) listening room. While specifications |
||||
exist for the amplifiers, speakers, etc, each system must be still |
||||
evaluated individually, since the frequency response depends on the |
||||
direct sound from the speaker(s), the listener position and the |
||||
reverberation of the room. The user may spend considerable time |
||||
adjusting the speaker placement, the system equalization, and |
||||
possibly treating the room to get the best response. |
||||
</p> |
||||
<p> |
||||
There are several commercial and freeware applications for this task, |
||||
some of which are very good. However, to learn the methods the user |
||||
must understand the processing involved. |
||||
</p> |
||||
<p> |
||||
The purpose of this talk is to present an open source solution. Our |
||||
system is based on a very few lines of code, written in GNU Octave, a |
||||
Matlab(r) workalike that runs under Linux, Windows and Mac. |
||||
</p> |
||||
<p> |
||||
The program works by playing a known test signal, such a tone, or |
||||
some kind of noise source out of the sound card into the system. The |
||||
system is measured by comparing driving signal to that measured by a |
||||
microphone in the room. The frequency response is computed using the |
||||
Discrete Fourier Transform (DFT). |
||||
</p> |
||||
<p> |
||||
This is joint work with Prof. John Vanderkooy, Physics, University of |
||||
Waterloo. |
||||
</p> |
||||
</abstract> |
||||
</eventitem> |
||||
|
||||
<eventitem date="2016-11-16" time="8:30 PM" room="M3 1006" title="General Meeting"> |
||||
<short> |
||||
<p> |
||||
This general meeting will be held to discuss changes to our Code of |
||||
Conduct. |
||||
</p> |
||||
</short> |
||||
<abstract> |
||||
<p> The Code of Conduct and the amended version can be found below: </p> |
||||
<ul> |
||||
<li><a href="https://www.csclub.uwaterloo.ca/~exec/proposed-amendment/about/code-of-conduct">Proposed CoC</a></li> |
||||
<li><a href="https://www.csclub.uwaterloo.ca/~exec/proposed-amendment.patch">Diff between current and proposed CoC</a></li> |
||||
</ul> |
||||
</abstract> |
||||
</eventitem> |
||||
|
||||
<eventitem date="2016-11-16" time="6:30 pm" room="M3 1006" title="Code Party"> |
||||
<short> |
||||
<p> |
||||
Come code with us, eat some food, do some things. |
||||
|
||||
Personal projects you want to work on? Homework |
||||
projects you need to finish? Or want some time to explore |
||||
some new technology and chat about it? You can join us at Code Party |
||||
and do it, with great company and great food. |
||||
</p> |
||||
</short> |
||||
</eventitem> |
||||
</eventdefs> |
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@ |
||||
{ |
||||
"dependencies": { |
||||
"jsdom": "^16.6.0", |
||||
"showdown": "^1.9.1", |
||||
"xml-js": "^1.6.11" |
||||
"libxmljs": "^0.19.7", |
||||
"showdown": "^1.9.1" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue