Summary: | Discovery date of Iodine is wrong | ||
---|---|---|---|
Product: | [Applications] kalzium | Reporter: | Henrik Gebauer <henrik.gebauer> |
Component: | general | Assignee: | Kalzium Developers <kalzium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.3.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Henrik Gebauer
2006-01-03 02:02:59 UTC
Thank you very much for the report, fixed for KDE 3.4, 3,5 and trunk (KDE4). I would be greatful if you would look for more wrong data! SVN commit 493784 by cniehaus: CCBUG:119430 M +2 -2 elements.xml --- trunk/KDE/kdeedu/libkdeedu/libscience/data/elements.xml #493783:493784 @@ -1067,8 +1067,8 @@ <scalar dataType="xsd:float" dictRef="bo:boilingpoint" unit="bo:kelvin">457.5</scalar> <scalar dataType="xsd:float" dictRef="bo:meltingpoint" unit="bo:kelvin">386.7</scalar> <scalar dataType="xsd:String" dictRef="bo:periodTableBlock">p</scalar> - <scalar dataType="xsd:date" dictRef="bo:discoveryDate">1804</scalar> - <scalar dataType="xsd:string" dictRef="bo:discoverers">B. Courtois</scalar> + <scalar dataType="xsd:date" dictRef="bo:discoveryDate">1811</scalar> + <scalar dataType="xsd:string" dictRef="bo:discoverers">Bernard Courtois</scalar> <scalar dataType="xsd:int" dictRef="bo:period">5</scalar> </elementType> <elementType id="Xe"> SVN commit 493777 by cniehaus: CCBUG:119430 M +1 -1 data.xml --- branches/KDE/3.5/kdeedu/kalzium/src/data/data.xml #493776:493777 @@ -2721,7 +2721,7 @@ <spectrum intensity="200" wavelength="9058.33" aki="0.0" energy1="54633.46" energy2="65669.99" electronconfig1="5p4(3P2)6s" electronconfig2="5p4(3P2)6p" term1="2[2]" term2="2[3]°" J1="5/2" J2="7/2" /> </spectra> <acidicbehaviour>3</acidicbehaviour> - <date scientist="B. Courtois">1804</date> + <date scientist="B. Courtois">1811</date> <biologicalmeaning>2</biologicalmeaning> <group>7</group> <electronaffinity>-295</electronaffinity> SVN commit 493785 by cniehaus: CCBUG:119430 M +1 -1 kalziumrc --- branches/KDE/3.4/kdeedu/kalzium/src/kalziumrc #493784:493785 @@ -1081,7 +1081,7 @@ Block=p acidbeh=3 az=0 -date=1804 +date=1811 biological=2 Group=7 EN=2.66 |