Tell me more ×
Academia Stack Exchange is a question and answer site for academics and those enrolled in higher education. It's 100% free, no registration required.

Being somewhat familiar with referencing of academic papers as a source, it has struck me as odd why authors would leave out some date on their paper. The date could be the day the author completed the paper on or submit date or published date etc. Certainly it would be of help to others who would want to reference their work? So, does anyone know if there is a specific reason why certain authors leave out a date on their papers?

share|improve this question

2 Answers

up vote 11 down vote accepted

There is often a substantial delay between when the author finishes a paper and when the paper is actually published. The author may not be totally aware of the publishing date. This is why the authors do not include the date.

The date is generally found in/on the book/proceedings that the paper is published in. This is the date that should be used for referencing a paper.

share|improve this answer
3  
@paulgarrett I think the suggestion that not including a date isn't "forthright" or "truthful" is a bit silly. It's an entirely practical problem - the author doesn't know the date the article will be published, especially published in print, until it is. – EpiGrad Sep 26 '12 at 4:44
1  
@EpiGrad Sorry, I meant the creation-date or submission-date, which are known to the author. These are of different interest than/from the publication date, which may be secondary in many ways. – paul garrett Sep 26 '12 at 12:38
1  
The creation date is what is most relevant when we read a paper and want to know how current the research presented in it is. Right now I cannot think of a reason to leave the creation date out, except tradition (which should not be a good enough reason for us). – cls Oct 10 '12 at 9:51
1  
@DaveClarke I would say that the date of the most recent modification to the paper does the job. Often, it does not even need to be more fine-grained than the year and the month to judge how current the research is. The date of the idea might also be interesting, but this is something that can be mentioned in the text. – cls Oct 10 '12 at 11:02
1  
My point is: When I get a paper it is very often in .pdf form and detached from the publication context (when and where it appeared first is not obvious). When I read sentences like "To our knowledge, we are the first to..." and "We review previous work..." I want to know how old the information is and how likely it is to be outdated. Why not make that easier? – cls Oct 10 '12 at 11:11
show 2 more comments

Re completion date: because updating it manually every time you modify a draft is time-consuming and error-prone, and TeX does not really offer an easy out-of-the-box automated solution (mainly because of its inherent limitations as a programming language).

If you use a preprint repository such as arXiv, you have a submission date there, and that is good enough for most purposes.

Some journals list submission, acceptance and publication date, but that is a decision of the publisher, not of the author.

share|improve this answer
1  
Well, in Latex, you have the command \today, that gives the current date! – Charles Morisset Sep 26 '12 at 8:11
@CharlesMorisset: Correct me if I'm wrong, but there is not macro that will give the date the paper will be published, though. – Dave Clarke Sep 26 '12 at 8:25
@DaveClarke: that would be very cool, but I don't think there is indeed (maybe for the next version of Latex, who knows)? I was only referring to the "completion date", that can be automatically updated, after each compilation. – Charles Morisset Sep 26 '12 at 8:30
\today gives the compilation date. If I take a document that I wrote 10 years ago and recompile it, \today expands to 2012. It would not be hard to check the file modification date instead, or get the date from some underlying revision control system, if only TeX were a sane programming language. – Federico Poloni Sep 26 '12 at 8:46
1  
TeX is not a programming language. It's a typesetting language--and a versatile one at that, but at heart, it's still for typesetting, not programming (even though it was designed by a programmer!). – aeismail Sep 26 '12 at 9:34
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.