<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dvillers.umons.ac.be/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dvillers.umons.ac.be/wiki/feed.php">
        <title>Didier Villers, UMONS - wiki</title>
        <description></description>
        <link>https://dvillers.umons.ac.be/wiki/</link>
        <image rdf:resource="https://dvillers.umons.ac.be/wiki/_media/favicon.ico" />
       <dc:date>2026-06-20T22:50:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph_acides_bases_2013?rev=1385720173&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:start?rev=1678698865&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:potentiel_energy_surface?rev=1607358147&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:scikit_learn?rev=1521472681&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:parsing_chemical_formula?rev=1488291120&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph-3d?rev=1613464052&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:rdkit?rev=1685220843&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:representation_molecules_2013?rev=1583761370&amp;do=diff"/>
                <rdf:li rdf:resource="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:ir_spectrum_co?rev=1431417884&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dvillers.umons.ac.be/wiki/_media/favicon.ico">
        <title>Didier Villers, UMONS - wiki</title>
        <link>https://dvillers.umons.ac.be/wiki/</link>
        <url>https://dvillers.umons.ac.be/wiki/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph_acides_bases_2013?rev=1385720173&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-29T11:16:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:ph_acides_bases_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph_acides_bases_2013?rev=1385720173&amp;do=diff</link>
        <description>Représentation de pH d&#039;acides et de bases

Pour les acides :

&lt;sxh python; title : representation_pH_acide.py&gt;
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# travail de QD et TB, ba2 chimie 2012-2013

import Tkinter as tk
from numpy import *
import matplotlib.pyplot as plt</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:start?rev=1678698865&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-13T10:14:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:start</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:start?rev=1678698865&amp;do=diff</link>
        <description>Programmation appliquée à la chimie
&lt;https://lukasz.langa.pl/f15a8851-af26-4e94-a4b1-c146c57c9d20/&gt;
Aux dernières nouvelles (14/12/2022) Serhiy Storchaka vit toujours en Ukraine, à 20 km de Konotop !!

Le cours “Programmation appliquée à la chimie” de bachelier en sciences chimiques (15 H cours et 15 H exercices, bloc2) utilise deux supports :</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:potentiel_energy_surface?rev=1607358147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-07T17:22:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:matplotlib_gallery:potentiel_energy_surface</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:potentiel_energy_surface?rev=1607358147&amp;do=diff</link>
        <description>Surface d&#039;énergie potentielle

Historique

Eyring et Polanyi ont publié en 1931 l&#039;article On Simple Gas Reactions dans lequel ils décrivent les trajets des atomes dans la réaction  + H --&gt; H +  (échange d&#039;atomes). Ces travaux aboutiront au développement des notions de $E_{bond}= D_e [\exp(-2\beta(r-r_e))-2\exp(-\beta(r-r_e))]$$E_{ant}= \frac{D_e}{2} [\exp(-2\beta(r-r_e))+2\exp(-\beta(r-r_e))]$$r_e$$D_e$$\beta$$E_{bond}= \frac{Q_{AB}+\alpha_{AB}}{1+S^2_{AB}} = \frac{Q_{AB}+\alpha_{AB}}{1+k}$$E_{a…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:scikit_learn?rev=1521472681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-19T16:18:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:scikit_learn</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:scikit_learn?rev=1521472681&amp;do=diff</link>
        <description>Scikit-learn

	*  &lt;http://scikit-learn.org&gt;
	*  &lt;http://www.innoarchitech.com/machine-learning-an-in-depth-non-technical-guide/&gt;

FIXME : ajouter des exemples avec analyse de textes contenant des termes scientifiques, des noms de substances chimiques,...

	*  Scikit-chem, simple cheminformatics for Python
	*  MolMiner, for extracting compounds from scientific literature
	*</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:parsing_chemical_formula?rev=1488291120&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-28T15:12:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:parsing_chemical_formula</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:parsing_chemical_formula?rev=1488291120&amp;do=diff</link>
        <description>Décomposition de formules chimiques

Analyse de chaînes de caractères formées par la concaténation de symboles d&#039;éléments chimiques.

Problème de base

	*  Décomposer une chaîne de caractères formée par des symboles chimiques répétés : CaClCNOSbInAsFICl</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph-3d?rev=1613464052&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-16T09:27:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:ph-3d</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:ph-3d?rev=1613464052&amp;do=diff</link>
        <description>Représentation 3D du pH

Cas d&#039;un acide en fonction d&#039;un ajout de base et d&#039;une dilution globale : cf. cet article


#! /usr/bin/env python
# -*- coding: utf-8 -*-
&quot;&quot;&quot;
Use of numpy polynomes to compute pH of weak acid and strong base

3D topographic surface generation in the same conditions as
the following paper :
3-D Surface Visualization of pH Titration “Topos”:
Equivalence Point Cliffs, Dilution Ramps, and Buffer Plateaus&quot;  
Garon C. Smith, Md Mainul Hossain and Patrick MacCarthy
J. Chem. Ed…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:rdkit?rev=1685220843&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-27T22:54:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:rdkit</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:rdkit?rev=1685220843&amp;do=diff</link>
        <description>RDKit

	*  &lt;http://www.rdkit.org/&gt;
	*  Getting Started with the RDKit in Python — The RDKit 2020.09.1 documentation
	*  Depict a compound as an image | Chemistry Toolkit Rosetta Wiki | Fandom
	*  Jupyter &amp; RDKit
		*  Getting Started with RDKit and Jupyter | Depth-First
		*  &lt;http://davies-lee.com/index.php/2018/10/06/rdkit-in-jupyter-notebooks/&gt;

	*  ChemSpider | Search and share chemistry site reprenant de nombreuses informations sur des molécules
	*  ...

Utilisation avec Anaconda

“”



Utili…</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:representation_molecules_2013?rev=1583761370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-09T14:42:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:representation_molecules_2013</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:representation_molecules_2013?rev=1583761370&amp;do=diff</link>
        <description>Représentation de molécules

Page à actualiser...

Certaines fonctions de ce programme nécessite des fichiers de données : [base.csv] et [bdd.csv]
&lt;sxh python; title : representation_molecules.py&gt;
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# travail de RL, ba2 chimie 2012-2013</description>
    </item>
    <item rdf:about="https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:ir_spectrum_co?rev=1431417884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-05-12T10:04:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teaching:progappchim:matplotlib_gallery:ir_spectrum_co</title>
        <link>https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_gallery:ir_spectrum_co?rev=1431417884&amp;do=diff</link>
        <description>Spectre IR du CO

Différentes techniques de spectroscopie utilisent des représentations standardisées des spectres. En spectroscopie Infrarouge, l&#039;absorbance est traditionnellement représentée en fonction des nombres d&#039;ondes décroissants exprimés en $cm^{-1}$. Pour rappel, en spectroscopie, le $\tilde{\nu}$$\tilde{\nu} = 1/\lambda = \nu/c$$\Delta J = \pm 1$$cm^{-1}$</description>
    </item>
</rdf:RDF>
