<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Project Pages</title>
    <description>A Collaborative Research Blog Tool</description>
    <link>http://materialsinnovation.github.io/project-pages/</link>
    <atom:link href="http://materialsinnovation.github.io/project-pages/feed.xml" rel="self" type="application/rss+xml" />
    <pubDate>Wed, 15 Apr 2015 14:41:50 +0000</pubDate>
    <lastBuildDate>Wed, 15 Apr 2015 14:41:50 +0000</lastBuildDate>
    <generator>Jekyll v2.4.0</generator>
    
      <item>
        <title>Presentation Headline</title>
        <description>&lt;script type=&quot;text/template&quot;&gt;
#Presentation Headline
##Materials Innovation
###2015-01-01 12:00:00 +0000
--horizontal
&lt;!-- Start Writing Below in Markdown --&gt;
Showcasing Presentation Features. This template is ideal for very quickly creating decent presentations when content and simplicity is more important than excessive styling.
--horizontal
Seperate with --horizontal between content for horizontal slides.
--vertical
Seperate with --vertical between content for vertical slides.
--horizontal
Press ESC for a zoomed out overview of the presentation.
--horizontal
Press S for presenter view. Use --notes to add presenter notes.
--notes
Lorem Ipsum Dolor
--horizontal
Press B to pause the presentation.
--horizontal
#Headers:

# Header 1

## Header 2

### Header 3
--horizontal
#Styling:

**Bold**

*Italics*

***Bold and Italics***
--horizontal
Use MathJax for Math.
$$ A = \pi r^2 $$
--horizontal
#Lists:

1. Item 1

2. Item 2

* Unordered Item

  * Sub Item 1

    1. **Bold** Sub Sub Ordered Item
--horizontal
#Links:

[In-Line](https://www.google.com)

[I&#39;m a reference-style link 1][1]

[I&#39;m a reference-style link 1][2]

[1]:https://www.mozilla.org
[2]:http://www.reddit.com
--horizontal
#Images:

![Description](http://img3.wikia.nocookie.net/__cb20140102180853/fairytail/images/5/5b/Logo_Fairy_Tail_right.png)
--horizontal
#Code:

Inline `code`.

--vertical
```python
import numpy as np
def _set_colors():
    HighRGB = np.array([26, 152, 80]) / 255.
```

--horizontal
#Quotes

&gt; War does not decide who is right, only who is **left**.

--horizontal
#HTML

You actually can not write in HTML using this template. If you want to create HTML presentations using this framework head over to [reveal.js](http://lab.hakim.se/reveal-js/#/).

&lt;!-- End Here --&gt;
--vertical
#[Print](http://materialsinnovation.github.io/project-pages/2015/01/01/New-Slide//?print-pdf#)
#[Back](http://materialsinnovation.github.io/project-pages)

Created using [reveal.js](http://lab.hakim.se/reveal-js/#/).
&lt;/script&gt;

</description>
        <pubDate>Thu, 01 Jan 2015 12:00:00 +0000</pubDate>
        <link>http://materialsinnovation.github.io/project-pages/2015/01/01/New-Slide/</link>
        <guid isPermaLink="true">http://materialsinnovation.github.io/project-pages/2015/01/01/New-Slide/</guid>
        
        
      </item>
    
      <item>
        <title>Post Headline</title>
        <description>&lt;!-- Start Writing Below in Markdown --&gt;

&lt;h1 id=&quot;headers&quot;&gt;Headers:&lt;/h1&gt;

&lt;h1 id=&quot;header-1&quot;&gt;Header 1&lt;/h1&gt;

&lt;h2 id=&quot;header-2&quot;&gt;Header 2&lt;/h2&gt;

&lt;h3 id=&quot;header-3&quot;&gt;Header 3&lt;/h3&gt;

&lt;h1 id=&quot;styling&quot;&gt;Styling:&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Bold&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Italics&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Bold and Italics&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h1 id=&quot;lists&quot;&gt;Lists:&lt;/h1&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;Item 1&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Item 2&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Unordered Item&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;
        &lt;p&gt;Sub Item 1&lt;/p&gt;

        &lt;ol&gt;
          &lt;li&gt;&lt;strong&gt;Bold&lt;/strong&gt; Sub Sub Ordered Item&lt;/li&gt;
        &lt;/ol&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;links&quot;&gt;Links:&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.google.com&quot;&gt;In-Line&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.mozilla.org&quot;&gt;I’m a reference-style link 1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.reddit.com&quot;&gt;I’m a reference-style link 1&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;images&quot;&gt;Images:&lt;/h1&gt;

&lt;p&gt;&lt;img src=&quot;http://img3.wikia.nocookie.net/__cb20140102180853/fairytail/images/5/5b/Logo_Fairy_Tail_right.png&quot; alt=&quot;Description&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;code&quot;&gt;Code:&lt;/h1&gt;

&lt;p&gt;Inline &lt;code&gt;code&lt;/code&gt;.&lt;/p&gt;

&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-python&quot; data-lang=&quot;python&quot;&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;numpy&lt;/span&gt; &lt;span class=&quot;kn&quot;&gt;as&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;np&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;_set_colors&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;():&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;HighRGB&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;np&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;([&lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;26&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;152&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;mi&quot;&gt;80&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;mf&quot;&gt;255.&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h1 id=&quot;mathjax&quot;&gt;MathJax&lt;/h1&gt;

&lt;p&gt;Use MathJax for Math.
&lt;script type=&quot;math/tex&quot;&gt; A = \pi r^2 &lt;/script&gt;&lt;/p&gt;

&lt;h1 id=&quot;tables&quot;&gt;Tables:&lt;/h1&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Here&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;is&lt;/th&gt;
      &lt;th style=&quot;text-align: center&quot;&gt;a&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;row!&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;is&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;Left&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;Center&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;Right&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;a&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;cut&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;it&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;A&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;column&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;short&lt;/td&gt;
      &lt;td style=&quot;text-align: center&quot;&gt;B&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;C&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h1 id=&quot;quotes&quot;&gt;Quotes&lt;/h1&gt;

&lt;blockquote&gt;
  &lt;p&gt;War does not decide who is &lt;em&gt;right&lt;/em&gt;, only who is &lt;strong&gt;left&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1 id=&quot;rule&quot;&gt;Rule&lt;/h1&gt;

&lt;hr /&gt;

&lt;h1 id=&quot;html&quot;&gt;HTML&lt;/h1&gt;

&lt;p&gt;Can write the whole post or sections in HTML for very specific needs. [For the advanced user or the code savvy.]&lt;/p&gt;

</description>
        <pubDate>Thu, 01 Jan 2015 12:00:00 +0000</pubDate>
        <link>http://materialsinnovation.github.io/project-pages/2015/01/01/New-Post/</link>
        <guid isPermaLink="true">http://materialsinnovation.github.io/project-pages/2015/01/01/New-Post/</guid>
        
        
      </item>
    
  </channel>
</rss>
