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

Harvesting metadata from a provided repository URL #276

Open
Aidajafarbigloo opened this issue Oct 9, 2024 · 1 comment
Open

Harvesting metadata from a provided repository URL #276

Aidajafarbigloo opened this issue Oct 9, 2024 · 1 comment
Labels
1️ harvesting The harvesting step in the workflow Hackathon24 Issues that should be fixed in or until the Hackathon 24 (December)

Comments

@Aidajafarbigloo
Copy link

Remote Harvesting

A feature that allows users to harvest and retrieve metadata from CFF and CodeMeta files by providing a GitHub repository URL.
By executing the command hermes harvest --url <URL> , it scans the specified repository for CFF and CodeMeta files. If found, it retrieves the metadata from those files.

Aidajafarbigloo added a commit to Aidajafarbigloo/hermes that referenced this issue Oct 10, 2024
Aidajafarbigloo added a commit to Aidajafarbigloo/hermes that referenced this issue Oct 10, 2024
Aidajafarbigloo added a commit to Aidajafarbigloo/hermes that referenced this issue Oct 26, 2024
@SKernchen SKernchen added 1️ harvesting The harvesting step in the workflow Hackathon24 Issues that should be fixed in or until the Hackathon 24 (December) labels Nov 18, 2024
@Aidajafarbigloo
Copy link
Author

We have changed our approach to address this issue. Currently, we are trying to use the path argument available in commands\base.py to test whether we can harvest CFF and CodeMeta metadata by executing the following command:
hermes harvest --path <URL>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️ harvesting The harvesting step in the workflow Hackathon24 Issues that should be fixed in or until the Hackathon 24 (December)
Projects
None yet
Development

No branches or pull requests

2 participants