Skip to content

Commit

Permalink
Merge pull request #15 from nickbenes/ftr_add-mini-symposium
Browse files Browse the repository at this point in the history
Add mini symposium
  • Loading branch information
nickbenes committed Apr 15, 2014
2 parents cb6e2c5 + 45a49fd commit b252d97
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 43 deletions.
2 changes: 1 addition & 1 deletion _includes/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/reset.css" />
<!--link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/reset.css" /-->
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/cbd.css" />
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/crc_menu.css" />
<link rel="icon" type="image/png" href="{{ site.url }}{{ site.baseurl }}favicon.png" />
Expand Down
3 changes: 3 additions & 0 deletions _layouts/blank.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% include top.html %}

{{ content }}
2 changes: 1 addition & 1 deletion css/cbd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
text-align: center; font-family: arial, sans-serif; color: #494949; font-size: 13px; background-color: #fff;
font-family: arial, sans-serif; color: #494949; font-size: 13px; background-color: #fff;
}

a:link, a:hover, a:active, a:visited {
Expand Down
Binary file added img/CRC2014F-Mini-Symposium.pdf
Binary file not shown.
78 changes: 37 additions & 41 deletions index.html → index.md
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>

Expand Down Expand Up @@ -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>
Expand All @@ -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&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=j0dmopro3gm68jcjsc7c3ssklo%40group.calendar.google.com&amp;color=%235229A3&amp;ctz=America%2FNew_York" style=" border-width:0 " width="720px" height="200" frameborder="0" scrolling="no"></iframe>

<!-- InstanceEndEditable -->
</div>

</div>


Expand Down Expand Up @@ -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>

0 comments on commit b252d97

Please sign in to comment.