Skip to content

Commit

Permalink
[update] index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuAmasaki committed Sep 29, 2023
1 parent 1b215e7 commit 90edcd8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
a.out
*.mod
*.swp
libpq-fortran
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ <h1> Amasaki Shinobu's website</h1>
<div class="description">
<h2 id="activities">Activities</h2>
<ul>
<li>Software development in Fortran
<li>Software development in Fortran</li>
<li>Numerical analysis</li>
<li>Parallel Processing</li>
<li>Computational Simulation in Geoscience</li>
</ul>
<h2 id="software">Software</h2>
<ul>
<li><a href="https://github.com/ShinobuAmasaki/img2nc">img2nc -
Moon topographic map converter</a></li>
Expand All @@ -49,11 +54,10 @@ <h2 id="activities">Activities</h2>
- Unsigned Integers for Fortran</a></li>
<li><a
href="https://github.com/ShinobuAmasaki/libpq-fortran">Libpq-Fortran
- Fortran Interface to PostgreSQL</a></li>
- Modern Fortran Interface for PostgreSQL</a>
<ul>
<li><a href="./libpq-fortran">Documentation</a></li>
</ul></li>
<li>Numerical analysis</li>
<li>Parallel Processing</li>
<li>Computational Simulation in Geoscience</li>
</ul>
<h2 id="posts">Posts</h2>
<ul>
Expand Down
9 changes: 6 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ description: index.html

## Activities
- Software development in Fortran
- [img2nc - Moon topographic map converter](https://github.com/ShinobuAmasaki/img2nc)
- [uint-fortran - Unsigned Integers for Fortran](https://github.com/ShinobuAmasaki/uint-fortran)
- [Libpq-Fortran - Fortran Interface to PostgreSQL](https://github.com/ShinobuAmasaki/libpq-fortran)
- Numerical analysis
- Parallel Processing
- Computational Simulation in Geoscience

## Software
- [img2nc - Moon topographic map converter](https://github.com/ShinobuAmasaki/img2nc)
- [uint-fortran - Unsigned Integers for Fortran](https://github.com/ShinobuAmasaki/uint-fortran)
- [Libpq-Fortran - Modern Fortran Interface for PostgreSQL](https://github.com/ShinobuAmasaki/libpq-fortran)
- [Documentation](./libpq-fortran)

## Posts
- *2023-09-29:* [Fortranでもデータベースしたい![JA]](https://qiita.com/amasaki203/items/fa0ffaff614324fb6d5f)
- *2023-09-28:* [Accessing a Database Server via Fortran[EN]](items/accessing-a-database-server-via-fortran-en.html)
Expand Down

0 comments on commit 90edcd8

Please sign in to comment.