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

Unidirectional: configure accepted repo URLs #22

Open
dgarijo opened this issue May 31, 2024 · 2 comments
Open

Unidirectional: configure accepted repo URLs #22

dgarijo opened this issue May 31, 2024 · 2 comments

Comments

@dgarijo
Copy link

dgarijo commented May 31, 2024

@StankovskiA where do you set which repo URLs are used for the regular expressions to filter out implementations?
I would like to support zenodo and bitbucket.

I would also like that if a dataset implementation is available, we would be able to detect it.

@StankovskiA
Copy link
Collaborator

@StankovskiA where do you set which repo URLs are used for the regular expressions to filter out implementations? I would like to support zenodo and bitbucket.

I would also like that if a dataset implementation is available, we would be able to detect it.

The regex patterns are defined in the RepoFromPaper > Utils > Constants.py file:
https://github.com/SoftwareUnderstanding/RSEF/blob/main/src/RSEF/repofrompaper/utils/constants.py

@dgarijo
Copy link
Author

dgarijo commented Jun 2, 2024

This is not considering Zenodo repos.
Also, the regex used in unidirectional and bidirectional should be shared no?

I would like this to be configurable in a yaml file, so if I want e.g., Zenodo records or bitbuckets records to be recognized, I can add them only in one place.

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