-
Notifications
You must be signed in to change notification settings - Fork 524
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
AAAS science template #320
Comments
Thanks for the suggestion ! |
Hello! I would like to volunteer to work on this. The only issue is that this would be first time contributing to open-source and to templates. So, I would be extremely grateful for any help along the way. Steps I have taken so far -
I have copied the PR checklist from one of the recent PRs. I am hoping to use that to complete it and then open a pull request. Please let me know of any steps that I am missing along the way. The checklist being -
Thank you in advance. |
Hi @sasank89 ! That is awesome news! Best thing to do is to look at others PR (we've linked them by articles into the README). The PR template should remind you of what is important - if something is missing, tell us and we'll update. About some technical resources, it is also in the README: https://github.com/rstudio/rticles#technical-resources-helpful-to-contribute-a-template Basically, you need to now about Pandoc templates and the use of variables so that some parameters can be passed from YAML header to the template. Creating a template for rticles is in fact transforming a TeX template for the Journal, to a Pandoc template to include inside the package. All the R features from Rmd would then be available. Feel free to ping me anytime. You can also create a PR even if not finished by setting it as Draft. That way we can discuss directly on your code if you want. Thanks! |
Hi @cderv ! Thank you so much for the insight. It has really helped me get started on working with the Pandoc template. Thank you! |
Thank you @cderv for your encouragement, despite me being new to programming itself and to contributing to open source. I am still continuing to work on the code and am reading more about the pandoc templates. Hopefully, will complete this over the next few weeks. |
It could be cool if you would make the yaml of this template follow the one described at https://github.com/jam-schema/jams/blob/master/prototype_v1_JC.yml |
Thanks @jcolomb ! This would be indeed great ! For reference your request is related to #324 Unfortunately, this is also highly dependent on what the LaTeX template from the journal accept for the author part. When they correctly consider authors as multiple independent However, this would be possible with Pandoc using Lua filter that would parse this metadata and format as expected by the journal in Lua directly. This would require some work but could be a great addition to your project to have an example on how to do such thing. Using Pandoc template only has the limitation of the https://pandoc.org/MANUAL.html#templates syntax. Thanks for the heads up on this ! |
For those interested in this template, there is a PR that has been opened for it #486 by @christopherkenny. Giving it a try would help test it. |
"LaTeX users should use our LaTeX template and either convert files to Microsoft Word .docx or submit a PDF file"
info and links to templates: https://www.sciencemag.org/authors/preparing-manuscripts-using-latex
The text was updated successfully, but these errors were encountered: