BioMike commited on
Commit
c5565d0
1 Parent(s): d9b9e29

Update materials/introduction.html

Browse files
Files changed (1) hide show
  1. materials/introduction.html +4 -4
materials/introduction.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>ChemConverters App Description</title>
7
  <style>
8
  body {
9
  font-family: Arial, sans-serif;
@@ -43,15 +43,15 @@
43
  </style>
44
  </head>
45
  <body>
46
- <h2>Welcome to ChemConverters!</h2>
47
  <h3>With ChemConverters, you can effortlessly:</h3>
48
  <ol>
49
  <li>Convert SMILES strings to IUPAC names and vice versa 🔄</li>
50
  <li>Choose your preferred IUPAC naming style: BASE, SYSTEMATIC, or TRADITIONAL 📚</li>
51
  <li>Validate chemical naming with molecules fingerprints similarity for accuracy checks ✔️</li>
52
  </ol>
53
- <h3>What is ChemConverters?</h3>
54
- <p>ChemConverters serves as a foundational showcase of our technological capabilities within the chemical domain. The models deployed in this application represent our entry-level offerings, designed to provide a glimpse into the potential applications of our advanced solutions. For access to our comprehensive suite of larger and more precise models, we invite interested parties to engage directly with us. Developed by the brilliant minds at Knowladgator, this app showcases the abilities of our chemical transformer models. Whether you're working on a research project, studying for an exam, or just exploring the chemical universe, ChemConverters is your go-to tool 🛠.<p>
55
  <h3>Models Availability</h3>
56
  <p>All models used in the applications are available on <a href="https://huggingface.co/knowledgator/" target="_blank">our Hugging Face page</a>. For translating from SMILES to IUPAC, the <a href="https://huggingface.co/knowledgator/SMILES2IUPAC-canonical-base" target="_blank">knowledgator/SMILES2IUPAC-canonical-base</a> model was used. To translate from IUPAC to SMILES, the <a href="https://huggingface.co/knowledgator/IUPAC2SMILES-canonical-base" target="_blank">knowledgator/IUPAC2SMILES-canonical-base</a> model was used.</p>
57
  <h3>Citation</h3>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>ChemicalConverters App Description</title>
7
  <style>
8
  body {
9
  font-family: Arial, sans-serif;
 
43
  </style>
44
  </head>
45
  <body>
46
+ <h2>Welcome to ChemicalConverters!</h2>
47
  <h3>With ChemConverters, you can effortlessly:</h3>
48
  <ol>
49
  <li>Convert SMILES strings to IUPAC names and vice versa 🔄</li>
50
  <li>Choose your preferred IUPAC naming style: BASE, SYSTEMATIC, or TRADITIONAL 📚</li>
51
  <li>Validate chemical naming with molecules fingerprints similarity for accuracy checks ✔️</li>
52
  </ol>
53
+ <h3>What is ChemicalConverters?</h3>
54
+ <p>ChemConverters serves as a foundational showcase of our technological capabilities within the chemical domain. The models deployed in this application represent our entry-level offerings, designed to provide a glimpse into the potential applications of our advanced solutions. For access to our comprehensive suite of larger and more precise models, we invite interested parties to engage directly with us. Developed by the brilliant minds at Knowladgator, this app showcases the abilities of our chemical transformer models. Whether you're working on a research project, studying for an exam, or just exploring the chemical universe, ChemicalConverters is your go-to tool 🛠.<p>
55
  <h3>Models Availability</h3>
56
  <p>All models used in the applications are available on <a href="https://huggingface.co/knowledgator/" target="_blank">our Hugging Face page</a>. For translating from SMILES to IUPAC, the <a href="https://huggingface.co/knowledgator/SMILES2IUPAC-canonical-base" target="_blank">knowledgator/SMILES2IUPAC-canonical-base</a> model was used. To translate from IUPAC to SMILES, the <a href="https://huggingface.co/knowledgator/IUPAC2SMILES-canonical-base" target="_blank">knowledgator/IUPAC2SMILES-canonical-base</a> model was used.</p>
57
  <h3>Citation</h3>