-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from nickbenes/ftr_add-mini-symposium
Add mini symposium
- Loading branch information
Showing
5 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% include top.html %} | ||
|
||
{{ content }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,7 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | ||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/two_col.dwt" codeOutsideHTMLIsLocked="false" --> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<!-- InstanceBeginEditable name="doctitle" --> | ||
<title>Cognitive Rhythms Collaborative</title> | ||
<!-- InstanceEndEditable --> | ||
<style type="text/css" media="all"> | ||
@import url("css/reset.css"); | ||
@import url("css/cbd.css"); | ||
</style> | ||
|
||
<!--[if IE]> | ||
<link rel="stylesheet" type="text/css" href="css/ie6.css" /> | ||
<![endif]--> | ||
|
||
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> | ||
<link href="css/crc_menu.css" rel="stylesheet" type="text/css" /> | ||
<!-- InstanceBeginEditable name="head" --> | ||
|
||
|
||
<style type="text/css" media="all"> | ||
@import url("css/reset.css"); | ||
@import url("css/cbd.css"); | ||
</style> | ||
|
||
<!--[if IE]> | ||
<link rel="stylesheet" type="text/css" href="css/ie6.css" /> | ||
<![endif]--> | ||
|
||
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> | ||
<link href="css/crc_menu.css" rel="stylesheet" type="text/css" /> | ||
<!-- InstanceEndEditable --> | ||
</head> | ||
--- | ||
layout: blank | ||
title: "Cognitive Rhythms Collaborative" | ||
--- | ||
|
||
<body> | ||
|
||
|
@@ -69,9 +38,7 @@ | |
<li><a href="conference.htm"><b>Conference</b></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div id="one-col"> | ||
<!-- InstanceBeginEditable name="center" --> | ||
<p class="home" style="line-height: 1.7em;"> | ||
The <b>Cognitive Rhythms Collaborative (CRC)</b> is a group of scientists in the Boston area who work together to advance our understanding of the brain dynamics underlying cognitive functions such as sensory processing, attention, | ||
learning, memory and motor planning.</p> | ||
|
@@ -80,13 +47,42 @@ | |
<p class="home" style="line-height: 1.7em;">The CRC is supported by the <a href="http://www.nsf.org" target="_blank">National Science Foundation</a> and the <a href="http://mcgovern.mit.edu" target="_blank">McGovern Center</a>.</p> | ||
|
||
<h1>News and Events</h1> | ||
|
||
--- | ||
|
||
# [Spring 2014 Mini-Symposium: Frontiers in Non-Invasive Brain Stimulation](img/CRC2014F-Mini-Symposium.pdf) | ||
|
||
### Cognitive Rhythms Collaborative and Center for Computational Neuroscience and Neural Technology | ||
|
||
#### Registration free, but required. Email [[email protected]](mailto:[email protected]?Subject=Mini-Symposium%20registration"). | ||
|
||
Wednesday, April 16, 2014 at 1 pm | ||
|
||
Boston University Photonics Center 206<br/> | ||
8 Saint Mary Street<br/> | ||
Boston, MA 02215 | ||
|
||
* 1:00 - 1:15 Registration | ||
* 1:15 - 2:00 Dr. Lucas Parra, City College of New York | ||
* "Transcranial electrical stimulation: mechanisms and targeting" | ||
* 2:00 - 2:45 Dr. Tommi Raij, Massachusetts General Hospital | ||
* "Transcranial magnetic stimulation: mechanisms and navigation" | ||
* 2:45 - 3:00 Break | ||
* 3:00 - 3:45 Dr. Noah Philip, Alpert Medical School of Brown University | ||
* "Clinical implications of frequency dependent neuromodulation" | ||
* 3:45 - 4:30 Dr. Alvaro Pascual-Leone, Harvard Medical School | ||
* "Characterizing and guiding brain networks with noninvasive brain stimulation" | ||
* 4:30 Discussion / Reception | ||
|
||
--- | ||
|
||
<p class="home"><b>Rhythmic Dynamics and Cognition Conference:</b> <a href="http://thesciencenetwork.org/programs/rhythmic-dynamics-and-cognition">Videos now available!</a></p> | ||
|
||
|
||
--- | ||
|
||
<iframe src="https://www.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=j0dmopro3gm68jcjsc7c3ssklo%40group.calendar.google.com&color=%235229A3&ctz=America%2FNew_York" style=" border-width:0 " width="720px" height="200" frameborder="0" scrolling="no"></iframe> | ||
|
||
<!-- InstanceEndEditable --> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
@@ -125,4 +121,4 @@ <h1>News and Events</h1> | |
var MenuBar1 = new Spry.Widget.MenuBar("crc_menu", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); | ||
</script> | ||
</body> | ||
<!-- InstanceEnd --></html> | ||
</html> |