<rss version="1.5">
  <channel>
    <title>Damegender</title>
    <link>http://damegender.davidam.com</link>
    <description>Damegender: Gender Gap - Gender Detection from the Name</description>
    <language>en-en</language>
    
    <item>
      <title>v0.0.36</title>
      <description>
	First version packaged.
	<ul>
	  <li>The application is supporting test with nose</li>
	  <li>main.py is returning names in english and spanish</li>
	  <li>api2gender.py is for return names from main apis</li>
	  <li>confusion.py is giving support for main apis</li>
	  <li>accuracy.py is giving support for main apis</li>
	  <li>errors.py is giving support for genderize, damegender, genderguesser and nameapi</li>
	  <li>apikeyadd.py allows create a password file for apis</li>
	  <li>csv2gender.py is only for partial.csv and all.csv</li>
	  <li>damemodels.py is creating sav files for machine learning algorithms with scikit</li>
	  <li>gendergoogle.py is a prototype to calculate gender from google results with a name</li>
	  <li>git2gender.py is a prototype to return number of males and females in a git repository</li>
	  <li>mail2gender.py is a prototype to return number of males and females in a mailing list</li>
	  <li>infofeatures.py is related to last_letter_a, last_letter_consonant, last_letter_vocal</li>
	  <li>pca support is only a prototype</li>
	</ul>
      </description>
        <guid>https://pypi.org/project/damegender/0.0.36/</guid>
        <link>https://pypi.org/project/damegender/0.0.36/</link>
        <pubDate>2019-03-21</pubDate>
    </item>

    <item>
      <title>v0.1.9</title>
      <description>
	<ul>
	  <li>Improved the test system with testing from python commands with bash.</li>
	  <li>Added nameincountries.py to guess a name in different countries</li>
	  <li>main.py: added bernoulliNB ML algorithm and support to genderguesser</li>
	  <li>confusion.py: adding support to different dimensions</li>
	  <li>accuracy.py: added bernoulliNB ML algorithm</li>
	  <li>errors.py: adding genderapi and namsor support</li>
	  <li>csv2gender.py: Minor chances</li>
	  <li>rewriting damemodels.py to postinstall.py to recreate all files created with scripts from original files (not only ML models)</li>
	  <li>mail2gender.py: small fix, avoid duplicated</li>
	  <li>infofeatures.py: is related to letter_a, last_letter_a, last_letter_o, last_letter_consonant, last_letter_vocal, first_letter, first_letter_consonant, first_letter_vocal</li>
	  <li>pca support with pca-components.py and pca-features.py</li>
	</ul>
      </description>
        <guid>https://pypi.org/project/damegender/0.1.9/</guid>
        <link>https://pypi.org/project/damegender/0.1.9/</link>
        <pubDate>2019-07-05</pubDate>
    </item>

    <item>
      <title>v0.2.1</title>
      <description>
	<ul>
	  <li>Added downloadjson.py to download names from csv to one json
	  file we have rewrited accuracy.py, confusion.py and errors.py
	  to make this calculus offline</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.1/</guid>
      <link>https://pypi.org/project/damegender/0.2.1/</link>
      <pubDate>2020-01-16</pubDate>
    </item>

    <item>
      <title>v0.2.3</title>
      <description>
	<ul>
	  <li>Added damegender2json.py to generate files with ML results.</li>
	  <li>Created ML json files</li>
	  <li>Added new ML algorithms: tree and mlp (neural network)</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.3/</guid>
      <link>https://pypi.org/project/damegender/0.2.3/</link>
      <pubDate>2020-02-07</pubDate>
    </item>

    <item>
      <title>v0.2.4</title>
      <description>
	Now the next datasets available from main.py in damegender
	<ul>
	  <li>[X] United Kingdom</li>
	  <li>[X] United States of America</li>
	  <li>[X] Uruguay</li>
	  <li>[X] Lucía Santamaría and Helena</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.4/</guid>
      <link>https://pypi.org/project/damegender/0.2.4/</link>
      <pubDate>2020-02-17</pubDate>
    </item>

    <item>
      <title>v0.2.5</title>
      <description>
	<ul>
	  <li>Recreated all datamodels with new datasets. Augmented the accuracies with this feature!</li>
	  <li>Namsor stuff has been updated to Namsor2</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.5/</guid>
      <link>https://pypi.org/project/damegender/0.2.5/</link>
      <pubDate>2020-03-26</pubDate>
    </item>

    <item>
      <title>v0.2.6</title>
      <description>
	<ul>
	  <li>roc.py: to deploy roc curves to measure ML</li>
	  <li>regenerate-ml-json.sh: execute all options of damegender2json.py to generate all json needed</li>
	  <li>logs-accuracies.sh: execute all options of accuracy.py to generate all logs needed</li>
	  <li>logs-confusion.sh: execute all options of confusion.py to generate all logs needed</li>
	  <li>api2gender.py: starting the option to use wikidata</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.6rc3/</guid>
      <link>https://pypi.org/project/damegender/0.2.6rc3/</link>
      <pubDate>2020-03-26</pubDate>
    </item>

    <item>
      <title>v0.2.7</title>
      <description>
	<ul>
	  <li>count-debian-gender.py: add example to count males and females in debian keyring</li>
	  <li>ethnicity.py: race about a name. Source: USA census</li>
	  <li>surname.py: guess surname. Spain and United States of America supported</li>
	  <li>surnameincountries.py: about countries where a surname appears. Source: INE</li>
	  <li>readme.sh: now you can convert the readme from org to markdon with this script</li>
	  <li>add adaboost ml algorithm</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.7rc4/</guid>
      <link>https://pypi.org/project/damegender/0.2.7rc4/</link>
      <pubDate>2020-04-26</pubDate>
    </item>
    
    <item>
      <title>v0.2.8</title>
      <description>
	<ul>
	  <li>Canada (107339 names)</li> 
	  <li>New Zealand (6600 names)</li>
	  <li>Australia (52978 names)</li>
	  <li>Portugal (3999 names)</li>
	  <li>logs-errors.sh: execute allnoundefined.csv with different ML models of errors.py to generate all logs needed</li>
	  <li>errors.py: refactorize source</li>
	  <li>articles/damegender.pdf: updating</li>
	  <li>files/datamodels/*sav: updtating</li>
	  <li>manual/damegender.pdf: creating manual</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.8/</guid>
      <link>https://pypi.org/project/damegender/0.2.8/</link>
      <pubDate>2020-04-26</pubDate>
    </item>

    <item>
      <title>v0.2.9</title>
      <description>
	<ul>
	  <li>Ireland (382 names)</li> 
	  <li>Iceland (326 names)</li>
	  <li>Finland (11449 names)</li>
	  <li>manual/damegender.*: some advances</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.9/</guid>
      <link>https://pypi.org/project/damegender/0.2.9/</link>
      <pubDate>2020-06-02</pubDate>
    </item>


    <item>
      <title>v0.2.10</title>
      <description>
	<ul>
	  <li>top.py: print lists about the most used names in different countries</li>
	  <li>count-scientifics.py: counting scientifics in Spain</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.10/</guid>
      <link>https://pypi.org/project/damegender/0.2.10/</link>
      <pubDate>2020-06-02</pubDate>      
    </item>

    <item>
      <title>v0.2.11</title>
      <description>
	<ul>
	  <li>count-debian-gender.py: Debian Project (https://www.debian.org)</li>
	  <li>count-forbes.py: Forbes list about most richest people (https://www.forbes.com/)</li>
	  <li>count-gnu.py: GNU Project (https://www.gnu.org)</li>
	  <li>count-kernel.py: Kernel Project (https://www.kernel.org/)</li>
	  <li>count-scientifics.py: Scientifics in Spain (https://www.webometrics.info/en/GoogleScholar/Spain)</li>
	  <li>csv2gender.py: improved for any dataset, not only the Lucia and Helena dataset.</li>
	  <li>git2gender.py: we have fixed a lot of bugs</li>
	  <li>surname.py: we have added --spanish_provinces using top 50 surnames per province datasets</li>
	  <li>divide testsbycommandsextranet in testsbycommandsperceval and testsbycommandsextraapis</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.2.11/</guid>
      <link>https://pypi.org/project/damegender/0.2.11/</link>
      <pubDate>2020-07-03</pubDate>            
    </item>

    <item>
      <title>v0.3.1</title>
      <description>
	<ul>
	  <li>top.py: add --position argument, fix --less</li>
	  <li>mail2gender.py and git2gender.py: it shows males and females</li>
	  <li>app/dame_statistics.py: created due to refactor in app/dame_gender.py</li>
	  <li>csv2gender.py: add --noshow argument</li>
	  <li>jokes.py: created. It's about damegender tips written as jokes.</li>
	  <li>manual: new sections</li>
	  <li>Now we have a dual license and I add scripts to change licenses</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.1.post4/</guid>
      <link>https://pypi.org/project/damegender/0.3.1.post4/</link>
      <pubDate>2020-11-14</pubDate>                  
    </item>
    
    <item>
      <title>v0.3.2</title>
      <description>
	<ul>
	  <li>csv2gender.py: add --verbose argument</li>
	</ul>
	<p>New names from official statistics:</p>
	<ul>
	  <li>Belgium (14208 names)</li>
	  <li>Slovenia (8788 names)</li>
	  <li>Austria (1899 names)</li>
	  <li>Deutchsland (22368 names)</li>
	  <li>Mexico (16122 names)</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.2.post6/</guid>
      <link>https://pypi.org/project/damegender/0.3.2.post6/</link>
      <pubDate>2020-12-23</pubDate>                        
    </item>

    <item>
      <title>v0.3.3</title>
      <description>
	<ul>
	  <li>csv2gender.py: adding new argument</li>
	</ul>
	<p>Creating inter names from all countries with Open Data:</p>
	<ul>
	  <li>259395 males</li>
	  <li>279863 females</li>
	</ul>
	<p>New names from official Open Data statisticis</p>
	<ul>
	  <li>Denmark (62072 males and 79235 females)</li>
	  <li>France (16660 males and 19783 females)</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.3.post4/</guid>
      <link>https://pypi.org/project/damegender/0.3.3.post4/</link>
      <pubDate>2021-05-04</pubDate>                              
    </item>
    
    <item>
      <title>v0.3.4</title>
      <description>
	<p>New names:</p>
	<ul>
	  <li>China (2614 females and 2614 males)</li>
	  <li>Turkey (116114 females and 67309 males)</li>
	</ul>
	<p>New commands:</p>
	<ul>
	  <li>mergeinterfiles.py: merge dataset files</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.4/</guid>
      <link>https://pypi.org/project/damegender/0.3.4/</link>
      <pubDate>2021-05-10</pubDate>                                    
    </item>

    <item>
      <title>v0.3.5</title>
      <description>
	<p>Refactoring and bug fixing: All source is reaching PEP8 coding style
	now.</p>
	<p>Improvements in commands:</p>
	<p>api2gender.py: you can scrap the gender from wikipedia with
  --api=wikipedia. Before, you can use --api=wikidata, but this way
  (sparql) is worst in the current state of the development.</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.5.post1/</guid>
      <link>https://pypi.org/project/damegender/0.3.5.post1/</link>
      <pubDate>2021-07-19</pubDate>                                          
    </item>

    <item>
      <title>New Preprint and Video</title>
      <description>
	<p>I have written "Damegender: Towards an International and
	Free Dataset about Name, Gender and Frequency" comments are
	welcome. We have presented this paper in VI International
	Congress of Young Researches with a Gender Perspective. You
	can <a href="https://youtu.be/VxNBj-F-gtw">watch the
	video</a></p>
      </description>
      <guid>https://easychair.org/publications/preprint/sBZV</guid>
      <link>https://easychair.org/publications/preprint/sBZV</link>
      <pubDate>2021-06-10</pubDate>                                                
    </item>

    <item>
      <title>New Search Engine</title>
      <description>
	<p>You can enjoy api restful power with a search engine in the
	website</p>
      </description>
      <guid>https://damegender.davidam.com</guid>
      <link>https://damegender.davidam.com</link>
      <pubDate>2021-09-31</pubDate>                                                
    </item>
    
    <item>
      <title>v0.3.6</title>
      <description>
	<p>New command: csv2jsonapirest.py to download names with json api files</p>
	<p>New country: Switzerland (60693 names)</p>
	<p>Updates in commands about datasets.</p>	
      </description>
      <guid>https://pypi.org/project/damegender/0.3.6/</guid>
      <link>https://pypi.org/project/damegender/0.3.6/</link>
      <pubDate>2021-10-01</pubDate>                                          
    </item>

    <item>
      <title>v0.3.7</title>
      <description>
	<p>New country: Sweden (1079 males and 974 females)</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.7/</guid>
      <link>https://pypi.org/project/damegender/0.3.7/</link>
      <pubDate>2021-10-04</pubDate>                             
    </item>

    <item>
      <title>v0.3.8</title>
      <description>
	<p>New country: Norway (1015 females 896 males)</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.8/</guid>
      <link>https://pypi.org/project/damegender/0.3.8/</link>
      <pubDate>2021-10-08</pubDate>                             
    </item>

    <item>
      <title>v0.4.0</title>
      <description>
	<p>New country: Russia (1434 females and 3357 males)</p>
	<p>newspaper2gender.py: to guess the author's gender from a newspaper</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.3.8/</guid>
      <link>https://pypi.org/project/damegender/0.3.8/</link>
      <pubDate>2021-10-08</pubDate>                             
    </item>

    <item>
      <title>v0.4.1</title>
      <description>
	<p>Cleaning code: to reach PEP8, removing unused libraries, ...</p>
	<p>percentage2names.py: to create datasets with a specific range of percentage of males or females</p>
	<p>launchpad2gender.py: start script to use the perceval feature about launchpad (experimental in Damegender, now)</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.1/</guid>
      <link>https://pypi.org/project/damegender/0.4.1/</link>
      <pubDate>2022-02-09</pubDate>     
    </item>

    <item>
      <title>v0.4.2</title>
      <description>
	<p>Improvements towards reproducible science: scripting, updates in data, ...</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.2/</guid>
      <link>https://pypi.org/project/damegender/0.4.2/</link>
      <pubDate>2022-02-28</pubDate>
    </item>

    <item>
      <title>v0.4.3</title>
      <description>
	<p>New features:
	<ul>
	  <li>get-wikidata-names.py: to download names from wikidata in a specific country</li>
	  <li>get-wikidata-surnames.py: to download surnames from wikidata in a specific country</li>
	</ul>
	<p>These wikidata datasets are a subset of datasets retrieved from
	statistical institutions due to that in Wikipedia/Wikidata there are
	important people for each country, but you can find it useful if you
	have not names in a country or if you need a test dataset about names
	and gender in a country. But you must not trust in the top,
	frequencies, ...  given by these datasets, there are exploratory data,
	only.</p>

	<p>Datasets:</p>
	<ul>
	  <li>You can access to Russia names in cyrillic alphabet (ru_ru) and
	  latin alphabet (ru_en)</li>
	</ul>
	  
	<p>Improvements towards reproducible science: scripting,
	updates in data, ...</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.3/</guid>
      <link>https://pypi.org/project/damegender/0.4.3/</link>
      <pubDate>2022-03-05</pubDate>
    </item>

    <item>
      <title>v0.4.4</title>
      <description>
	<p>Official Datasets:</p>
	<ul>
	  <li>[X] Argentina: 42800 names, 24587 females, 18456 males, 77583 surnames</li>
	  <li>[X] Great Britain: 459848 names, 34326 males, 51195 females</li>
	</ul>
	<p>Great Britain has several statistical offices divided by Great Britain regions. So we must do more long calculus if you find bugs, please
send to Damegender, for example, with a github issue. Thanks in advance.</p>

        <p>Cleaning code:</p>
	<ul>
	  <li>[X] Replaced lxml by xml python native, lxml was doing problems in MacOS</li>
	  <li>[X] Reducing lines of code in top.py</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.4/</guid>
      <link>https://pypi.org/project/damegender/0.4.4/</link>
      <pubDate>2022-03-14</pubDate>
    </item>

    <item>
      <title>v0.4.5</title>
      <description>
	<p>Dumping names and surnames for all countries from Wikidata.
surnames.py and surnamesincountries.py has been updated to give
support to Wikidata.</p>

        <p>For each country, we are choosing official statistics, but if 
there not official statistics from now we are allowing to the users the
dataset provided by wikidata. The user will receive a messsaga about
it, due to that Wikidata could be giving very few names in some
countries, so the quality is worst with Wikidata.</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.5/</guid>
      <link>https://pypi.org/project/damegender/0.4.5/</link>
      <pubDate>2022-04-12</pubDate>
    </item>

    <item>
      <description>
	<p>Added the 58 most popular italian names (29 males and 29 females)
retrieved from istat (the italian statistics office).</p>

        <p>In the goal to make very easy replicate the building of the dataset,
we are starting to rewrite all scripts about process orig files
from official statistics from states to damegender csv files.
As soon as possible the only command will be orig2.py simplifying
the processing. Some datasets has been updated in the process.</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.6/</guid>
      <link>https://pypi.org/project/damegender/0.4.6/</link>
      <pubDate>2022-07-26</pubDate>
    </item>

    <item>
      <description>
	<p>The method pretty_gg_list has been rewritten allowing some combination
of csv or json files as arguments. This will be very useful for a
Damegender non dependent of Lucia&Helena dataset. So, very good
datasets saved in files/names/names_tests will can be used for check
benchmarks of accuracies, precision, f1score, recall, ...</p>

        <p>With identical goal in mind, many methods has been added to
dame_statistics.py respecting the jargon math (true_negative,
false_negative, false_positive, true_positive). Remember that
there are many datasets stored in files/names/names_tests and tests
are welcome!</p>

        <p>More countries has been added to orig2.py</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.7/</guid>
      <link>https://pypi.org/project/damegender/0.4.7/</link>
      <pubDate>2022-10-17</pubDate>
    </item>

    <item>
      <description>
	<p>Bug fixes in accuracy.py</p>
      </description>
      <guid>https://pypi.org/project/damegender/0.4.8/</guid>
      <link>https://pypi.org/project/damegender/0.4.8/</link>
      <pubDate>2022-10-29</pubDate>
    </item>

    <item>
      <description>
	<ul>
	  <li>accuracy.py: bug fixes</li>
	  <li>main.py: adding --force_whitespaces</li>
	  <li>csv2gender.py: adding --force_whitespaces</li>
	  <li>adding Argentina dataset</li>
	  <li>downloadjson.py: adding --outjson</li>
	  <li>downloadjson.py: adding --name_position</li>
	  <li>get-wikidata-names.py: adding --outcsv argument</li>
	  <li>get-wikidata-surnames.py: adding --outcsv argument</li>
	  <li>mergeinterfiles.py: adding --malefemale_onlygender argument</li>
	  <li>nameincountries.py: adding message about dataset used</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.5.0/</guid>
      <link>https://pypi.org/project/damegender/0.5.0/</link>
      <pubDate>2022-11-24</pubDate>
    </item>

    <item>
      <description>
	<ul>
	  <li>accuracy.py: bug fixes</li>
	  <li>main.py: adding --force_whitespaces</li>
	  <li>csv2gender.py: adding --force_whitespaces</li>
	  <li>adding Argentina dataset</li>
	  <li>downloadjson.py: adding --outjson</li>
	  <li>downloadjson.py: adding --name_position</li>
	  <li>get-wikidata-names.py: adding --outcsv argument</li>
	  <li>get-wikidata-surnames.py: adding --outcsv argument</li>
	  <li>mergeinterfiles.py: adding --malefemale_onlygender argument</li>
	  <li>nameincountries.py: adding message about dataset used</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.5.1/</guid>
      <link>https://pypi.org/project/damegender/0.5.1/</link>
      <pubDate>2022-12-29</pubDate>
    </item>

    <item>
      <description>
	<ul>
          <li>Adding Chile: 7024 females, 5433 males</li>
	  <li>top.py: adding --outjson giving this wonderful feature: to export top names to websites</li>
	  <li>sh/languages: adding arabic.sh, german.sh and portuguese.sh</li>
	  <li>files/names/names_tests: adding wta-players.csv, names_leagues.csv</li>
	  <li>Luz has been reviewing that each method has a comment explaining the method </li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.5.2/</guid>
      <link>https://pypi.org/project/damegender/0.5.2/</link>
      <pubDate>2023-01-24</pubDate>
    </item>    

    <item>
      <description>
	<p>Do you want to become a hacker? Do you want to work with a lot of females around? You can take a look to statistics to understand incompatible thoughts (added statistics about males and females of developers of interpreters)</p>
      </description>
      <guid>https://damegender.davidam.com/#stats</guid>
      <link>https://damegender.davidam.com/#stats</link>
      <pubDate>2023-05-05</pubDate>
    </item>

    <item>
      <description>
	<p>New script!</p>
	<ul>
	  <li>checkcsv.py: to check possible problems in a csv file, such as, empty rows, initials, or emails</li>
	</ul>
  
	<p>The accuracy average of INTER dataset continues augmenting! Now is 0.92. More about it in https://easychair.org/publications/preprint/Klv8</p>

	<p>Brazil is another open data country!</p>
	<ul>
	  <li>[X] dame_brazilapi.py: has been implemented</li>
	  <li>[X] test_dame_brazilapi.py: has been implemented</li>
	  <li>[X] api2gender.py: updated</li>
	  <li>[X] downloadjson.py: updated</li>
	  <li>[X] Brazil: 1322 males, 1539 females. We want download more names in a near future</li>
	  <li>[X] downloadcsv.py: has been created this script to download Brazil, but it will be replaced by source code in orig2.py in a near future.</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.5.3/</guid>
      <link>https://pypi.org/project/damegender/0.5.3/</link>
      <pubDate>2023-05-12</pubDate>
    </item>

    <item>
      <description>
	<p>Do you want to build an indicator about knowledge for United Nations taking into account women and men? DameGender could help you New stats about knowledge in the DameGender website</p>
      </description>
      <guid>https://damegender.davidam.com/#stats</guid>
      <link>https://damegender.davidam.com/#stats</link>
      <pubDate>2023-05-23</pubDate>
    </item>

    <item>
      <description>
	<p>News in commands: </p>
	<ul>
	  <li>downloadcsv.py: added genderize and genderapi</li>
	  <li>mergeinterfiles.py: adding --nosum argument</li>
	  <li>checkcsv.py: to enable counting long string</li>
	  <li>get-wikidata-surnames.py: to avoid to download url as surnames</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.5.4.post2/</guid>
      <link>https://pypi.org/project/damegender/0.5.4.post2/</link>
      <pubDate>2023-08-20</pubDate>
    </item>
    
    <item>
      <description>
	<p>The standards has been implemented:
	<ul>
	  <li>RFC6350</li>
	  <li>ISOIEC5218</li>
	  <li>DameGender (a standard de facto)</li>
	</ul>
	<p>More about the standards</p>
	<ul>
	  <li>https://www.iso.org/standard/81682.html</li>
	  <li>https://en.wikipedia.org/wiki/ISO/IEC_5218</li>
	  <li>https://datatracker.ietf.org/doc/html/rfc6350#section-6.2.7</li>
	</ul>
      </description>
      <guid>https://pypi.org/project/damegender/0.5.5.post3/</guid>
      <link>https://pypi.org/project/damegender/0.5.5.post3/</link>      
      <pubDate>2023-08-27</pubDate>
    </item>
    
    <item>
      <description>
	<p>A new paper (spanish) has been published: "Un Dataset Internacional Acerca de Nombres, Género y Frecuencias en Damegender"</p>

	<p>La igualdad de género es el quinto objetivo de desarrollo sostenible (ODS) para Naciones Unidas. Esta igualdad puede ser lograda midiendo, analizando datos y, creando buenas políticas con los resultados. Muchos estudios de género cuentan hombres y mujeres para explicar la posible desigualdad, por ejemplo, artículos de investigación, puestos de trabajo, calles, etc. El método tradicional de investigación es usar APIs comerciales con datos propietarios sin idea acerca de cómo los datos fueron recogidos. Los datos pueden también ser recogidos desde Wikipedia, estudios lingüísticos, sitios científicos, u oficinas estadísticas. Este enfoque está basado en recoger Datasets Abiertos (Open Datasets) que incluyen nombre, género y frecuencia desde muchas instituciones estadísticas. Así́, las tareas abordadas están basadas en unificar formatos, procesar datos y, crear pruebas para medir la precisión de los nuevos datasets. El dataset usado cubre más de 20 países en el mundo occidental trayendo miles de nombres con una precisión de acierto mayor del 90%. Esto permitirá medir brecha de género a estudiantes y académicos interesados en el fenómeno sin costes y de una manera reproducible y más personas estarán contribuyendo a eliminar la brecha de género. El Software Libre y los datos provistos por instituciones estadísticas hacen posible producir investigación reproducible por pares.</p>
      </description>
      <guid>https://cgscholar.com/bookstore/works/un-dataset-internacional-acerca-de-nombres-genero-y-frecuencias-en-damegender</guid>
      <link>https://cgscholar.com/bookstore/works/un-dataset-internacional-acerca-de-nombres-genero-y-frecuencias-en-damegender</link>      
      <pubDate>2023-09-08</pubDate>
    </item>
    
    
  </channel>
</rss>
