diff --git a/docs/_pages/cv/cv.md b/docs/_pages/cv/cv.md index 37b9ab2..28e0a0b 100644 --- a/docs/_pages/cv/cv.md +++ b/docs/_pages/cv/cv.md @@ -8,10 +8,11 @@ description: The top-page of Python. ## Submitted -2. __T. Amano__, T, Yamazaki, Naoki Matsumura, Yuta Yoshimoto, S. Tsuneyuki "Transferability of the chemical bond-based machine learning model for dipole moment: the GHz to THz dielectric properties of liquid propylene glycol and polypropylene glycol" [[arXiv](https://arxiv.org/abs/2410.22718)] +3. N. Matsumura, Y. Yoshimoto, T. Yamazaki, __T. Amano__, T. Noda, N. Ebata, T. Kasano, Y. Sakai, "A Generator of Neural Network Potential for Molecular Dynamics: Constructing Robust and Accurate Potentials with Active Learning for Nanosecond-scale Simulations". [[arXiv](https://arxiv.org/abs/2411.17191)] -1. __T. Amano__, T, Yamazaki, S. Tsuneyuki, "The first-principles study of THz dielectric properties with a machine learning model for dipole moment", submitted to Springer Proceedings in Physics. +2. __T. Amano__, T. Yamazaki, N. Matsumura, Y. Yoshimoto, S. Tsuneyuki, "Transferability of the chemical bond-based machine learning model for dipole moment: the GHz to THz dielectric properties of liquid propylene glycol and polypropylene glycol". [[arXiv](https://arxiv.org/abs/2410.22718)] +1. __T. Amano__, T. Yamazaki, S. Tsuneyuki, "The first-principles study of THz dielectric properties with a machine learning model for dipole moment", submitted to Springer Proceedings in Physics. ## Refereed Papers @@ -68,10 +69,8 @@ description: The top-page of Python. ## Scholarship * [[統合物質科学リーダー養成プログラム採択生](http://www.merit.t.u-tokyo.ac.jp/merit/member/generation_009_1.html)] -{% comment %} -インターン:JSR株式会社(2022年3-5月)共同研究の前段として,提案された手法に基づく物質の誘電特性のシミュレータをpythonで実装.複数の物質について実際に計算して実験部門に提案を行った.  -{% endcomment %} - +## Internship +* JSR Corporation (2022/3-2022/5) ## certificates diff --git a/docs/_pages/index.md b/docs/_pages/index.md new file mode 100644 index 0000000..7e7e4e7 --- /dev/null +++ b/docs/_pages/index.md @@ -0,0 +1,102 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults +title: welcome +layout: home +description: The top-page of my personal website. +--- + + + +個人のメモ書き用サイトです.内容が間違っている場合があります.現在大半の内容が加筆修正中です. + + +--- +--- +## [Software installation]({% link _pages/installation/install_top.md %}) + +マニュアルインストールが必要なソフトウェアのインストールについてのまとめ. + +--- +--- +## Coding/Software + +よく使うツールについてのメモ. + +### [Python]({% link _pages/python/python_top.md %}) + +--- +### [C/C++] + +--- +### [fortran] + +--- +### [bash]({% link _pages/bash/bash_top.md %}) + +bashのさまざまな操作について. + +--- +### [LaTeX]({% link _pages/latex/latex_top.md %}) + +LaTeX文書の作成について. + +--- +### [Emacs]({% link _pages/emacs/emacs_top.md %}) + +emacsエディタの操作,カスタマイズについて. + +--- +### [gnuplot]({% link _pages/gnuplot/gnuplot_top.md %}) + +画像描画ソフトgnuplotの使い方について. + +--- +### [github]({% link _pages/github/github_top.md %}) + +gitやgithubの使い方について. + +### [home server]({% link _pages/server/server_top.md %}) + +自宅サーバーを立ち上げる記録. + +--- +--- +## Mathematics/Physics/related Softwares + +数学,物理,化学と,さらに関連するソフトウェアについて. + +### [physics]({% link _pages/physics/physics/physics_top.md %}) + +--- +### [VASP]({% link _pages/physics/vasp/vasp_top.md %}) + +第一原理計算ソフトウェアVASPの使い方について + +--- +### [Quantum Espresso]({% link _pages/physics/qe/qe_top.md %}) + +フリーの第一原理計算ソフトウェアQuantum Espressoの使い方について + +--- +### [AiiDA]({% link _pages/aiida/aiida_top.md %}) + +--- +## others + +その他,上の分類に入らない事柄のメモ. + +### [その他のソフトウェアなど]({% link _pages/others/others_top.md %}) + +--- +### [MacのOSXの設定・ソフトなど]({% link _pages/mac/mac_top.md %}) + +--- +### [大学入試過去問集]({% link _pages/ent-ex/entex_top.md %}) + +--- + +### [資格試験メモ]({% link _pages/cert/cert_top.md %}) +--- diff --git a/docs/_posts/2024/2024-10-11-nosehoover.md b/docs/_posts/2024/2024-10-11-nosehoover.md index fabac0f..0731386 100644 --- a/docs/_posts/2024/2024-10-11-nosehoover.md +++ b/docs/_posts/2024/2024-10-11-nosehoover.md @@ -17,6 +17,11 @@ description: LaTeXにおいて,Nose Hooverサーモスタットを表示する とするのが正しいようだ. +似たようなネタとして,シュレーディンガー方程式のSchrödingerのように,上に点がつく(ウムラウト)パターンは, +``` +Schr\"{o}dinger +``` +のように,プライムを2つつければよい.  ## 参考 diff --git a/docs/index.md b/docs/index.md index 4690d91..a3496f7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,90 +12,6 @@ For more details see [Basic writing and formatting syntax](https://docs.github.c 個人のメモ書き用サイトです.内容が間違っている場合があります.現在大半の内容が加筆修正中です. ---- ---- -## [Software installation]({% link _pages/installation/install_top.md %}) - -マニュアルインストールが必要なソフトウェアのインストールについてのまとめ. - ---- ---- -## Coding/Software - -よく使うツールについてのメモ. - -### [Python]({% link _pages/python/python_top.md %}) - ---- -### [C/C++] - ---- -### [fortran] - ---- -### [bash]({% link _pages/bash/bash_top.md %}) - -bashのさまざまな操作について. - ---- -### [LaTeX]({% link _pages/latex/latex_top.md %}) - -LaTeX文書の作成について. - ---- -### [Emacs]({% link _pages/emacs/emacs_top.md %}) - -emacsエディタの操作,カスタマイズについて. - ---- -### [gnuplot]({% link _pages/gnuplot/gnuplot_top.md %}) - -画像描画ソフトgnuplotの使い方について. - ---- -### [github]({% link _pages/github/github_top.md %}) - -gitやgithubの使い方について. - -### [home server]({% link _pages/server/server_top.md %}) - -自宅サーバーを立ち上げる記録. - ---- ---- -## Mathematics/Physics/related Softwares - -数学,物理,化学と,さらに関連するソフトウェアについて. - -### [physics]({% link _pages/physics/physics/physics_top.md %}) - ---- -### [VASP]({% link _pages/physics/vasp/vasp_top.md %}) - -第一原理計算ソフトウェアVASPの使い方について - ---- -### [Quantum Espresso]({% link _pages/physics/qe/qe_top.md %}) - -フリーの第一原理計算ソフトウェアQuantum Espressoの使い方について - ---- -### [AiiDA]({% link _pages/aiida/aiida_top.md %}) - ---- -## others - -その他,上の分類に入らない事柄のメモ. - -### [その他のソフトウェアなど]({% link _pages/others/others_top.md %}) - ---- -### [MacのOSXの設定・ソフトなど]({% link _pages/mac/mac_top.md %}) - ---- -### [大学入試過去問集]({% link _pages/ent-ex/entex_top.md %}) - ---- -### [資格試験メモ]({% link _pages/cert/cert_top.md %}) --- +## [技術メモ]({% link _pages/index.md %})