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

Add support for pdf and abstract urls #1450

Open
george-gca opened this issue May 23, 2023 · 10 comments
Open

Add support for pdf and abstract urls #1450

george-gca opened this issue May 23, 2023 · 10 comments

Comments

@george-gca
Copy link

Feature Request

Is your feature request related to a problem? Please describe.
It would be nice to have links to both abstract and pdf as options in the UI.

Describe the solution you'd like
Maybe a pdf_url or abstract_url field in the data format would be nice.

Teachability, Documentation, Adoption, Migration Strategy
This way, when viewing the paper abstract, one could go directly to the paper, or to the abstract url, where more info could be found, like supplementary material as in the example provided.

@Rensvandeschoot
Copy link
Member

Is this information always available in the meta-data?

@FelixWdm
Copy link
Member

dear @george-gca for what data sources would you expect these fields? They don't seem common, but if there's a specific source or field they are used, we'll look into it. Thanks!

@george-gca
Copy link
Author

I don't think this is commonly found in the metadata, but if I am manually creating the data is something that I can add, what is my specific use case. If I had a way to link both pdf and abstract separately, would be a nice addition.

@george-gca
Copy link
Author

Actually it would be nice to have even more options. For example, like here:

image

where there is the possibility to link to other sources, like search for it on Google Scholar or add it to Mendeley.

@Rensvandeschoot
Copy link
Member

Would you be interested in drafting a PR for adding such functionality?

@george-gca
Copy link
Author

Sure, I will give it a go.

@george-gca
Copy link
Author

@Rensvandeschoot question: how do I setup local dev environment? I cloned the repo, made a few changes, and now I want to launch ASReview from local directory. How do I do that? Couldn't quite find it in the docs.

@rohitgarud
Copy link
Contributor

Hi @george-gca, run the following command from inside the local asreview directory:

pip install -e .

or

pip install .

Pip will install the updated version in your dev env and then you can launch asreview lab from the env terminal

@Rensvandeschoot
Copy link
Member

see the development documentation here: https://github.com/asreview/asreview/blob/master/DEVELOPMENT.md

@george-gca
Copy link
Author

Hi @george-gca, run the following command from inside the local asreview directory:

pip install -e .

or

pip install .

Pip will install the updated version in your dev env and then you can launch asreview lab from the env terminal

Just tried this with pipenv, but got some errors that I posted in #488

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

No branches or pull requests

5 participants