-
Notifications
You must be signed in to change notification settings - Fork 445
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
references native import #4195
Comments
if you allow references to be imported, people might look for standard bibliographic formats like BibTeX… |
Hmmm... yes... but currently OJS does not know about them -- it sees a reference/list of references just as a text... |
Any development in this issue @bozana ? I saw that there is a Crossref upload referernce plugin in 3.1.2.0 - that´s great, but this issue to import references to OJS is not fixed... |
We are needing this functionality, we should soon send a PR. |
Now each exported article contains the references into node. Signed-off-by: Leandro <leandro@lepidus.com.br> Signed-off-by: Lucas Marcos <lucasmarcos@lepidus.com.br>
The citations node creation function now creates a citation node for each reference. An export example was added to the sample.xml. Signed-off-by: Leandro <leandro@lepidus.com.br> Signed-off-by: Lucas Marcos <lucasmarcos@lepidus.com.br>
Hello @asmecher ! Due to the carnival celebrations in Brazil, our team only returns to work on Wednesday afternoon. :( If you want to see how it looks now: stable-3_1_2...lepidus:i4195-enhancement-import We still have to port to 3.2, but I imagine it will be something simple. We made the changes on top of the stable OJS (3.1.2) to facilitate testing. At first the functionality was implemented, but we will do more tests and check if there was any modification not related to this issue in git. |
@diegoabadan, I agree that working with |
Signed-off-by: Leandro <leandro@lepidus.com.br> Signed-off-by: Lucas Marcos <lucasmarcos@lepidus.com.br>
The Submission Filter now has resources to recognize and save the citations from a submission. You can import an XML sample and visualize the citations. Signed-off-by: Leandro <leandro@lepidus.com.br> Signed-off-by: Lucas Marcos <lucasmarcos@lepidus.com.br> Signed-off-by: Jhonathan Miranda <jhon@lepidus.com.br>
Now each exported article contains the references into node. Signed-off-by: Leandro <leandro@lepidus.com.br> Signed-off-by: Lucas Marcos <lucasmarcos@lepidus.com.br>
The citations node creation function now creates a citation node for each reference. An export example was added to the sample.xml. Signed-off-by: Leandro <leandro@lepidus.com.br> Signed-off-by: Lucas Marcos <lucasmarcos@lepidus.com.br>
Cherry-picked commits in the above two PRs to |
@defstat, could you forward-port the above two PRs to OJS and OMP |
PRs: |
[pkp-lib] #4195 Port Citation import/export to v3.2
[OJS] #4195 Port Citation import/export to v3.2
Merged! Thanks, @defstat. |
Whoops, I closed this too soon, @defstat -- could you also port to OMP |
PR |
* pkp/pkp-lib#4195 Port Citation import/export to 3.2 * Submodule update ##defstat/i4195##
provide a possibility (xml element) to import references for a submission
The text was updated successfully, but these errors were encountered: