Skip to content

Commit

Permalink
create tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sxm13 committed Dec 15, 2024
1 parent a1c6e1b commit cf2ed22
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
4 changes: 2 additions & 2 deletions contents/publications.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

- <strong>G. Zhao<strong>, L. Brabson, S. Chheda, J. Huang, H. Kim, K. Liu, K. Mochida, T. Pham, P. Prerna, G. Terrones. S. Yoon, L. Zoubritzky, F. X. Coudert, M. Haranczyk, H. Kulik, M. Moosavi, D. Sholl, I. Siepmann, R. Snurr and Y. Chung* (2024). CoRE MOF DB: a curated experimental metal-organic framework database with machine-learned properties for integrated material-process screening. <strong>ChemRxiv.</strong> [[Paper]](https://doi.org/10.26434/chemrxiv-2024-nvmnr)
- <strong>G. Zhao</strong>, L. Brabson, S. Chheda, J. Huang, H. Kim, K. Liu, K. Mochida, T. Pham, P. Prerna, G. Terrones. S. Yoon, L. Zoubritzky, F. X. Coudert, M. Haranczyk, H. Kulik, M. Moosavi, D. Sholl, I. Siepmann, R. Snurr and Y. Chung* (2024). CoRE MOF DB: a curated experimental metal-organic framework database with machine-learned properties for integrated material-process screening. <strong>ChemRxiv.</strong> [[Paper]](https://doi.org/10.26434/chemrxiv-2024-nvmnr)

- Y Chen, <strong>G. Zhao<strong>, S. Yoon, P. Habibi, C. S. Hong, S. Li, O. A. Moultos, P. Dey, T. J. H. Vlugt and Y. G. Chung* (2024). Computational Exploration of Adsorption-Based Hydrogen Storage in Mg-Alkoxide Functionalized Covalent-Organic Frameworks (COFs): Force-Field and Machine Learning Models. <strong>ACS Applied Materials & Interfaces.</strong> [[Paper]](https://doi.org/10.1021/acsami.4c11953)
- Y Chen, <strong>G. Zhao</strong>, S. Yoon, P. Habibi, C. S. Hong, S. Li, O. A. Moultos, P. Dey, T. J. H. Vlugt and Y. G. Chung* (2024). Computational Exploration of Adsorption-Based Hydrogen Storage in Mg-Alkoxide Functionalized Covalent-Organic Frameworks (COFs): Force-Field and Machine Learning Models. <strong>ACS Applied Materials & Interfaces.</strong> [[Paper]](https://doi.org/10.1021/acsami.4c11953)

- <strong>G. Zhao</strong> and Y. G. Chung* (2024). PACMAN: A Robust Partial Atomic Charge Predicter for Nanoporous Materials Based on Crystal Graph Convolution Networks. <strong>Journal of Chemical Theory and Computation.</strong> [[Paper]](https://doi.org/10.1021/acs.jctc.4c00434)

Expand Down
14 changes: 14 additions & 0 deletions contents/tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Tools and Resources

Here are some tools and resources I've developed:

## GitHub Repository
- [My GitHub Repository](https://github.com/your-github-repo): Explore my open-source projects and contributions.

## Data Resources
- [Dataset 1](https://your-data-link.com): High-quality dataset for research.
- [Dataset 2](https://your-other-data-link.com): Another curated dataset.

## Interactive Web Tools
- [Tool 1](https://your-tool-website.com): A demo of my interactive tool.
- [Tool 2](https://your-second-tool-website.com): Another tool showcasing advanced functionality.
27 changes: 16 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,17 @@
<nav class="header navbar navbar-expand-lg navbar-light fixed-top shadow-sm" id="mainNav">
<div class="container px-5">
<a id="page-top-title" class="navbar-brand fw-bold" href="#page-top"></a>
<!-- <a href="#page-top"><img src="static/assets/img/CUMT_LOGO.svg" style="width: 11rem;"></a> -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
MENU
<i class="bi-list"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto me-4 my-3 my-lg-0">
<li class="nav-item">
<a class="nav-link me-lg-3" href="#page-top">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link me-lg-3" href="#publications">PUBLICATIONS</a>
</li>
<li class="nav-item">
<a class="nav-link me-lg-3" href="#awards">AWARDS</a>
</li>

<li class="nav-item"><a class="nav-link me-lg-3" href="#page-top">HOME</a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#publications">PUBLICATIONS</a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#awards">AWARDS</a></li>
<li class="nav-item"><a class="nav-link me-lg-3" href="#tools">TOOLS</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -159,6 +152,18 @@ <h2 id="awards-subtitle"><i class="bi bi-award-fill"></i>AWARDS </h2>
</section>
<!-- Awards -->

<!-- Tools Section -->
<section class="bg-gradient-primary-to-secondary-gray mt5 md5" id="tools">
<div class="container px-5">
<header>
<h2 id="tools-subtitle"><i class="bi bi-tools"></i>&nbsp;TOOLS</h2>
</header>
<div class="main-body">
<!-- Placeholder for dynamically loaded Markdown content -->
<div id="tools-md"></div>
</div>
</div>
</section>

<!-- Footer-->
<footer class="bg-bottom text-center py-5">
Expand Down

0 comments on commit cf2ed22

Please sign in to comment.