Details pages -- conventions: Difference between revisions

From Genecats
Jump to navigationJump to search
(made a few things less verbose, reordered/reworded, added a few notes)
(added notes about links)
Line 10: Line 10:
#  The "Display Conventions and Configuration" section should cover all track types.
#  The "Display Conventions and Configuration" section should cover all track types.
#  For ENCODE tracks, the page should include contact information for the submitting lab.
#  For ENCODE tracks, the page should include contact information for the submitting lab.
#  Links to pages outside of the Genome Browser should open in a new window.
#  Do not include punctuation in link names.  For example:
  >link name</A>.
not
  >link name.</A>


<B>Grammar/punctuation notes:</B>
<B>Grammar/punctuation notes:</B>

Revision as of 21:45, 23 September 2011


Details pages should be consistent from track to track. To ease the burden on QA, developers are requested to:

  1. Keep lines in the source page to 100 characters or less.
  2. Quotes, ampersands, and less than and greater than signs should be represented with their [html names].
  3. Email addresses should go through Hiram's sanitizer (encodeEmail.pl). It turns the address into an encrypted HREF "mailto:" address that makes it harder for spammers to use.
  4. The "Display Conventions and Configuration" section should cover all track types.
  5. For ENCODE tracks, the page should include contact information for the submitting lab.
  6. Links to pages outside of the Genome Browser should open in a new window.
  7. Do not include punctuation in link names. For example:
 >link name</A>.

not

 >link name.</A>

Grammar/punctuation notes:

  1. Units should be separated from the numbers by a space: "200 bp", not "200bp".
  2. We are using data as a plural noun. "Data are" not "Data is."
  3. "It's" means "It is." "Its" is possessive.

References

  1. All references to websites not in our domain require the TARGET = _BLANK tag.
  2. Papers are referenced with outlinks in one place at the bottom of the page only, not in the text above. In the text we simply say something like "Euskirchen, et al., 2007". Particularly if the paper is in preprint or Epub, we then only have to change the ref in one place.
  3. Refs are in PubMed format (see CBSE_citation_format).
  4. Refs with many authors are truncated to 10 authors and et al (which should be italicized).
  5. Refs are in alphabetical order by first author's last name.