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

Add hein-dataset.pbtxt #86

Merged
merged 5 commits into from
Jul 6, 2021

Conversation

skearnes
Copy link
Contributor

@skearnes skearnes commented May 24, 2021

Multi-step reactions from https://pubs.rsc.org/en/content/articlelanding/2019/re/c9re00086k. Measurements of the reaction composition were taken over time and are each encoded as a separate outcome. I used two identical analyses to distinguish between online and offline measurements.

Supporting files: hein-submission.zip (updated)

@skearnes skearnes changed the base branch from main to #86 May 24, 2021 17:36
@skearnes skearnes marked this pull request as ready for review May 26, 2021 21:26
Copy link
Contributor

@connorcoley connorcoley left a comment

Choose a reason for hiding this comment

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

  • - Synthesis of intermediate 2 looks great; it’s always fun to see when the full level of detail can be captured by the schema. I infer that the yield was measured by isolated weight (although the weight isn’t reported) — perhaps it is worth adding a WEIGHT analysis?
  • - Great to see the addition_duration fields get used
  • - For 3-(E), I think we need to set conditions_are_dynamic to True because of the unconventional temperature schedule (20 min at -78 then warmed to 25 and left for 2 hours)
  • - For 3-(E), you could note that the reaction “forms_precipitate” and “is_exothermic” (inferred from the slow addition and comments about maintaining an internal temperature below -60 while in a -78 bath)
  • - For 3-(E), I don’t know where you got the 16 hour reaction time from. I might consider the reaction time 20 minutes at -78 with a 2 hour WAIT workup at 25 C?
  • - For the saturated NaCl solution, I assumed you just looked up the solubility? I’ve done that before, too. This is one area where perhaps the requirement to define amounts works against us; this isn’t an uncommon scenario. I don’t have a recommendation for this PR, but something for us to consider in general
  • - The SI does not seem to say how they isolated 3-(E) from 3-(Z) and/or how the yields were individually quantified. This would be a nice detail to add if we knew.
  • - Pd catalysts seem fine
  • - I would have had a preference for reporting amounts as masses rather than moles, but I won’t make you change all of them. For the future, it’s much more natural. e.g., for Procedure 1, 13 mol versus 2.17 mg (presumably the mass was how the experiment was performed)
  • - I didn’t see the automated sampling procedure described in detail (using the dilution plate, etc.) but that’s probably okay.
  • - I was contemplating whether we should make “Concentration” a structured measurement, but I think the answer is probably not. It’s not like concentration is what is measured directly; it is just a derived property. It’s also very rarely what is measured in these analyses, except for kinetic profiling studies. We might want to discuss this further.
  • - SMILES all look good to me
  • - It took me a while, but I finally understand what you’re doing with data masks to split the spreadsheets into multiple experiments. For future reference, I wouldn’t be opposed to doing a little bit of Excel clean-up so each reaction is on its own sheet (or in its own file). I realize you were trying to work with the raw data as provided, and what you did seems to be the best solution for that!

@skearnes
Copy link
Contributor Author

skearnes commented Jul 1, 2021

Thanks Connor for the careful review! I made many of the requested changes and added comments below for the others.

  • - Synthesis of intermediate 2 looks great; it’s always fun to see when the full level of detail can be captured by the schema. I infer that the yield was measured by isolated weight (although the weight isn’t reported) — perhaps it is worth adding a WEIGHT analysis?

How much do we want to add inferred steps that are not explicit in the methods? I'm happy to do this but I want to make sure there's value in having an empty WEIGHT section.

  • - For the saturated NaCl solution, I assumed you just looked up the solubility? I’ve done that before, too. This is one area where perhaps the requirement to define amounts works against us; this isn’t an uncommon scenario. I don’t have a recommendation for this PR, but something for us to consider in general

Yes, I just looked it up; I agree it's not ideal and it might be better to do something like describe it in the details, but then we run into the validations again with missing amounts...

  • - The SI does not seem to say how they isolated 3-(E) from 3-(Z) and/or how the yields were individually quantified. This would be a nice detail to add if we knew.

Agreed; I don't see anything there. There might be some info in https://pubmed.ncbi.nlm.nih.gov/26743694/ (cited in footnote 1 of the SI) but that's behind another paywall for me and not in their SI.

  • - I would have had a preference for reporting amounts as masses rather than moles, but I won’t make you change all of them. For the future, it’s much more natural. e.g., for Procedure 1, 13 mol versus 2.17 mg (presumably the mass was how the experiment was performed)

Thanks; will keep in mind for the future.

  • - I was contemplating whether we should make “Concentration” a structured measurement, but I think the answer is probably not. It’s not like concentration is what is measured directly; it is just a derived property. It’s also very rarely what is measured in these analyses, except for kinetic profiling studies. We might want to discuss this further.

Agreed.

@skearnes
Copy link
Contributor Author

skearnes commented Jul 1, 2021

Here's the updated notebook: hein-submission.zip

@skearnes skearnes requested a review from connorcoley July 1, 2021 19:16
Copy link
Contributor

@connorcoley connorcoley left a comment

Choose a reason for hiding this comment

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

How much do we want to add inferred steps that are not explicit in the methods? I'm happy to do this but I want to make sure there's value in having an empty WEIGHT section.

If they purify the product before reporting the yield, treating it as an isolated yield based on mass is a safe assumption in my opinion. I guess the value of having an empty WEIGHT analysis would be that we know it is an isolated yield, since otherwise we don't have any analysis_key that tells us if we can trust the measurement. Since they didn't report the mass and theoretically could have gotten the yield through some other method, we can leave the current measurement as-is.

Thanks for all of the other changes and replies!

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 skearnes closed this Jul 2, 2021
@skearnes skearnes reopened this Jul 2, 2021
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 skearnes closed this Jul 6, 2021
@skearnes skearnes reopened this Jul 6, 2021
@skearnes skearnes merged commit 81c1a6f into open-reaction-database:#86 Jul 6, 2021
@skearnes skearnes deleted the hein-submission branch July 6, 2021 21:40
@skearnes skearnes mentioned this pull request Jul 6, 2021
Merged
skearnes added a commit that referenced this pull request Jul 6, 2021
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.

2 participants