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

Biginelli dataset #78

Merged

Conversation

connorcoley
Copy link
Contributor

Paper: https://pubs.acs.org/doi/full/10.1021/cc010044j
SI: https://pubs.acs.org/doi/suppl/10.1021/cc010044j/suppl_file/cc010044j_s.pdf

Files used for the enumeration attached. It ended up being a little more custom than desired.

Currently, this ignores one small detail in procedure, so let me know if I should revise the submission to include it: "If solutions could not be prepared because of insufficient solubility (2h, 2r), the particular building block was added manually to the urea/thiourea and catalyst components were added directly into the vial."

biginelli.zip

@connorcoley connorcoley changed the base branch from main to cc-submission-biginelli March 24, 2021 22:49
@connorcoley connorcoley marked this pull request as ready for review March 24, 2021 22:49
@connorcoley connorcoley reopened this Mar 24, 2021
@connorcoley
Copy link
Contributor Author

Current validation errors are the following:

dataset: Reaction.workups[2].input: Reaction input components require an amount
dataset: Reaction.outcomes[0].products[0].measurements[1]: Purity measurements should be defined as percentage values
dataset: Reaction.workups[4].input: Reaction input components require an amount

In the paper, "washed with cold (4 °C) EtOH" does not specify an amount (which isn't unusual for washing steps). And purity is reported as ">90%" across all compounds, without a reaction-specific value, which I feel is best reflected by the string_value instead of a percentage.

Thoughts re: relaxing these validations (@michaelmaser @skearnes )?

@skearnes
Copy link
Contributor

Thoughts re: relaxing these validations (@michaelmaser @skearnes )?

Agreed that both could be downgraded to warnings.

@skearnes skearnes requested a review from brilee April 6, 2021 21:00
* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (open-reaction-database#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>
@skearnes skearnes mentioned this pull request Apr 6, 2021
@skearnes skearnes closed this Apr 7, 2021
@skearnes skearnes reopened this Apr 7, 2021
@brilee
Copy link
Contributor

brilee commented Apr 14, 2021

On naming: suggestion to sub /Biginelli Condensation Dataset/ with /Microwave-assisted Biginelli Condensation Dataset/

Stirring - I see no stirring was specified, but I think we should assume stirring unless otherwise specified because it would be an odd thing to drop.

Everything else LGTM

@connorcoley
Copy link
Contributor Author

I've updated the name, but haven't added stirring. I think assuming stirring might actually be incorrect, since these are microwave reactions

@michaelmaser
Copy link
Contributor

Currently, this ignores one small detail in procedure, so let me know if I should revise the submission to include it: "If solutions could not be prepared because of insufficient solubility (2h, 2r), the particular building block was added manually to the urea/thiourea and catalyst components were added directly into the vial."

Thinking this should probably be included, would it be possible to add to the loop? Looking at the notebook now

I've updated the name, but haven't added stirring. I think assuming stirring might actually be incorrect, since these are microwave reactions

Think I agree here, microwave reactions often go unstirred

@brilee
Copy link
Contributor

brilee commented Apr 20, 2021

SGTM for leaving the description unstirred

@brilee
Copy link
Contributor

brilee commented Apr 20, 2021

When spotchecking products, I noticed that in reaction 3, the urea has a phenylthiourea as a reagent, but there's no phenyl group on the product. I think this was caused by the paper's misleading use of φ (lowercase phi, the phenylthiourea) vs Φ (uppercase phi, the plain thiourea). This switchup appears wherever Φ is the urea specified, so it's probably a mistake in the urea input structure enumeration.

@connorcoley
Copy link
Contributor Author

When spotchecking products, I noticed that in reaction 3, the urea has a phenylthiourea as a reagent, but there's no phenyl group on the product. I think this was caused by the paper's misleading use of φ (lowercase phi, the phenylthiourea) vs Φ (uppercase phi, the plain thiourea). This switchup appears wherever Φ is the urea specified, so it's probably a mistake in the urea input structure enumeration.

Good catch. I've made the phenylthiourea (NC(NC1=CC=CC=C1)=S) $\Omega$ now. It seems like only one product actually uses the phenylthiourea, and most use NC(N)=S

Thinking this should probably be included, would it be possible to add to the loop? Looking at the notebook now

I've added this as a condition detail, but have left the procedure as reflected by the inputs as-is. The statement in the methods section is a little unclear (to me) so I've copied it verbatim.

Archive.zip

@connorcoley connorcoley requested a review from brilee April 22, 2021 20:28
Copy link
Contributor

@brilee brilee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

structures LGTM

@connorcoley connorcoley merged commit ec26aac into open-reaction-database:cc-submission-biginelli Apr 27, 2021
connorcoley added a commit that referenced this pull request May 26, 2021
* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>
skearnes added a commit that referenced this pull request Jul 2, 2021
* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
skearnes added a commit that referenced this pull request Jul 6, 2021
* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
skearnes added a commit that referenced this pull request Jul 7, 2021
* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
connorcoley added a commit that referenced this pull request Jul 22, 2021
* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
brilee added a commit that referenced this pull request Jul 28, 2021
* Electroreductive coupling of Alkenyl and Benzyl Halides

* Fix validation errors

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update delano dataset

* Upload dataset as .pb.gz

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update with optical rotations

* Fix negative float validations.

* Update dataset description for Electrochem dataset.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
brilee added a commit that referenced this pull request Jul 28, 2021
* Updating electrochem branch from main (#115)

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Electroreductive coupling of Alkenyl and Benzyl Halides (#98)

* Electroreductive coupling of Alkenyl and Benzyl Halides

* Fix validation errors

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update delano dataset

* Upload dataset as .pb.gz

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

* #86 (#108)

* Merge 'main' into #86 (#105)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge 'main' into #86 (#107)

* Cc submission biginelli (#83)

* Update to match 'main' (#82)

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

Co-authored-by: github-actions <github-actions@github.com>

* Biginelli dataset (#78)

* Biginelli dataset

* Add dataset from Novartis (#79)

* Add dataset from Novartis

* Update submission

* Update badges

* Updates from @connorcoley (#80)

* Updates from @connorcoley

* Update badges

* use pbtxt

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema to v0.3.4 (#81)

* Update dataset name

* Revert "Biginelli dataset"

This reverts commit 97c3cdd.

* New biginelli dataset (renamed)

* Updates after reviews

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update submission

* Update badges

Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump ord-schema version to 0.3.9 (#88)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* OrgSyn example from ord_schema (#95) (#102)

* OrgSyn example from ord_schema (#95)

* OrgSyn example from ord_schema

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Revisions, adding workup

* Addition order

* Extra drying step

* Fix reaction role

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103) (#104)

* Flow dataset from https://pubs.acs.org/doi/full/10.1021/co400012m (#103)

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* Use conda's pip (#106)

* bump ord-schema version

* Use conda's pip

Avoids having two versions of pandas installed, which is causing the build to fail.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Add hein-dataset.pbtxt (#86)

* Add hein-dataset.pbtxt

* fix product duplication

* Fix catalyst SMILES

* updates

* updates

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Merge #93 into main (#109)

* Merge main into 93 (#101)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84) (#87)

* Coupling of α-carboxyl sp3-carbons with aryl halides (#84)

* New biginelli dataset (renamed)

* Updates after reviews

* Photoredox submission

* Remove biginelli from fork (bad branch management)

* Fix Iridium charge state

* Update submission

* Update badges

Co-authored-by: github-actions <github-actions@github.com>

* bump ord-schema version (#96)

* Huffman islatravir dataset submission (#91) (#94)

* Huffman islatravir dataset submission (#91)

* Update submission

* Update badges

* resolve reactions.svg conflict

* Update badges

* Reset reaction IDs to workaround a bug in updates.py

* Update submission

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>

* upload new data (#97) (#99)

* upload new data (#97)

* upload data

https://doi.org/10.26434/chemrxiv.14388557.v1

* delete old data

* upload new version of data

Added ligand name, double checked ligand structures

* Update submission

* Update badges

Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>

* Uploading Dataset for https://doi.org/10.1039/C5SC04751J Partial Figure 4 (#93)

* Add files via upload

* Update File

* Reupload with correct internal standard concentration

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Expt2 10.1021/acs.accounts.0c00760 (#100) (#114)

* Expt2 10.1021/acs.accounts.0c00760 (#100)

* Add files via upload

* Delete Figure4_dataset.pbtxt

* Uploading Data for 10.1021/acs.accounts.0c00760

* Add files via upload

Co-authored-by: Steven Kearnes <kearnes@google.com>

* Update submission

* Update badges

Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: github-actions <github-actions@github.com>

* Update DOI list (#111)

* bump ord-schema version

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update with optical rotations

* Fix negative float validations.

* Update dataset description for Electrochem dataset.

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>

* Update submission

* Update badges

Co-authored-by: Connor Coley <connorcoley@users.noreply.github.com>
Co-authored-by: Jason Wang <jasonwanglmao@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Steven Kearnes <kearnes@google.com>
Co-authored-by: Michael Maser <46490857+michaelmaser@users.noreply.github.com>
Co-authored-by: Steven Kearnes <skearnes@relaytx.com>
Co-authored-by: mwleklin <44303709+mwleklin@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

4 participants