<?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=Salzberg</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=Salzberg"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php/Special:Contributions/Salzberg"/>
	<updated>2026-05-04T12:26:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Resources&amp;diff=4891</id>
		<title>Cbcb:Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Resources&amp;diff=4891"/>
		<updated>2009-03-16T14:57:51Z</updated>

		<summary type="html">&lt;p&gt;Salzberg: /* Main information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Main information==&lt;br /&gt;
(under development)&amp;lt;br&amp;gt;&lt;br /&gt;
For now see [http://www.cbcb.umd.edu/intranet/resources.shtml www.cbcb.umd.edu/intranet/resources.shtml]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage, with mount points and amount of space 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;
==Publication database==&lt;br /&gt;
&lt;br /&gt;
(from kunmi)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have a new publications system to help better manage our publications. &lt;br /&gt;
We will no longer need to edit the index.shtml file anymore, but rather &lt;br /&gt;
log into the system and add/edit as we please. Here are the specifications:&lt;br /&gt;
* Any logged in user for add/edit&lt;br /&gt;
* Import publications manually, or fetch by PubMed ID, EndNote format(also supports EndNote XML), RIS format, and Bibtex&lt;br /&gt;
* Export to Bibtex, EndNote or RIS formats.&lt;br /&gt;
* Search publications by author, keywords or PubMed ID&lt;br /&gt;
* Better ordering of publications (by date, journal or title ... I&#039;m &lt;br /&gt;
working on sorting by author)&lt;br /&gt;
* All publications are stored in a MySQL database.&lt;br /&gt;
* Access information (passwords and such) provided on the secure wiki: [https://wiki.umiacs.umd.edu/cbcb-private/index.php/Publication_Server https://wiki.umiacs.umd.edu/cbcb-private/index.php/Publication_Server]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The system is live at [http://www.cbcb.umd.edu/publications http://www.cbcb.umd.edu/publications].&lt;br /&gt;
&lt;br /&gt;
==Adding just your pubs to your website==&lt;br /&gt;
Two pages are useful for this purpose:&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.cbcb.umd.edu/publications/authorByYear?n=pop&amp;amp;fn=Mihai&amp;amp;nyr=3 http://www.cbcb.umd.edu/publications/authorByYear?n=pop&amp;amp;fn=Mihai&amp;amp;nyr=3] -- this page displays the publications for an author with last name specified in the &#039;&#039;&#039;n=&#039;&#039;&#039; option, with full name specified in &#039;&#039;&#039;fn=&#039;&#039;&#039;, grouped by year for the first &#039;&#039;&#039;nyr=&#039;&#039;&#039; years (default 3), after which all remaining publications are listed in reverse chronological order.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.cbcb.umd.edu/publications/authorRecent?n=pop&amp;amp;num=5 http://www.cbcb.umd.edu/publications/authorRecent?n=pop&amp;amp;num=5] -- this page displays the last &#039;&#039;&#039;num=&#039;&#039;&#039; publications (default 5) for an author with last name specified in the &#039;&#039;&#039;n=&#039;&#039;&#039; option.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Adding one of these pages within your website can be done with an iframe, e.g.:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;http://www.cbcb.umd.edu/publications/authorRecent?n=pop&amp;amp;num=5&amp;quot; &lt;br /&gt;
  width=&amp;quot;100%&amp;quot; height=300&amp;gt;&lt;br /&gt;
&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
There might be an easier/prettier way but I don&#039;t know it.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Note that the pages I mention above automatically add an &amp;quot;et al.&amp;quot; after the first 10 authors in any publication with more than 10 authors.  Right now this is hardcoded behaviour, though it shouldn&#039;t be super-hard to create a more flexible policy.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Also useful: [http://www.cbcb.umd.edu/publications/author.php?n=pop http://www.cbcb.umd.edu/publications/author.php?n=pop] &amp;lt;br&amp;gt;&lt;br /&gt;
if you look at the file, what you need is from line 10 - 21. Everything else is for the look and feel. I did two ways to search for a user and thats by database user id and last name (case-insensitive). Searching by last name gives better results.&lt;br /&gt;
&lt;br /&gt;
==Getting started in CBCB==&lt;br /&gt;
(under development)&amp;lt;br&amp;gt;&lt;br /&gt;
===Getting building access and a lab key===&lt;br /&gt;
===Subscribing to mailing lists===&lt;br /&gt;
===Understanding the layout of available resources===&lt;br /&gt;
===Configuring your home directory and shell===&lt;br /&gt;
&lt;br /&gt;
== &lt;br /&gt;
== Headline text ==&lt;br /&gt;
 ==&lt;/div&gt;</summary>
		<author><name>Salzberg</name></author>
	</entry>
</feed>