Difference between revisions of "Training Video:Citation Styles"

From EPrints Documentation
Jump to: navigation, search
(More Reading)
(More Reading)
 
Line 60: Line 60:
 
==More Reading==
 
==More Reading==
 
* [[Citation Format]]
 
* [[Citation Format]]
* [[EPScript]]
+
* [[EPScript]], the XML language used in citation styles.

Latest revision as of 16:42, 18 November 2015


Introduction

Citation styles control how EPrints displays the details of items to users. There are separate styles depending on whether vistors are looking at an individual item or a list of items e.g. the results of a search.

What You Will Learn

  • What a citation file does
  • What a citation file looks like and how it is constructed
  • How to modify a citation file to display new information
  • How to include one citation file within another
  • Conditional elements in a citation file

What You Should Already Know

  • How to change EPrints configuration files
  • Basic understanding of XML

Resources

Video

The Video can be found at http://youtu.be/MywQE6o6Za4.

Index


The Video

Notes, Errata and Additional Information

  • EPrints 3.3.14
  • Ubuntu 15.04

Test Yourself

You will need an administrator account on an EPrints repository to do these exercises. http://demoprints.eprints.org/ may be a useful resource, but your own sandbox repository may be better.

  • Modify the default citation style to include the text 'We present for your consideration:' at the start of the citation.
  • Make sure the title doesn't show for items of type 'article'
  • Render the contents of the abstract at the end of the default citation style, in red text.
  • Modify the abstract page to include the text 'Click on an icon below to download a document' just above the documents if there are any.

More Reading