Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 26, 2017
1 parent b1c1de2 commit 880d931
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions website/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
<body style="margin: 10px; font-size:100%">
<H1>About PseudoDojo</H1>
The PseudoDojo.org website gives access to the latest released version of the pseudopotentials of the PseudoDojo project.<BR />
The PseudoDojo project is hosted on <a href="https://github.com/gmatteo/pseudo_dojo">githup</a>. It is a python package to develop, test and store pseudo potentials.<BR />
The PseudoDojo project is hosted on <a href="https://github.com/gmatteo/pseudo_dojo">github</a>. It is a python package to develop, test and store pseudo potentials.<BR />
Previous versions can be found in the git repository.<BR />

<P> The web interface provides various files:<BR />
<b>.psp8</b> : the pseudo in the psp8 format (abinit)<BR />
<b>.upf</b> : the pseudoo in the upf format (quantum esperesso)<BR />
<b>.html</b> : the test report of the pseudo as a static html version of the dojo report jupyter notebook.<BR/>
<b>.djrepo</b> : the test report of the pseudo as a json document.<BR/>
<P> The web interface provides various files:</P>
<ul>
<li><b>.psp8</b> : the pseudo in the psp8 format (abinit)</li>
<li><b>.upf</b> : the pseudoo in the upf format (quantum esperesso)</li>
<li><b>.html</b> : the test report of the pseudo as a static html version of the dojo report jupyter notebook.</li>
<li><b>.djrepo</b> : the test report of the pseudo as a json document.</li>
</ul>

<P> The current version provided at this web interface is version 0.3: ONCVPSP_PDv0.3 in the git repository.
<P> The current version provided at this web interface is version 0.3: ONCVPSP_PDv0.3 in the git repository.</P>

<H1>Contributors Pseudo Dojo</H1>
Matteo Giantomassi<BR />
Michiel J. van Setten<BR />
Gian-Marco Rignanese<BR />
Jean-Michel Beuken

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
2 changes: 1 addition & 1 deletion website/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body style="margin: 10px; font-size:100%">
<h1>Contributing to the PseudoDojo project.</h1>

<p>If you would like to contribute to the PseudoDojo project please visit the <a href="https://github.com/gmatteo/pseudo_dojo">githup repository</a>.<BR />
<p>If you would like to contribute to the PseudoDojo project please visit the <a href="https://github.com/gmatteo/pseudo_dojo">github repository</a>.<BR />
Fork the project and commit your contributions.<BR />
If you contribute new code, for instance for a new test, you also need to provide unittests for that code.<BR />
We cannot accept code additions without unittests.</p>
Expand Down

0 comments on commit 880d931

Please sign in to comment.