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 PDFs for all papers #22

Merged
merged 13 commits into from
Aug 9, 2024
Merged

Conversation

fwkoch
Copy link
Collaborator

@fwkoch fwkoch commented Aug 5, 2024

This adds PDFs for all papers, using the NCSSM typst template. I made a few small changes to the articles to ensure things build nicely - but nothing that impacts the content, of course.

There are a few lingering errors in the PDFs, related to typst limitations/bugs - we can figure out how to address these in time. However, none of these render the paper unreadable:

  • Repeated numbers in figure captions when figures are in the same column (affects: Duru, Sihorwala, and Srinath).
  • Large equation collides with the equation number in the margin (affects: Agrawala).
  • Large table is squished into small column and text overflows (affects: Kulla).

Copy link

github-actions bot commented Aug 5, 2024

Curvenote Preview

Directory Preview Checks Updated (UTC)
papers/agrawala 🔍 Inspect 29 checks passed (2 optional) Aug 5, 2024, 5:41 PM
papers/covington 🔍 Inspect 31 checks passed (3 optional) Aug 5, 2024, 5:41 PM
papers/duru 🔍 Inspect 22/23 checks passed (1 optional) Aug 5, 2024, 5:41 PM
papers/gududuru 🔍 Inspect 30 checks passed (1 optional) Aug 5, 2024, 5:41 PM
papers/jonnavithula 🔍 Inspect 24/25 checks passed (4 optional) Aug 5, 2024, 5:41 PM
papers/kulla-tang 🔍 Inspect 23/26 checks passed (2 optional) Aug 5, 2024, 5:41 PM
papers/langbo 🔍 Inspect 22/23 checks passed (5 optional) Aug 5, 2024, 5:41 PM
papers/puvvala 🔍 Inspect 26/27 checks passed (3 optional) Aug 5, 2024, 5:41 PM
papers/sihorwala 🔍 Inspect 29 checks passed (14 optional) Aug 5, 2024, 5:42 PM
papers/srinath 🔍 Inspect 32 checks passed (8 optional) Aug 5, 2024, 5:41 PM
papers/zhang 🔍 Inspect 34/35 checks passed (1 optional) Aug 5, 2024, 5:41 PM

Machine learning algorithms can be used to predict the spectral features of the NMR spectra of an organic compound based on its chemical structure {cite:p}`https://doi.org/10.1021/acs.jcim.0c00195`. The algorithm would learn the relationship between atoms and bonds in a molecule, and how it affects the NMR spectra of that molecule. Simple neural network algorithms simplify molecules by encapsulating each atom’s features within a vector, albeit at the cost of losing significant information about interatomic interactions. However, a more effective approach to representing molecules for machine learning algorithms emerges with the utilization of graphs {cite:p}`https://doi.org/10.1021/acs.jcim.0c00195`. The graph is composed of nodes, which represent the atoms, that are connected by edges, which represent the bonds between atoms. A graph neural network is a machine learning algorithm that can be used to simulate a compound by mapping out the molecular structure of the compound on a graph. Furthermore, they can be used to predict the chemical shifts of 13C NMR spectra for carbon compounds more accurately than a classic neural network {cite:p}`https://doi.org/10.1021/acs.jcim.0c00195`. The graph neural network algorithm can help scientists while they are producing a new compound as they could use the algorithm to verify if they made the correct compound.
Machine learning algorithms can be used to predict the spectral features of the NMR spectra of an organic compound based on its chemical structure {cite:p}`https://doi.org/10.1021/acs.jcim.0c00195`. The algorithm would learn the relationship between atoms and bonds in a molecule, and how it affects the NMR spectra of that molecule. Simple neural network algorithms simplify molecules by encapsulating each atom’s features within a vector, albeit at the cost of losing significant information about interatomic interactions. However, a more effective approach to representing molecules for machine learning algorithms emerges with the utilization of graphs {cite:p}`https://doi.org/10.1021/acs.jcim.0c00195`. The graph is composed of nodes, which represent the atoms, that are connected by edges, which represent the bonds between atoms. A graph neural network is a machine learning algorithm that can be used to simulate a compound by mapping out the molecular structure of the compound on a graph. Furthermore, they can be used to predict the chemical shifts of 13C NMR

+++
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To improve PDF formatting, I added these additional breaks. This is currently impacting the web builds, but I will fix that.

@taylorgibson
Copy link
Member

@fwkoch This all looks good to me. If we're good, I'm happy to merge into main.

@taylorgibson taylorgibson merged commit 7253b28 into ncssm:main Aug 9, 2024
16 of 24 checks passed
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