nasa / Transform-to-Open-Science

Transformation to Open Science
Other
759 stars 150 forks source link

OS101 Module 2 Lesson 1 - Libraries definition error #588

Open Catch2T8 opened 11 months ago

Catch2T8 commented 11 months ago

In Lesson 1 of Module 2 of Open Science 101 course, "Libraries" defined as:

No creative process is truly complete until it manifests a tangible reality. Whether your idea is an action or a physical creation, bringing it to life will likely involve the hard work of iteration, testing, and refinement.

Just be wary of perfectionism. Push yourself to share your creations with others. By maintaining an open stance, you’ll be able to learn from their feedback. Consider their responses new material that you can draw from the next time you’re embarking on a creative endeavor.

Screenshot 2023-12-13 202439

I don't think this is a good description for libraries used for software development. Is there a way to check and look into this learning material? Thanks.

nasacrawford commented 11 months ago

Thanks for the feedback - that does seem like something is amiss there.

Libraries should have the following definition:

Generic tools that implement well-known algorithms, provide statistical analysis or visualization, etc., which are incorporated in other software categories.

It will need to be updated in this file: https://github.com/nasa/Transform-to-Open-Science/tree/open-science-101/Module_2/Lesson_1 (Brian updated since the link moved)

bressler95tops commented 11 months ago

Thanks @Catch2T8 for the contribution. And thank you @nasacrawford for the revised definition, this definitely makes more sense as a definition for this coming from the software world myself. I will compile these recent corrections to get it over to the curriculum team.

danielskatz commented 9 months ago

This new definition appears to be in the on-line version, so I think this issue can be closed as resolved now

katblanchette commented 5 months ago

@bressler95tops - Double checking - is this issue closed? Thanks!

katblanchette commented 5 months ago

@bressler95tops - i am not finding the definition of Libraires in the Key Terms under M2 L1. Is this still an active issue? Thanks!

katblanchette commented 3 months ago

@bressler95tops - Please change "Libraries" definition to "Generic tools that implement well-known algorithms, provide statistical analysis or visualization, etc., which are incorporated in other software categories." Thank you!

bressler95tops commented 3 months ago

Thank you @katblanchette I have addressed the issue in M2L1. For your reference (and for the MOOC developers) you may look at PR #801 to see the exact change. The exact text change is under the files changed tab of the referenced Pull Request. Let me know when you are able to get that updated on the MOOC.

We appreciate your patience on this @Catch2T8

Catch2T8 commented 3 months ago

Saw the updated definition of Libraries at Module 2 Lesson 1

Generic tools that implement well-known algorithms, provide statistical analysis or visualization, etc., which are incorporated in other software categories.

2024-08-03

Appreciate in hearing my concern and keep up the good work.