If you have any questions not answered by this help, please don't hesitate to contact .
To use the content of the Papercore, you don't need to have an account, you can view the summaries without logging in. But to change a summary or create new summaries, you need to have an account so the changes to a summary can be attributed to a person.
To create an account, click on the Sign up link in the upper right of any page.
On the following page, provide all the information asked for in the form, and then create your account by clicking on the Sign up button. You will receive an email to the address you provided with an activation link which you have to open in your browser (by clicking on the link). After you did that, your account is ready for use.
To log into the Papercore, click on the Not logged in link in the upper right of any page.
Provide your Login and Password to access the Papercore.
Summaries provide a compressed view on a book, paper, journal article etc. They can be written as plain text or using a custom Latex style.
To create a summary, you have to be logged into the Papercore. See above if you don't have an account.
To create a new summary, select the Create entry from the Summary menu.
Then, select the type of document the summary is about. After the selection, the form matching the document type will appear. Mandatory fields have a bold label - you have to provide a value in those fields. The form is grouped into different sections, the top level sections being "Document", "PACS Categories" and "Summary".
You can't change the document type afterwards, so to start over you would have to cancel out of the form and use the Create menu link again (or use the Create menu link directly to start over).
In this section, you enter the data of the document the summary will describe. The form is a bit different for each of the summary types, but the fields are more or less the same for each of the types.
The different fields are:
Add the information about the author(s) here -- if you need to add more than one author, click on the Add an author link.
For some document types, you might be able to add Editors of an document -- fill in the information available, and if you need to add more than one editor, use the Add an author link.
To add the summary to a PACS category, you can expand the toplevel PACS categories by clicking on the PACS numbers in the left. To limit the shown categories, you can enter some text into the filter text field, the list will shrink according to the filter text you entered.
To select a PACS entry for the document, use the checkbox next to a PACS entry.
This is where the real summmary is added. You can provide the summary text as a plain ascii text, or use the summary.sty Latex document class to create your summary (see below).
generate Summary ID checkbox, or you can manually select the summary id. The suggested format is the surname of the main author followed by the year of publication of the document, e.g. Doe1999.
When you enter your own summary id, the entered text is checked against the currently available summary ids to find similar IDs and avoid duplicates.
If you use images in your summary (see below for LaTeX usage instructions), you will be prompted to upload the referenced images found in your summary text.
For each \includegraphics call, you will have to select the matching image to upload to the server. With the Use for: dropdown you can select for which referenced file you want to use the upload.
Important: only use images for which you have the permission to use and distribute!
If there are any summaries which are related to the summary you are entering, you can find them by entering text into the Find summary text field. When the correct summary is shown, use the Add button to add the summary as a related summary.
To add the summary to the Papercore, use the Create summary button at the bottom of the page. If there are any errors in the data you entered, the input form will be shown again with an error explanation at the top.
Fields which contain errors will have a red border surrounding them, so they can be found easily.
The summary can be entered in plain text format or as a latex document using the summary.cls. The latter allows you to use the full LaTeX formatting capabilities for your summary.
You can write the summary on your computer and check if everything is correct if you download the summary.cls file and install it in your local LaTeX system.
You can also download a sample LaTeX summary at summary.tex on which you can base your own summary.
To write a summary using the LaTeX class, start with the following code:
\documentclass[article]{summary}
\author{James Doe}
\title{A summary title}
\journal{Journal of Summaries}
\volume{1}
\pages{10-34}
\year{2010}
\id{Chainey2010}
\doi{DOI:10.1007/s003390201377}
\pacs{75.50.Ee Antiferromagnetics}
\begin{document}
\maketitle
\section{Introduction}
\section{Method}
\end{document}
Possible values for the document type (to be put inside the square brackets in the \documentclass line) are: article, report, proceedings, overview
To describe the authors of the document the summary is about, use the \author{} command. Add as many lines as needed for the document's authors, e.g.:
\author{James Doe}
\author{Jane Doe}
\author{Jimmy Doe}
When the document type is overview, you can also state editors of the document by using \editor{} in the same way as for authors.
To describe the document the summary is about, you can use different commands:
\title{}\booktitle{}proceedings\journal{}\no{}report\volume{}\pages{}\year{}\institution{}report\id{}Doe2009\link{SumID} or \link[Some Text]{SumID}\doi{}This command is used to add a link to the document which points to the full text of the document or a page describing the document.
It can be given as a DOI Number, a ISBN Number or as a URL.
see above for the supported formats.
\pacs{}\pacs{75.50.Ee}. Can be used as often as needed.You can use the normal LaTeX commands in writing your summary.
To include Images in your summary, use the normal LaTeX methods includegraphics, figure and so on — just keep in mind that your images can not be in EPS format (in the background, pdflatex is used).
For in-depth information, see for example http://en.wikibooks.org/wiki/LaTeX/Importing_Graphics
If you want to link to a summary, you can use a short link: http://papercore.org/<SumID> -- for example: http://www.papercore.org/spinGlasses2010
The shortlink is displayed on the top of the summary page.
If you have any questions not answered by this help, please don't hesitate to contact .