-
Notifications
You must be signed in to change notification settings - Fork 5
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
Where do I run the script? #2
Comments
Yes, it makes the command line shorter to write but you're actually free to put them anywhere. But you'll have to run the sciprt from the "articles" directory because it will create a local archive of the paper (through some automatic github command). |
This should be clarified somewhere for people like me who have no idea, I guess. 😆 |
Yes, I realize the procedure needs more explanation. After you finished editing this one, I'll try to update explanation based on your feedback. |
I added this, but I am not sure how to clarify the rest since I am not sure I understand the rest enough, yet... Sorry! 42fb65e |
Thanks. I'll try to update by next week based on your (bad) experience. Sorry for all the mess. Did you manage to publish the article finally ? |
I'm not sure what I'm supposed to do next... is the author meant to take over at some point? |
You have to check the final PDF is ok (DOI, editors, replication (and not editorial)), lnks, etc. If it's fine, you can now publish it on Zeonodo using the script. Note that in cas of problem, you still have the option to edit it directly on Zenodo. |
A good thing would be to make very clear which bits the editor needs to do and which the authors and possibly send the authors a link to it (if we don't already?) so they can prep their end as soon as they can... would that be useful? |
Yes. One question we had with @khinsen is whether the editor fills up the metadata and make a PR to author's repository or whether the author fills up metadata and rebuild the PDF. Since editor is more experienced, the first solution might be easier. |
Another thing is the situation I am in now where I cannot compile the PDF. Is this OK or does it just mean asking the authors to do too much back-and-forth and taking too long? |
Also a link to a fully working (toy?) example would be good for the YAML file. Maybe even for the whole article repo? So we can know what it should look like? |
I'm getting a bug (?):
Apart from the typo which I'll fix now, I don't think it's correct to have this blocking since I can't build the PDF from the Metadata in this case anyway... |
And now I get this issue — any ideas?
|
Maybe missing quote around the string or maybe you need to escape the |
OK, but now I get this...
|
You're using the Zenodo sandbox with the sandbox DOI or the actual DOI ? |
Ah, to test this I need to generate/paste a sandbox DOI and edit the metadata and PDF files? |
Yes, the DOI you get from sandbox and actual server are not the same and might be the problem. |
Fixed DOI, etc., now I get this:
|
The line in the metadata is now: title: "[Re] The Wisconsin Card Sorting Test\: an implementation of Dehaene and Changeux Neuronal Network Model" |
I have tried various ways of escaping the colon to no success! 😕 All here have been tested: https://stackoverflow.com/questions/11301650/how-to-escape-indicator-characters-i-e-or-in-yaml |
Ok, we need to change the title that is wrong anyway. The title of the replication should be "[Re] original title" (this is for search engines to (also) match the replication when people look for the original article). |
So the title should be, which still has a colon in it:
|
Arrrggg.... Can you try with this |
Same error(s) with the different combinations of escaping the Unicode colon. |
Even without escaping it at all ? |
Yup, the error is then:
|
It doesn't care about the pasted single-space Unicode colon at all. It just replaces it — it seems — with a standard colon. |
So let's use a comma and you can keep the right title in the tex/pdf and change the title later directly on Zenodo. I'll need to fix the problem at some point. |
Aaaahhh, I figured it out. I was confusing the line numbers! Both original and current title had colons! OK, I used the standard way of fixing both colons, and it's fine! https://sandbox.zenodo.org/record/416801 |
Is best practice to take the YAML and PDF and drop them in the same directory as the Python scripts?
The text was updated successfully, but these errors were encountered: