<?xml version="1.0"?>
<News hasArchived="true" page="8848" pageCount="10714" pageSize="10" timestamp="Fri, 03 Jul 2026 00:19:26 -0400" url="https://my3.my.umbc.edu/posts.xml?page=8848">
<NewsItem contentIssues="true" id="27710" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27710">
<Title>How to write markdown</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img src="http://netdna.webdesignerdepot.com/uploads/2013/04/thumbnail11.jpg" alt="Thumbnail" width="200" height="160" style="max-width: 100%; height: auto;">Recently, there’s been a lot of talk about markdown as an alternate way to format text.</p>
    <p>I decided to do a little research and see what all the talk was about and I was actually quite glad of what I found; markdown is simple markup language that makes it easier for writers to write good content for the web without having to worry about the HTML code in their articles.</p>
    <p>The benefit of using markdown is that you can write substantially cleaner articles and it also makes it easier for anyone reading your articles to be able to read it, without actually opening the page in a browser.</p>
    <h1>How to write markdown</h1>
    <p>Writing markdown is the simplest thing you can imagine:</p>
    <h2>Bold and italic text</h2>
    <p>To create italic text you just need to surround the text by one star:</p>
    <pre>This is *italic text.*</pre>
    <p>Which will produce:</p>
    <p>This is <em>italic text.</em></p>
    <p>And to create bold text you insert two stars:</p>
    <pre>And this is **bold text.**</pre>
    <p>Which will produce:</p>
    <p>And this is <strong>bold text.</strong> </p>
    <h2>Headings</h2>
    <p>To create headings in markdown all you need to is add a hash sign before your content. One hash sign is the equivalent of an &lt;h1&gt;, two means an &lt;h2&gt; and so on until &lt;h6&gt;:</p>
    <pre># this is an heading 1<br>## this is an heading 2<br>### this is an heading 3<br>#### this is an heading 4<br>##### this is an heading 5<br>###### this is an heading 6</pre>
    <h2>Paragraphs</h2>
    <p>Writing paragraphs is as simple as writing your text, and if you want to add another another paragraph you just need to press enter and in the next line a new paragraph will be added:</p>
    <pre>One paragraph<br><br>And here is another paragraph</pre>
    <p>Is the equivalent of:</p>
    <pre>&lt;p&gt;One paragraph&lt;/p&gt;<br>&lt;p&gt;And here is another paragraph&lt;/p&gt;</pre>
    <h2>Blockquotes</h2>
    <p>To create blockquotes you need to add a angled bracket (&gt;) before the text you want, like so:</p>
    <pre>&gt; Somebody said this quote some years ago</pre>
    <p>Which is the same as:</p>
    <pre>&lt;blockquote&gt;<br>  &lt;p&gt;Somebody said this quote some years ago&lt;/p&gt;<br>&lt;blockquote&gt;</pre>
    <h2>Links</h2>
    <p>Creating links is very simlar to HTML, you first place the text you want the user to see inside square brackets and then place the link location inside a pair of parentheses:</p>
    <pre>[Webdesigner Depot](<a href="http://www.webdesignerdepot.com">http://www.webdesignerdepot.com</a>)</pre>
    <p>Which is the equivalent of:</p>
    <pre>&lt;a href=”<a href="http://www.webdesignerdepot.com%E2%80%9D&gt;Webdesigner">http://www.webdesignerdepot.com”&gt;Webdesigner</a> Depot&lt;/a&gt;</pre>
    <h2>Images</h2>
    <p>Images use the same basic syntax as links, but in images the text you place in square brackets will be the alt text and you also need to place an exclamation mark before everything to make markdown know that what you are writing is an image and not a link:</p>
    <pre>![My image](<a href="http://example.com/myimage.jpg">http://example.com/myimage.jpg</a>)</pre>
    <p><strong><strong>Is the same as:</strong></strong></p>
    <pre>&lt;img src=”<a href="http://example.com/myimage.jpg">http://example.com/myimage.jpg</a>” alt=”My image” /&gt;</pre>
    <h2>Unordered Lists</h2>
    <p>To create a simple unordered list you only need to create the list items, you don’t need to worry about opening and closing the list. All you need to do is to add a line break, then add an asterisk before each item:</p>
    <pre>* One list item<br>* Another list item<br>* And a third one</pre>
    <p>Is the equivalent of:</p>
    <pre>&lt;ul&gt;<br>&lt;li&gt;One list item&lt;/li&gt;<br>&lt;li&gt;Another list item&lt;/li&gt;<br>&lt;li&gt;And a third one&lt;/li&gt;<br>&lt;/ul&gt;</pre>
    <h2>Ordered Lists</h2>
    <p>Like the unordered lists you only need to concern yourself with the actual list items, there’s no opening or closing. To use an ordered list you just need to use numbers instead of asterisks:</p>
    <pre>1 One list item<br>2 Another list item<br>3 And a third one</pre>
    <p>Is the equivalent of:</p>
    <pre>&lt;ol&gt;<br>&lt;li&gt;One list item&lt;/li&gt;<br>&lt;li&gt;Another list item&lt;/li&gt;<br>&lt;li&gt;And a third one&lt;/li&gt;<br>&lt;/ol&gt;</pre>
    <p> </p>
    <h1>Conclusion</h1>
    <p>Markdown is a really good backup if you write articles for the web and you are not a savvy HTML developer, it really facilitates the creation of content for the web. There is even a <a href="http://wordpress.org/extend/plugins/wp-markdown/" rel="nofollow external" class="bo">WordPress Plugin</a> that allows markdown in posts and comments and automatically converts it to HTML.</p>
    <p> </p>
    <p><em><strong>Have you learnt to use markdown? What benefits have you found over other forms of markup? Let us know in the comments.</strong></em></p>
    <p><em>Featured image/thumbnail, <a href="http://www.shutterstock.com/pic-104932166/stock-photo-young-manager-working-with-notebook-in-the-office.html" rel="nofollow external" class="bo">blogging image</a> via Shutterstock.<strong><br></strong></em></p>
    <p><br><br>
    </p>
    <table width="100%">
    <tbody>
    <tr>
    <td>
          <a href="http://www.mightydeals.com/deal/be-awesome-at-online-business.html?ref=inwidget" rel="nofollow external" class="bo"><strong>eBook: Be Awesome at Online Business  – only $9!</strong></a>
        </td>
    <td>
          <a href="http://www.mightydeals.com/?ref=inwidget" rel="nofollow external" class="bo"><br>
            <img src="http://mightydeals.com/web/images/widget-logo.png" height="40" width="90" style="max-width: 100%; height: auto;"><br>
          </a>
        </td>
    </tr>
    </tbody>
    </table>
    <p><br> </p>
    <a href="http://www.webdesignerdepot.com/2013/04/how-to-write-markdown/" rel="nofollow external" class="bo">Source</a>
    </div>
]]>
</Body>
<Summary>Recently, there’s been a lot of talk about markdown as an alternate way to format text.   I decided to do a little research and see what all the talk was about and I was actually quite glad of...</Summary>
<Website>http://www.webdesignerdepot.com/2013/04/how-to-write-markdown/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27710/guest@my.umbc.edu/d309239d1655e57ddb11bcf44d55a6cc/api/pixel</TrackingUrl>
<Tag>art</Tag>
<Tag>benefits-of-markdown</Tag>
<Tag>blogging</Tag>
<Tag>code</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>how-to-write-markdown</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>illustrator</Tag>
<Tag>javascript</Tag>
<Tag>mardown</Tag>
<Tag>markdown-formatting</Tag>
<Tag>markdown-lists</Tag>
<Tag>markdown-quotes</Tag>
<Tag>markdown-vs-markup</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web-content</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 10:15:47 -0400</PostedAt>
<EditAt>Mon, 15 Apr 2013 10:15:47 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="27699" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27699">
<Title>New Internship with Firaxis Games</Title>
<Tagline>Paid Software/Graphics/Engineering Internship in Sparks, MD</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p><br></p>
    <p>This individual will directly contribute to the toolchain and production pipeline for an upcoming Firaxis title, and work closely with the graphics and systems teams.</p>
    <p>Interested candidates should submit a resume and a small C/C++ code sample.  </p>
    <p><span>Required Coursework:    CMSC 341, 313, 331, 435, or equivalent , with strong GPA</span></p>
    <p>Other majors will be considered depending on background.</p>
    <p>Required skills:      Comfortable in C/C++.   </p>
    <p>                                    Strong programming skills. </p>
    <p>                   Understands OO design and software engineering principles</p>
    <p>Good communication and problem solving skills.  Able to work independently.</p>
    <p>                     </p>
    <p>Preferred Skills:   </p>
    <p>      Familiar with MSVC, Perforce and CMake.   </p>
    <p>      Exposure to SQL, C#,  HLSL/GLSL, and flex/bison are pluses.</p>
    <p>      Familiarity with adobe photoshop or AutoDesk 3DSMax are large pluses.</p>
    <p>      Previous engineering experience (internship/co-op) is highly preferred.</p>
    <p><br></p>
    <p>Apply today through UMBCworks!</p>
    </div>
]]>
</Body>
<Summary>This individual will directly contribute to the toolchain and production pipeline for an upcoming Firaxis title, and work closely with the graphics and systems teams.   Interested candidates...</Summary>
<Website>http://www.firaxis.com/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27699/guest@my.umbc.edu/dc1dca387209cb2e31e1bc82dffcb6f2/api/pixel</TrackingUrl>
<Group token="shriver">The Shriver Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/shriver</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/original.jpg?1441293069</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/large.png?1441293069</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/medium.png?1441293069</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/small.png?1441293069</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxsmall.png?1441293069</AvatarUrl>
<Sponsor>Shriver Center:Intern, Co-op, Research &amp; Service-Learning</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/xxlarge.jpg?1366034422</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/xlarge.jpg?1366034422</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/large.jpg?1366034422</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/medium.jpg?1366034422</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/small.jpg?1366034422</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/xsmall.jpg?1366034422</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/699/33a900397522c1d3f78ba2f8744a653b/xxsmall.jpg?1366034422</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 10:01:22 -0400</PostedAt>
<EditAt>Mon, 15 Apr 2013 10:01:46 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="27708" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27708">
<Title>How Incorporating in Delaware or Nevada Can Hurt You</Title>
<Body>
<![CDATA[
    <div class="html-content">Before you think of incorporating your startup in a "tax haven" state, here is what young entrepreneurs need to know.</div>
]]>
</Body>
<Summary>Before you think of incorporating your startup in a "tax haven" state, here is what young entrepreneurs need to know.</Summary>
<Website>http://feedproxy.google.com/~r/YoungentrepreneurcomBlog/~3/0-g9yKGFtQY/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27708/guest@my.umbc.edu/552c5de636515a2dc469a6b25842bb5d/api/pixel</TrackingUrl>
<Tag>business-planning</Tag>
<Tag>incorporate</Tag>
<Tag>incorporation</Tag>
<Tag>llc</Tag>
<Tag>startup-finance</Tag>
<Tag>taxes</Tag>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 10:00:43 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27697" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27697">
<Title>Does the Library have textbooks?</Title>
<Body>
<![CDATA[
    <div class="html-content"><div>    <p>
            Page
                <strong>edited</strong> by
                        <a href="https://wiki.umbc.edu/display/~jhack" rel="nofollow external" class="bo">Janet Hack</a>
                </p>
            <div>
            <h2>Answer</h2>
    <p>The Library does not purchase textbooks, but sometimes people will donate a used textbook to the library.</p>
    <p>You can search the <a href="http://catalog.umd.edu/search=advanced&amp;base=bc" rel="nofollow external" class="bo">library catalog</a> for your textbook by title or ISBN. If we do not have the textbook you CANNOT request it through Interlibrary Loan.</p>
    <p> </p>
    <hr>
    <h2>Need further assistance?</h2>
    <p><strong>Phone: 410-455-2346</strong><br> <strong><a href="http://aok.lib.umbc.edu/askus/chat.php" rel="nofollow external" class="bo">Chat with a Librarian</a></strong></p>
    <h2>Rate this Article</h2>
    <p>
    
    
    
    
    <strong>Was this helpful?</strong>
    <a href="https://apps-my.umbc.edu/apps/rt-track/script.php?u=http://wiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D21725232&amp;q=1133&amp;v=1&amp;s=faq&amp;l=library+reference+books" rel="nofollow external" class="bo">Yes</a>
     | <a href="https://docs.google.com/a/umbc.edu/spreadsheet/viewform?formkey=dEpyOEZxa29QY05BaVpBVzZSYmRMM0E6MA&amp;entry_15=http%3A%2F%2Fwiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D21725232" rel="nofollow external" class="bo">No</a>
     | <a href="https://docs.google.com/a/umbc.edu/spreadsheet/viewform?formkey=dEpyOEZxa29QY05BaVpBVzZSYmRMM0E6MA&amp;entry_15=http%3A%2F%2Fwiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D21725232" rel="nofollow external" class="bo">Correct or Suggest an Article</a>
     | <a href="https://apps-my.umbc.edu/apps/rt-track/script.php?u=http://wiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D21725232&amp;q=1133&amp;v=0&amp;s=faq&amp;l=library+reference+books" rel="nofollow external" class="bo">Request Help</a></p>
    <div><table><tbody>
    <tr>
    <th><p>Page Information</p></th>
    <th><p> </p></th>
    </tr>
    <tr>
    <td><p>Tiny URL</p></td>
    <td><a href="https://wiki.umbc.edu/x/MIBLAQ" rel="nofollow external" class="bo">https://wiki.umbc.edu/x/MIBLAQ</a></td>
    </tr>
    <tr>
    <td><p>Email this Page</p></td>
    <td><p><a href="https://wiki.umbc.edu/pages/mailpage/mailpage.action?pageId=21725232" rel="nofollow external" class="bo">Email</a></p></td>
    </tr>
    </tbody></table></div>
        </div>
            <div>
           <a href="https://wiki.umbc.edu/pages/viewpage.action?pageId=21725232" rel="nofollow external" class="bo">View Online</a>
                  ·
           <a href="https://wiki.umbc.edu/pages/diffpagesbyversion.action?pageId=21725232&amp;revisedVersion=10&amp;originalVersion=9" rel="nofollow external" class="bo">View Changes Online</a>       
                      </div>
    </div></div>
]]>
</Body>
<Summary>Page             edited by                     Janet Hack                                  Answer  The Library does not purchase textbooks, but sometimes people will donate a used textbook to the...</Summary>
<Website>https://wiki.umbc.edu/pages/viewpage.action?pageId=21725232</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27697/guest@my.umbc.edu/d2d1a722edecf1c46c2278d63f0fe960/api/pixel</TrackingUrl>
<Tag>books</Tag>
<Tag>faq</Tag>
<Tag>library</Tag>
<Tag>reference</Tag>
<Group token="retired-428">UMBC FAQ</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-428</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/images/avatars/group/1/xsmall.png?1782921784</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/images/avatars/group/1/original.png?1782921784</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xxlarge.png?1782921784</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xlarge.png?1782921784</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/images/avatars/group/1/large.png?1782921784</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/images/avatars/group/1/medium.png?1782921784</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/images/avatars/group/1/small.png?1782921784</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/images/avatars/group/1/xsmall.png?1782921784</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/images/avatars/group/1/xxsmall.png?1782921784</AvatarUrl>
<Sponsor>UMBC FAQ</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 09:40:57 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27702" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27702">
<Title>Extending Placeholder Selectors with Sass</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>I recently wrote an article on creating<a href="http://blog.teamtreehouse.com/create-a-themable-button-set-with-sass" rel="nofollow external" class="bo"> a themable button set with Sass</a> where I used a mixin to define all base styles, then a color value was passed as an argument when included in each theme.</p>
    <p><strong>Example:</strong></p>
    <pre>@mixin btn-theme($btn-color) { ... }&#x000A;    &#x000A;    // Themes&#x000A;    &#x000A;    .purple {&#x000A;       @include btn-theme($purple);&#x000A;    }</pre>
    <p>The concept of mixins seems simple on the surface, but if we’re not careful, things can quickly get out of hand once our Sass starts to grow because they duplicate a lot of CSS. It’s essentially copying and pasting blocks of code.</p>
    <p>Fortunately, in our case there’s really no duplicate code to be concerned about. Using a mixin for creating the themes is still an efficient approach––it generates a different output with every use because it’s dependent on the color argument.</p>
    <p><a href="http://codepen.io/Treehouse/pen/vEkit" rel="nofollow external" class="bo">View the full example in Codepen</a>.</p>
    <h2>Things Can Be Better</h2>
    <p>I have other concerns about this approach:</p>
    <ul>
    <li>Every button element relies on two HTML classes: the general base style class and the more specific theme class.</li>
    <li>The theme classes are purely presentational.</li>
    <li>A number of unused CSS rules are being outputted.</li>
    </ul>
    <pre>&lt;button class="purple btn"&gt;Start!&lt;/button&gt;</pre>
    <p>So there is plenty of room for improvement, especially by taking advantage of two handy Sass features: <code>@extend</code> and placeholder selectors.</p>
    <h2>The Sass @extend Feature</h2>
    <p>The <code>@extend</code> directive allows one selector to inherit the styles of another selector. It prevents code bloat by grouping selectors that share the same styles into one rule.</p>
    <p>Here’s a basic example:</p>
    <pre>.square {&#x000A;       width: 200px;&#x000A;       height: 200px;&#x000A;       background-color: lightcoral;&#x000A;    }&#x000A;    .circle {&#x000A;       @extend .square;&#x000A;       border-radius: 50%;&#x000A;    }</pre>
    <p>Will compile to:</p>
    <pre>.square, .circle {&#x000A;      width: 200px;&#x000A;      height: 200px;&#x000A;      background-color: lightcoral;&#x000A;    }&#x000A;    .circle {&#x000A;      border-radius: 50%;&#x000A;    }</pre>
    <p>It’s also possible for one selector to extend another selector that in turn extends a third:</p>
    <pre>.ellipse {&#x000A;       @extend .circle;&#x000A;       height: 120px;&#x000A;    }</pre>
    <p>Compiles to:</p>
    <pre>.square, .circle, .ellipse {&#x000A;      width: 200px;&#x000A;      height: 200px;&#x000A;      background-color: lightcoral;&#x000A;    }&#x000A;    .circle, .ellipse {&#x000A;      border-radius: 50%;&#x000A;    }&#x000A;    .ellipse {&#x000A;      height: 120px;&#x000A;    }</pre>
    <p>To break it down simply: <em>one class can have all the styles of another class, as well as its own specific styles</em>. <a title="Sass @extend" href="http://codepen.io/Treehouse/pen/lpvbJ" rel="nofollow external" class="bo">View this in CodePen</a>.</p>
    <h2>Putting @extend to Work</h2>
    <p><code>@extend</code> can benefit us because our buttons can inherit everything in the <code>.btn</code> style block without having to explicitly state it in the markup.</p>
    <p>In our <code>btn-theme</code> mixin, let’s extend the <code>.btn</code> class:</p>
    <pre>@mixin btn-theme($btn-color) {&#x000A;       ... &#x000A;       @extend .btn;&#x000A;    }</pre>
    <p>Now every <code>.btn</code> class can be removed from the markup because the theme class will always inherit its styles.</p>
    <pre>// Themes&#x000A;    &#x000A;    .purple {&#x000A;       @include btn-theme($purple);  &#x000A;       /* btn-theme mixin now inherits .btn styles */&#x000A;    }&#x000A;    ...</pre>
    <p>But we’re still left with the presentational classes in the markup––they don’t mean anything but arbitrary colors at this point.</p>
    <pre>&lt;button class="purple"&gt;&#x000A;       Button&#x000A;    &lt;/button&gt;&#x000A;    &lt;button class="blue"&gt;&#x000A;       Button&#x000A;    &lt;/button&gt;</pre>
    <h2>The New “Silent Class”</h2>
    <p>Sass 3.2 introduced a special feature called placeholder selectors. They’re also referred to as “silent classes” because they won’t appear in our CSS output unless we <code>@extend</code> them.</p>
    <p>It’s usually better to extend a placeholder selector instead of a class selector, so let’s make our <code>.btn</code> class a silent class. This way it won’t “exist” in our CSS output until we’re ready to use it.</p>
    <p>A silent class is defined by using a <code>%</code> in front of the selector name:</p>
    <pre>%btn  {&#x000A;       ...&#x000A;    }</pre>
    <p>We’ll also need to add the <code>%</code> when extended:</p>
    <pre>@mixin btn-theme($btn-color) {&#x000A;       ... &#x000A;       @extend %btn;&#x000A;    }</pre>
    <p>This is an extremely useful feature because we can now create an entire library of theme colors, but they won’t get created (or outputted) until we call them.</p>
    <h2>Creating a Theme Library</h2>
    <p>Let’s create a new partial in the “scss” folder called “_themes.scss,” which we’ll need to import into “style.scss.”</p>
    <pre>@import 'themes';</pre>
    <p>In “_themes.scss” we can now create placeholder selectors of various color options––as many as we want. <a href="https://github.com/Guilh/buttons/blob/master/scss/_themes.scss" rel="nofollow external" class="bo">Check out the ones I created</a>.</p>
    <p>Examples:</p>
    <pre>%darkorange {&#x000A;       @include btn-theme(#FF8C00);	&#x000A;    }&#x000A;    %darkslategray {&#x000A;       @include btn-theme(#2F4F4F);	&#x000A;    }</pre>
    <p>Now we can give our HTML classes more meaningful names like:</p>
    <pre>&lt;button class="btn-delete"&gt;&#x000A;       Delete&#x000A;    &lt;/button&gt;&#x000A;    &#x000A;    &lt;input type="submit" class="btn-submit"&gt;</pre>
    <p>If we need to change a color theme, we can reference one from our themes library by simply changing the extended silent class in <a title="Sass" href="https://github.com/Guilh/buttons/blob/master/scss/_buttons.scss" rel="nofollow external" class="bo">_buttons.scss</a>.</p>
    <pre>.btn-delete {&#x000A;    	@extend %firebrick;&#x000A;    }&#x000A;    .btn-submit {&#x000A;    	@extend %tomato;&#x000A;    }</pre>
    <p>And because they are silent classes, if any are reused, they will be properly extended in the CSS.</p>
    <h2>Conclusion</h2>
    <p>This is a more viable approach because we’ve created our solution entirely in the CSS and not the markup. I created a GitHub repo containing all the example code we discussed –– <a title="GitHub Repo" href="https://github.com/Guilh/buttons" rel="nofollow external" class="bo">take a look</a>.</p>
    <p>Have you used <code>@extend</code> or placeholder selectors in your project? Let us know in the comments below.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/extending-placeholder-selectors-with-sass" rel="nofollow external" class="bo">Extending Placeholder Selectors with Sass</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>I recently wrote an article on creating a themable button set with Sass where I used a mixin to define all base styles, then a color value was passed as an argument when included in each theme....</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/dgefksCy-vg/extending-placeholder-selectors-with-sass</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27702/guest@my.umbc.edu/3351ceee0e2d5fdfe57f0f6e792bab05/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>at-extend</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>make-a-website</Tag>
<Tag>placeholder-selectors</Tag>
<Tag>responsive</Tag>
<Tag>sass</Tag>
<Tag>silent-classes</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 09:30:30 -0400</PostedAt>
<EditAt>Mon, 15 Apr 2013 09:30:30 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="27695" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27695">
<Title>Tomorrow is the big day! Join us as we go one One Day Without Shoes.</Title>
<Body>
<![CDATA[
    <div class="html-content">Tomorrow is the big day! Join us as we go one <a href="/profile.php?id=419659491040" title="To tag someone, type @ and then the friend's name" rel="nofollow external" class="bo">One Day Without Shoes.</a><br><br><br><a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.umbc.edu%2Ftrainctr%2Fnews%2Fone-day-without-shoes.html&amp;h=tAQG1ArjN&amp;s=1" rel="nofollow external" class="bo">UMBC Training Centers | One Day Without Shoes</a><br><a href="http://www.umbc.edu">www.umbc.edu</a><br>UMBC Training Centers PMI Agile Certified Practitioner Webinar</div>
]]>
</Body>
<Summary>Tomorrow is the big day! Join us as we go one One Day Without Shoes.   UMBC Training Centers | One Day Without Shoes www.umbc.edu UMBC Training Centers PMI Agile Certified Practitioner Webinar</Summary>
<Website>http://www.facebook.com/umbctraining/posts/443865742373747</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27695/guest@my.umbc.edu/13cf62e41d32d65c932d8766c99636b9/api/pixel</TrackingUrl>
<Tag>ccna</Tag>
<Tag>ceh</Tag>
<Tag>centers</Tag>
<Tag>cisco</Tag>
<Tag>cyber</Tag>
<Tag>cybersecurity</Tag>
<Tag>information</Tag>
<Tag>it</Tag>
<Tag>leadership</Tag>
<Tag>management</Tag>
<Tag>microsoft</Tag>
<Tag>project</Tag>
<Tag>security</Tag>
<Tag>technology</Tag>
<Tag>training</Tag>
<Tag>umbc</Tag>
<Group token="retired-575">UMBC Training Centers</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-575</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/original.jpg?1361981335</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/large.png?1361981335</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/medium.png?1361981335</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/small.png?1361981335</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxsmall.png?1361981335</AvatarUrl>
<Sponsor>UMBC Training Centers</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 09:30:01 -0400</PostedAt>
<EditAt>Mon, 15 Apr 2013 09:30:01 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="27694" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27694">
<Title>Ticket Counter and Quad*Mania Week Events</Title>
<Tagline>Ticket Counter for Monday, April 15th 2013</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/16904" rel="nofollow external" class="bo">DC Zoo Bus Trip</a></strong></div>
    <div>Saturday, April 27, 2013</div>
    <div>Bus departs The Commons Circle @ 10:00 am</div>
    <div>All Guests = $5.00</div>
    <div><strong>DC Zoo Bus Trip is SOLD OUT!</strong></div>
    <div><strong><br></strong></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/16515" rel="nofollow external" class="bo">Iron Man 3 Midnight Premiere</a></strong></div>
    <div>Thursday, May 2, 2013</div>
    <div>Bus will begin shuttling from The Commons Circle @ 11:00 pm</div>
    <div>All Guests = $5.00</div>
    <div><strong>We are on Ticket 40 of 260</strong></div>
    <div><strong><br></strong></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/16519" rel="nofollow external" class="bo">Hiking Bus Trip</a></strong></div>
    <div>Sunday, May 5, 2013</div>
    <div>Bus departs The Commons Circle @ 9:00 am</div>
    <div>All Guests = $5.00</div>
    <div><strong>We are on Ticket 11 of 49</strong></div>
    <div><strong><br></strong></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/16482" rel="nofollow external" class="bo">Six Flags Bus Trip</a></strong></div>
    <div>Saturday, May 11, 2013</div>
    <div>Bus departs The Commons Circle @ 8:00 am</div>
    <div>All Guests = $35.00</div>
    <div><strong>We are on Ticket 24 of 53</strong></div>
    <div><strong><br></strong></div>
    <h3><u>QUAD*MANIA WEEK EVENTS</u></h3>
    <div><u><br></u></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/16540" rel="nofollow external" class="bo">Free Quad*Mania T-Shirts!</a></strong></div>
    <div>Today! On Commons Main Street @ 12 Noon!</div>
    <div><br></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/16541" rel="nofollow external" class="bo">Quad*Mania Pep Rally (with MORE free stuff!)</a></strong></div>
    <div>Wednesday @ 12 Noon!</div>
    <div><br></div>
    <div><strong><a href="http://seb.umbc.edu/quadmania/#dance" rel="nofollow external" class="bo">Quad*Mania Dance Party (Free Dancing, Free Glowsticks)</a></strong></div>
    <div>Friday @ 9pm in the University Center Ballroom!</div>
    <div><br></div>
    <div><strong><a href="http://seb.umbc.edu/quadmania/" rel="nofollow external" class="bo">Quad*Mania Festival</a> - on the Quad all day Saturday!</strong></div>
    <div><ul>
    <li><span>Live Music (Starts @ 12 Noon!) <a href="http://seb.umbc.edu/quadmania/#music" rel="nofollow external" class="bo"><strong><u>Click for Band Lineup</u></strong></a></span></li>
    <li><span>Pony Rides </span></li>
    <li><span>Face Painting </span></li>
    <li><span>Dance Lessons (and a performance) from Major Definition</span></li>
    <li><span>Trucks and Trucks of Food <strong><u><a href="http://seb.umbc.edu/quadmania/#food" rel="nofollow external" class="bo">Click for List of Vendors</a></u></strong></span></li>
    <li><span>Carnival Games, Relays, Trivia and Crafts!  <a href="http://seb.umbc.edu/quadmania/#attractions" rel="nofollow external" class="bo"><strong><u>Click for List of Attractions</u></strong></a></span></li>
    <li><span>Tables and Information (the 9:30 club and their owners, I.M.P. Productions, the WMBC radio station, the SGA and many, many more!) <a href="http://seb.umbc.edu/quadmania/#studorgs" rel="nofollow external" class="bo"><strong><u>Click for List of Student Tables and Games</u></strong></a></span></li>
    </ul></div>
    <div><strong><a href="http://seb.umbc.edu/quadmania/#macklemore" rel="nofollow external" class="bo">Quad*Mania Headliner Concert - Macklemore &amp; Ryan Lewis</a></strong></div>
    <div>Sunday, April 21st @ 8:00pm - Paper tickets numbered 001-200 may enter the arena before the rest of the crowd. </div>
    <div><br></div>
    <div>This show is SOLD OUT, but if you're DESPERATE to go, stay tuned to <a href="http://sta.umbc.edu/orgs/seb/" rel="nofollow external" class="bo">SEB</a>'s <a href="http://seb.umbc.edu/quadmania/" rel="nofollow external" class="bo">Quad*Mania</a> page. Maybe you'll get lucky!</div>
    <div><br></div>
    <div><br></div>
    <div><br></div>
    <div><br></div>
    </div>
]]>
</Body>
<Summary>DC Zoo Bus Trip  Saturday, April 27, 2013  Bus departs The Commons Circle @ 10:00 am  All Guests = $5.00  DC Zoo Bus Trip is SOLD OUT!     Iron Man 3 Midnight Premiere  Thursday, May 2, 2013  Bus...</Summary>
<Website>https://www.facebook.com/UMBC.CIC</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27694/guest@my.umbc.edu/0447e9402defd6792de5fab01a0e6e7c/api/pixel</TrackingUrl>
<Group token="cic">Campus Information Center (CIC)</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/cic</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/original.png?1318518699</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/large.png?1318518699</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/medium.png?1318518699</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/small.png?1318518699</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxsmall.png?1318518699</AvatarUrl>
<Sponsor>Campus Information Center (CIC)</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/xxlarge.jpg?1366032437</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/xlarge.jpg?1366032437</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/large.jpg?1366032437</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/medium.jpg?1366032437</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/small.jpg?1366032437</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/xsmall.jpg?1366032437</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/694/9fd3ac60c2e7a7b4b5984fb48bda8492/xxsmall.jpg?1366032437</ThumbnailUrl>
<PawCount>2</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 09:27:54 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27693" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27693">
<Title>Cultural Documentation in Partnership with Communities</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <h5>by Michelle Stefano</h5>
    <div><br></div>
    <div>
    <span>Students in my </span><a href="http://umbcbreakingground.wordpress.com/2013/02/12/breakingground-course-is-front-page-news/" rel="nofollow external" class="bo">Cultural Documentation in Partnership with Communities </a><span>course (AMST 358) are working with local residents and former steelworkers to document their varied experiences with the recently closed Sparrows Point Steel Mill in Dundalk, Maryland. </span><span>In this video, UMBC New Media Studio director Bill Shewbridge and I share the ideas and experiences at the heart of this collaboration.... <a href="http://umbcbreakingground.wordpress.com/2013/04/15/cultural-documentation-in-partnership-with-communities/" rel="nofollow external" class="bo">(continue reading)</a> </span>
    </div>
    </div>
]]>
</Body>
<Summary>by Michelle Stefano     Students in my Cultural Documentation in Partnership with Communities course (AMST 358) are working with local residents and former steelworkers to document their varied...</Summary>
<Website>http://umbcbreakingground.wordpress.com/2013/04/15/cultural-documentation-in-partnership-with-communities/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27693/guest@my.umbc.edu/5d4bcce18ffd5a167c26b40d9b6f8586/api/pixel</TrackingUrl>
<Group token="bg">UMBC BreakingGround</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/bg</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/xsmall.png?1360169927</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/original.png?1360169927</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/xxlarge.png?1360169927</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/xlarge.png?1360169927</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/large.png?1360169927</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/medium.png?1360169927</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/small.png?1360169927</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/xsmall.png?1360169927</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/493/e0dc61eceffa1a7dff9d396b4b7c5011/xxsmall.png?1360169927</AvatarUrl>
<Sponsor>UMBC BreakingGround</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/xxlarge.jpg?1366032077</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/xlarge.jpg?1366032077</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/large.jpg?1366032077</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/medium.jpg?1366032077</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/small.jpg?1366032077</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/xsmall.jpg?1366032077</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/693/e9c09a84884c09721df10dd1abfeae21/xxsmall.jpg?1366032077</ThumbnailUrl>
<PawCount>4</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 09:22:06 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27691" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27691">
<Title>Researcher of the Week: Caitlin Smith</Title>
<Tagline>Undergraduate researchers explore their interests!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <strong>What research experiences have you had?</strong><br>
    I’m working on two big projects right now. I’m working with Dr. Michelle Stefano of the American Studies Department and Maryland Traditions on the documentary she and another professor are making for their class. I’ve been doing fieldwork with her in Dundalk, mostly observations and interviews. The other project is my own and has inspired my URCAD presentation. I’m focusing that research on the effect of the museum environment on interpretation. I’ve been doing a lot of observations at the Walters Art Museum before, during, and after the tours I give there and compiling papers from various disciplines including material culture, ancient studies, and museum design. It’s been a very private experience, mostly to fill my own curiosity until now.<br><br>
    
    <strong>How did you find the research opportunity?</strong><br>
    I began the research last semester in order to write a term paper for ANCS: 350 Myth and Archaeology. I wanted to find a way to bring my interest in museum interpretation into the paper which was meant to be an exploration of a particular ancient object on display. From there, it just kind of exploded. I had a lot of support from my professors, Dr. Tim Phin and Dr. Michelle Stefano, who helped me figure out exactly where to go with my research and what sources would be best.<br><br>
    
    <strong>Who did you work with on this project?</strong><br>
    I worked on this research on my own, for the most part, though I did have the support and assistance of many professors in the Ancient Studies Department and Dr. Stefano.<br><br>
    
    <strong>Was this your first independent research project?</strong><br>
    I would not say it was my first but definitely my first large scale project.<br><br>
    
    <strong>Do you get course credit for this work? Paid? How much time do you put into it?</strong><br>
    I received credit for this project as it was originally a term paper. I was not paid (unfortunately) but I did put a lot of time into it. We were working on these individual projects over the course of the entire semester. I did observations every Friday during my tours and read a ton of articles.<br><br>
    
    <strong>What academic background did you have before you started?</strong><br>
    I declared my dual major in Anthropology and Ancient Studies before I even took my first university class. I’ve had a near spotless record during my college career though I have not always put myself out there to do individual research. I’ve had a job since I was 14 so most of my academic work was restricted to the classroom.<br><br>
    
    <strong>How did you learn what you needed to know to be successful in this project?</strong><br>
    I did A LOT of reading. Most of my information came from academic papers and books and information from the museum itself. I also found a lot of inspiration in the classes I was taking that semester with the aforementioned professors. Dr. Stefano, especially, taught me a new way of thinking about the museum and museum interpretation in AMST 420: History and Theory of the Museum.<br><br>
    
    <strong>What was the hardest part about your research?</strong><br>
    Finding a good breadth of sources was a bit difficult at times. I was tapping into a few different disciplines in order to construct and defend my thesis and it was hard sometimes to ensure that I had a good balance of sources. It was also a lot to process at once. I had a bunch of notes in a few different places - it was really hard to get organized before I knew exactly what I wanted to say.<br><br>
    
    <strong>What was the most unexpected thing?</strong><br>
    This paper/research has stuck with me a lot more than most of the terms paper and projects I’ve done over the years. I just feel like it’s not quite done, in a way. There’s so much more to say and consider. In fact, I’ve decided to continue this research for my master’s thesis. It’s kind of strange how this one paper for this one class turned into a project which will play heavily into the next several years of my life.<br><br>
    
    <strong>Is this the first time you have applied to present at URCAD? How did you find out about applying to present your work? Are you excited?</strong><br>
    It is my first time applying to URCAD. I’ve known about URCAD for years but I’ve never felt that any of my work was good enough to present. I probably wouldn’t have applied at all in Dr. Phin hadn’t suggested it. Now that I’ve been accepted, I am very excited to share my work. I think it will be a great experience for me personally and a wonderful way to share my passion with others.<br><br>
    
    <strong>How does this research experience relate to your work in other classes?</strong><br>
    I consider this research to be the joint result of my time in ANCS 350 and AMST 420. My classes and experiences came together for me last semester in a really inspiring way which is a lot of the reason why I’ve been so interested and dedicated to this project.<br><br>
    
    <strong>What is your advice to other students about getting involved in research?</strong><br>
    Find someone or something that truly and deeply inspires you. Maybe you’ll find that in an internship or a class or even in a particular professor. It’s important that you love what you’re researching so that when it gets stressful and difficult and you feel like nothing is getting done, you’ll want to keep going anyway. And remember to have confidence in yourself and your work.<br><br>
    
    <strong>What are your career goals?</strong><br>
    I intend to pursue a career in cultural sustainability be it in the museum, a non-profit, or elsewhere. I want to find a position which would allow me to mediate between cultural institutions and the people to which they cater. There are a lot of voices and stories that are lost in the construction of heritage and history which I think needs to be addressed. I would love to do that as a career.<br><br>
    
    <strong>What are you doing next for research?</strong><br>
    I intend to continue my work with Maryland Traditions which may encompass a variety of projects. As I mentioned before, I also intend to bring this research into my graduate career and hopefully build on it over the next few years. It will absolutely play into my masters thesis.<br><br>
    
    <strong>What else are you involved in on campus?</strong><br>
    I am a Humanities Scholar and a member of the Honors College. I was inducted in Phi Beta Kappa Honor Society this past fall.</div>
]]>
</Body>
<Summary>What research experiences have you had?  I’m working on two big projects right now. I’m working with Dr. Michelle Stefano of the American Studies Department and Maryland Traditions on the...</Summary>
<Website>http://www.umbc.edu/undergrad_ed/research/ResearcherProfiles/caitlinSmith.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27691/guest@my.umbc.edu/6638448cc385efdbf7daef8f15a5b905/api/pixel</TrackingUrl>
<Group token="undergradresearch">Undergraduate Research</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/undergradresearch</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xsmall.png?1600355057</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/original.jpg?1600355057</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xxlarge.png?1600355057</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xlarge.png?1600355057</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/large.png?1600355057</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/medium.png?1600355057</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/small.png?1600355057</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xsmall.png?1600355057</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xxsmall.png?1600355057</AvatarUrl>
<Sponsor>Undergraduate Research</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/xxlarge.jpg?1366031610</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/xlarge.jpg?1366031610</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/large.jpg?1366031610</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/medium.jpg?1366031610</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/small.jpg?1366031610</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/xsmall.jpg?1366031610</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/691/491991572cf97170a77cc98cc908684b/xxsmall.jpg?1366031610</ThumbnailUrl>
<PawCount>36</PawCount>
<CommentCount>8</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 09:18:33 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27711" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27711">
<Title>Pirata on not joining the navy</Title>
<Body>
<![CDATA[
    <div class="html-content">Founded in 2008, Pirata has already helmed projects for McLaren and Team GB. We quizzed scurvy dogs Eduardo de Felipe, Ade Rowbotham, Lee McGuffie and Stuart Peddie about their success<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fpirata-not-joining-navy&amp;t=Pirata+on+not+joining+the+navy" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fpirata-not-joining-navy&amp;t=Pirata+on+not+joining+the+navy" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fpirata-not-joining-navy&amp;t=Pirata+on+not+joining+the+navy" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fpirata-not-joining-navy&amp;t=Pirata+on+not+joining+the+navy" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fpirata-not-joining-navy&amp;t=Pirata+on+not+joining+the+navy" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/163644526318/u/49/f/502346/c/32632/s/2abd4ea0/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/163644526318/u/49/f/502346/c/32632/s/2abd4ea0/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Founded in 2008, Pirata has already helmed projects for McLaren and Team GB. We quizzed scurvy dogs Eduardo de Felipe, Ade Rowbotham, Lee McGuffie and Stuart Peddie about their success     </Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/RFZhvRR8g6k/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27711/guest@my.umbc.edu/adf7d178fda97d6bba2a5fb19b4609b8/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>net</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 15 Apr 2013 08:00:23 -0400</PostedAt>
</NewsItem>

</News>
