<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/cbcb/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Suzantrt</id>
	<title>Cbcb - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/cbcb/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Suzantrt"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php/Special:Contributions/Suzantrt"/>
	<updated>2026-04-12T21:26:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9043</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9043"/>
		<updated>2017-09-18T17:20:21Z</updated>

		<summary type="html">&lt;p&gt;Suzantrt: /* Getting Building Access and Room Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Barbara Lewis, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3121&amp;lt;br&amp;gt;&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.0368&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Suzantrt</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9042</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9042"/>
		<updated>2017-09-18T17:14:22Z</updated>

		<summary type="html">&lt;p&gt;Suzantrt: /* Getting Building Access and Room Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Christine Bogan-Phillips, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3121&amp;lt;br&amp;gt;&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.0368&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Suzantrt</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9041</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9041"/>
		<updated>2017-09-18T17:14:04Z</updated>

		<summary type="html">&lt;p&gt;Suzantrt: /* Getting Building Access and Room Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Christine Bogan-Phillips, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3121&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.0368&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Suzantrt</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9040</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9040"/>
		<updated>2017-09-18T16:38:35Z</updated>

		<summary type="html">&lt;p&gt;Suzantrt: /* Getting Building Access and Room Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Christine Bogan-Phillips, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.0368&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Suzantrt</name></author>
	</entry>
</feed>