Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling non-numeric years #2

Closed
pickledgator opened this issue Aug 12, 2011 · 3 comments
Closed

Handling non-numeric years #2

pickledgator opened this issue Aug 12, 2011 · 3 comments

Comments

@pickledgator
Copy link

We typically have several publications which have been accepted to journals, but do not have complete citations yet. i.e., they are to appear. We like to include these 'to appears' in our citation list because it can often take up to a year for the paper to actual appear in the journal after it has been accepted. The easiest way I could think to add this functionality was to just list the bib entry year as "T.A.". The sorting seems to handle the non-numeric year just fine in the main list, but the graph columns at the top seem to be a little funky. It probably just needs some small error handling snippet to fix it, but I'm not super experienced with JS to know where to find where that code is.

As for handling the "T.A." in the actual citation, I was able to handle that in my custom citation print code, which I'll send to you one I've worked out all the bugs. Getting close to finishing!

@vkaravir
Copy link
Owner

This was easy enough to fix by slightly changing the sorting function. Hope this works!

@pickledgator
Copy link
Author

Perfect. Working great. Thanks!

@pickledgator
Copy link
Author

Ignore this comment. Working fine =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants