Ticket #842 (closed clarification: fixed)

Opened 8 months ago

Last modified 1 week ago

Download Citation page citation need better formatting

Reported by: rich Assigned to: dragisak
Priority: medium Milestone: 0.9.1
Component: ambra Version: 0.8.2.1
Keywords: Cc:
Blocking: Blocked By:

Description

The citation that displays on the Download Citation page has some problems. For each example cited below, please compare to how the citation displays in the grey metadata box.

1) missing formatting in the article titles like italics, superscript, and subscript (e.g., "Mycobacterium tuberculosis" should be italicized and the plus sign in "αβTCR+" should be superscripted).

2) journal name should be abbreviated name, not full name (e.g., "PLoS Pathog" instead of "PLoS Pathogens").

3) missing period after elocation-id (e.g., "e39." instead of "e39")

Example: http://www.plospathogens.org/article/info%3Adoi%2F10.1371%2Fjournal.ppat.0040039

4) When given-name is hyphenated, the initials that appear in the citation should be hyphenated (e.g., "Tseng J-T" instead of "Tseng JT").

Example: http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1000005

5) Author name suffixes should be displayed after the given-name initials, not before (e.g., "Marques ETA Jr" instead of "Marques Jr ETA"). Example: http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.0020081

Dependency Graph

Attachments

Author Name Style.doc (29.0 kB) - added by rich on 07/14/08 14:12:18.
Author Name Style for Topaz Journals

Change History

03/27/08 11:27:19 changed by rich

  • milestone set to pubApp_0.8.2.3.

06/20/08 11:56:30 changed by amit

  • priority changed from low to medium.
  • blocking changed.
  • blockedby changed.
  • milestone changed from pubApp_0.8.2.3 to 0.9.0.

this should be fixable for 0.9.

06/20/08 14:09:23 changed by amit

  • priority changed from medium to high.

06/23/08 08:40:55 changed by jkirton

  • status changed from new to assigned.

06/23/08 09:07:39 changed by jkirton

currently, these citation strings are generated from a simple java value object. There is no supporting formatting directives to use when citation strings are created via CitationUtils?.java. The only place this formatting is applied is viewnlm_v2.xsl and not citation.xsl. Perhaps we should beef up citation.xsl to supported formatted citation strings? Or...?

06/23/08 09:52:09 changed by amit

It cannot be done in the FTL?

06/23/08 14:45:51 changed by jkirton

It could but we still need to resolve where we would be getting the formatting data so ftl would know what to format and how to format it.

06/23/08 15:03:11 changed by amit

  • milestone deleted.

07/14/08 14:12:18 changed by rich

  • attachment Author Name Style.doc added.

Author Name Style for Topaz Journals

09/08/08 15:36:37 changed by amit

  • milestone set to 0.9.1.

09/08/08 16:12:08 changed by dragisak

  • owner changed from jkirton to dragisak.
  • priority changed from high to medium.
  • status changed from assigned to new.
  • type changed from defect to task.

09/10/08 17:00:02 changed by amit

  • type changed from task to enhancement.

10/22/08 08:53:53 changed by dragisak

  • status changed from new to assigned.

10/24/08 16:18:10 changed by dragisak

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6597]) Extract title formatting information from article XML. Instead of CitationUtils?, use Freemarker template with CitationInfo? object to format output. Create Freemarker directive to format author last names. Closes #842

10/24/08 16:18:56 changed by dragisak

(In [6598]) Forgot the Freemarker directive class. Closes #842

10/24/08 16:20:24 changed by dragisak

(In [6599]) Extract title formatting information from article XML. Instead of CitationUtils??, use Freemarker template with CitationInfo?? object to format output. Create Freemarker directive to format author last names. Closes #842

10/27/08 10:03:11 changed by rich

  • status changed from closed to reopened.
  • resolution deleted.

10/27/08 10:03:44 changed by rich

  • owner changed from dragisak to russ.
  • status changed from reopened to new.
  • type changed from enhancement to clarification.

Please verify - thanks.

11/03/08 15:59:30 changed by russ

  • owner changed from russ to dragisak.

11/03/08 16:00:12 changed by russ

also, the citation is now appearing twice on the download citation page - once where it should, and once above the <h1>Download Citation</h1> tag with no formatting.

11/11/08 09:55:54 changed by dragisak

(In [6669]) Rename the directive class to reflect it's function. Move name suffix at the end. Addresses #842

11/11/08 11:05:36 changed by dragisak

  • status changed from new to closed.
  • resolution set to fixed.

(In [6671]) Display journal abbreviated name. Closes #842