Skip to content

Latest commit

 

History

History
executable file
·
128 lines (104 loc) · 4.81 KB

index.rst

File metadata and controls

executable file
·
128 lines (104 loc) · 4.81 KB

Welcome

Welcome to Silicos-it!

Silicos-it has extensive chemoinformatics expertise to help you solve various questions in these domains:

   ✓  hit identification  [ docking and pharmacophore modeling ]
   ✓  high-throughput screening  [ outlier detection and post-data analysis ]
   ✓  compound libraries  [ characterisation, clustering, selection and acquisition ]
   ✓  chemistry-aware custom-made IT-applications  [ development and integration ]

Open source and sharing

unable to connect to MySQL: " . mysql_error()); exit(1); } mysql_select_db("silide5_downloads"); if (!mysql_select_db("silide5_downloads")) { mailme($_SERVER['PHP_SELF'] . " -> unable to select database: " . mysql_error()); exit(1); } // Query $result = mysql_query("SELECT id, title, text, display_count FROM quotes ORDER BY display_count LIMIT 1"); if (!$result) { mailme($_SERVER['PHP_SELF'] . " -> database access failed: " . mysql_error()); exit(1); } else { $row = mysql_fetch_row($result); $id = $row[0]; $title = $row[1]; $text = $row[2]; $count = $row[3] + 1; $query = sprintf("UPDATE quotes SET display_count = '%d' WHERE id = '%s'", $count, $id); mysql_query($query); echo "
"; echo "

"; echo $title; echo "

"; echo "

"; echo $text; echo "

"; echo "
"; } ?>

Silicos-it contributes its expertise to the chemoinformatics community by porting its source code into the open source domain. Famous examples include our spectrophore descriptors, the filtering program |filter-it| and the pharmacophore tool |align-it|. Information and downloads of all our open source programs are found in the :ref:`software <software>` section.

This site has been developed to share information on open source chemoinformatics and how it can help you in your daily work. Our :ref:`cookbook <cookbook>` groups together hints for working with molecular toolkits, shares known problems and gives insight in our learning experiences. The :ref:`molspace <molspace>` section gives you some background on our large collection of vendor compounds that we maintain to support our clients with a variety of chemoinformatics solutions. And finally, our :ref:`links <links>` page gives you access to other sites in the chemoinformatics arena that we find interesting enough for sharing.

Customers and partners

Over many years, Silicos-it has build up a very diverse and interesting customer base, including:

   ✓  pharmaceuticals  [ to identify novel inhibitors against challenging biological targets ]
   ✓  biotechnology companies  [ to find leads using docking and pharmacophore approaches ]
   ✓  startups  [ in need of molecular modeling support for their lead optimization efforts ]
   ✓  universities  [ to setup internal compound database and storage systems ]

In order to bring to our customers an even wider range of IT-support, we have also setup extensive partnerships with Altran and Emweb. We hope that this website encourages you to :ref:`contact us <about_contact>` to discuss potential collaborative work.

.. toctree::
   :hidden:
   :maxdepth: 3

   self
   software/software
   cookbook/cookbook
   molspace/molspace
   links/links
   About <about/about>