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

Where is the repo of the Workplace code located? #1

Open
ooker777 opened this issue Jun 13, 2023 · 3 comments
Open

Where is the repo of the Workplace code located? #1

ooker777 opened this issue Jun 13, 2023 · 3 comments

Comments

@ooker777
Copy link

ooker777 commented Jun 13, 2023

Only in Zenodo that the workspace code are stored. Even the Workspace documentation has no link to it. Nowhere in the WE1S org has template_package.py, or new_project.ipynb.

In line 81 of template_package.py there is a bug. Instead of

root = [x for x in os.listdir(destination_dir) if os.path.isdir(x)][0]

it should be

root = [x for x in os.listdir(destination_dir) if os.path.isdir(os.path.join(destination_dir, x))][0]
@scottkleinman
Copy link
Contributor

Thanks for pointing out this oversight. The missing files are now available at https://github.com/whatevery1says/we1s-templates. However, I have not made your modification to template_package.py since I haven't had time to test it. If you want to make a pull request, that would help our workflow.

@ooker777
Copy link
Author

ooker777 commented Jun 14, 2023

what is the status of this project? Has it totally stopped, and discussions about it or bug fixing (like this one) are just merely from individuals' time? I've contacted on both Facebook page and Twitter but there is no reply

@scottkleinman
Copy link
Contributor

The project was funded through 2021, so now we are mainly supporting bug fixes from individuals' time, probably until 2025. Some code is being repurposed for other projects, such as the Lexos API.

Our social media accounts may not be set up with notifications, so the best way to contact us would probably be here on GitHub or using the project's email address, [email protected], which will go to all the project's principal investigators.

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