Open Suraporn opened 1 year ago
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 2 hours
README
itself and then segue into the ReadTheDocs example, as I think that is a bit more clear and works with the flow as the reader reads. Initially, I thought there were no examples until I found the link to the example. pip
and that the examples in the usage will work. However, we know that only works if the repository is cloned and the example commands are run in its root directory. A layman might not know this, so an explicit instruction such as: "Clone the repo and then run the following commands in its root directory", for example, would work better, I believe.README
somewhere. Here's the link: https://chembox.readthedocs.io/en/latest/index.htmlDataset
section in the README
redirects to data that doesn't exist. Here's the link which gives me a 404 error: https://github.com/UBC-MDS/chembox/tree/main/src/chembox/data. This is an easy fix.Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Estimated hours spent reviewing: 1 hour
get_elements
,is_valid
, get_molec_props
, get_combustion_equation
and it gave the appropriate results as indicated in the readme file. This is a really great idea for a package as it will make it easier for students to easily find things such as molar mass and balanced combustion.I do not have anything technical to add as the package is working well and the functions give the correct results. I just have few remarks about your repo which are the following:
I enjoyed reviewing your package even though I do not like anything related to Chemistry! You did a really great job with this package and I wish you all the best in your software Development journey !
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 1 hour
A 98% code coverage is great. Good job, group 7. I also have some suggestions regarding your Python package:
In summary, I really enjoy playing around with your chem package and find it could be really helpful for beginners to learn Chemistry. Great jobs, group 7. Wish you all the best!
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
The package includes all the following forms of documentation:
pyproject.toml
file or elsewhere.Readme file requirements The package meets the readme requirements below:
The README should include, from top to bottom:
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md
matching JOSS's requirements with:
Estimated hours spent reviewing: 1.5 Hours
Submitting Author: NatePuangpanbut (@Suraporn) All current maintainers: Wilfred Hass (@WilfHass), Vikram Grewal (@xFiveRivers), Luke Yang (@lukeyf) Package Name: chembox One-Line Description of Package: Molecular information calculator based on empirical formulas of chemicals in raw text. Repository Link: https://github.com/UBC-MDS/chembox Version submitted: v0.3.2
Editor: Wilfred Hass (@WilfHass), Vikram Grewal (@xFiveRivers), Luke Yang (@lukeyf), NatePuangpanbut (@Suraporn) Reviewer 1: Mehwish Reviewer 2: Robin Dhillon Reviewer 3: Flora Ouedraogo Reviewer 4: Yukun Zhang Archive: TBD
Version accepted: TBD Date accepted (month/day/year): TBD
Description
chembox
is a package for molecular information calculator based on empirical formulas of chemicals in raw text. It is designed to intelligently process text input containing the chemical formula and provide associated information on the inquired molecule. It is able to provide the molar mass, check a formula's validity, and provide a balanced combustion equation if the input is combustible. This tool can be utilized for various educational and research purposes for simple and fast information retrieval.Scope
For all submissions, explain how the and why the package falls under the categories you indicated above. In your explanation, please address the following points (briefly, 1-2 sentences for each):
Who is the target audience and what are scientific applications of this package?
The target audience is anyone who is interested in extracting chemical properties from a chemical formula. It can high school students, undergraduate students, or any chemistry enthusiastic people who want to learn about chemical formula properties.
Are there other Python packages that accomplish the same thing? If so, how does yours differ? A similar package chemsolve is available online that employs a similar string-parsing design and molar mass calculation. Yet, in
chembox
, we include a dataframe of the molecule properties to give the user enhanced functionality and insights. In addition, we include methods for automated combustion equation generation and balancing.If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or
@tag
the editor you contacted:Technical checks
For details about the pyOpenSci packaging requirements, see our packaging guide. Confirm each of the following by checking the box. This package:
Publication options
JOSS Checks
- [ ] The package has an **obvious research application** according to JOSS's definition in their [submission requirements][JossSubmissionRequirements]. Be aware that completing the pyOpenSci review process **does not** guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS. - [ ] The package is not a "minor utility" as defined by JOSS's [submission requirements][JossSubmissionRequirements]: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria. - [ ] The package contains a `paper.md` matching [JOSS's requirements][JossPaperRequirements] with a high-level description in the package root or in `inst/`. - [ ] The package is deposited in a long-term repository with the DOI: *Note: Do not submit your package separately to JOSS*Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?
This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.
Code of conduct
Please fill out our survey
P.S. *Have feedback/comments about our review process? Leave a comment here
Editor and Review Templates
The editor template can be found here.
The review template can be found here.