From 87f3036fca59918fe8e4919f13814eb7c9429ce0 Mon Sep 17 00:00:00 2001
From: Musanna Galib <64589428+MusannaGalib@users.noreply.github.com>
Date: Sun, 3 Dec 2023 03:30:43 +0600
Subject: [PATCH] Update and rename 2020-03-23-Supercapacitor .md to
2020-03-23-Supercapacitor.md
---
_posts/2020-03-23-Supercapacitor .md | 108 ---------------------------
_posts/2020-03-23-Supercapacitor.md | 40 ++++++++++
2 files changed, 40 insertions(+), 108 deletions(-)
delete mode 100644 _posts/2020-03-23-Supercapacitor .md
create mode 100644 _posts/2020-03-23-Supercapacitor.md
diff --git a/_posts/2020-03-23-Supercapacitor .md b/_posts/2020-03-23-Supercapacitor .md
deleted file mode 100644
index 15bd587c4fa3..000000000000
--- a/_posts/2020-03-23-Supercapacitor .md
+++ /dev/null
@@ -1,108 +0,0 @@
----
-layout: post
-title: Supercapacitor Research
-date: 2020-03-23 14:37:00-0400
-description: Supercapacitor Research
-tags: formatting tables
-categories: sample-posts
-giscus_comments: true
-related_posts: true
-datatable: true
-related_publications: 10.1007/s00894-020-04483-5
-
----
-
-In this study, molecular dynamics (MD) simulations have been performed to explore the variation of ion density and electric potential due to electrode surface modification. Two different surface morphologies, having planer and slit pore with different conditions of surface charge, have been studied for graphene-MnO2 surface using LAMMPS. For different pore widths, the concentration of ions in the double layer is observed to be very low when the surface of the graphene-MnO2 electrode is charged. With a view to identify the optimal pore size for the simulation domain considered, three different widths for the nano-slit type pores and the corresponding ion-ion interactions are examined. Though this effect is negligible for pores with 9.23 and 3.55 Å widths, a considerable increase in the ionic concentration within the 7.10 Å pores is observed when the electrode is kept neutral. The edge region of these nano-slit pores leads to effective energy storage by promoting ion separation and a significantly higher charge accumulation is found to occur on the edges compared to the basal planes. For the simulation domain of the present study, partition coefficient is maximum for a pore size of 7.10 Å, indicating that the ions’ penetration and movement into nano-slit pores are most favorable for this optimum pore size for MnO2-graphene electrodes with aqueous NaCl electrolyte.
-
-Using markdown to display tables is easy. Just use the following syntax:
-
-```markdown
-| Left aligned | Center aligned | Right aligned |
-| :----------- | :------------: | ------------: |
-| Left 1 | center 1 | right 1 |
-| Left 2 | center 2 | right 2 |
-| Left 3 | center 3 | right 3 |
-```
-
-That will generate:
-
-| Left aligned | Center aligned | Right aligned |
-| :----------- | :------------: | ------------: |
-| Left 1 | center 1 | right 1 |
-| Left 2 | center 2 | right 2 |
-| Left 3 | center 3 | right 3 |
-
-
-
-It is also possible to use HTML to display tables. For example, the following HTML code will display a table with [Bootstrap Table](https://bootstrap-table.com/), loaded from a JSON file:
-
-{% raw %}
-```html
-
-
-
- ID |
- Item Name |
- Item Price |
-
-
-
-```
-{% endraw %}
-
-
-
-
- ID |
- Item Name |
- Item Price |
-
-
-
-
-
-
-By using [Bootstrap Table](https://bootstrap-table.com/) it is possible to create pretty complex tables, with pagination, search, and more. For example, the following HTML code will display a table, loaded from a JSON file, with pagination, search, checkboxes, and header/content alignment. For more information, check the [documentation](https://examples.bootstrap-table.com/index.html).
-
-{% raw %}
-```html
-
-
-
- |
- ID |
- Item Name |
- Item Price |
-
-
-
-```
-{% endraw %}
-
-
-
-
- |
- ID |
- Item Name |
- Item Price |
-
-
-
diff --git a/_posts/2020-03-23-Supercapacitor.md b/_posts/2020-03-23-Supercapacitor.md
new file mode 100644
index 000000000000..c3b01e711d13
--- /dev/null
+++ b/_posts/2020-03-23-Supercapacitor.md
@@ -0,0 +1,40 @@
+---
+layout: post
+title: Supercapacitor Research
+date: 2020-03-23 14:37:00-0400
+description: Supercapacitor Research
+tags: Supercapacitor LAMMPS MolecularDynamics
+categories: sample-posts
+giscus_comments: false
+related_posts: true
+datatable: true
+related_publications: Galib2020
+
+---
+
+In this study, molecular dynamics (MD) simulations have been performed to explore the variation of ion density and electric potential due to electrode surface modification. Two different surface morphologies, having planer and slit pore with different conditions of surface charge, have been studied for graphene-MnO2 surface using LAMMPS. For different pore widths, the concentration of ions in the double layer is observed to be very low when the surface of the graphene-MnO2 electrode is charged. With a view to identify the optimal pore size for the simulation domain considered, three different widths for the nano-slit type pores and the corresponding ion-ion interactions are examined. Though this effect is negligible for pores with 9.23 and 3.55 Å widths, a considerable increase in the ionic concentration within the 7.10 Å pores is observed when the electrode is kept neutral. The edge region of these nano-slit pores leads to effective energy storage by promoting ion separation and a significantly higher charge accumulation is found to occur on the edges compared to the basal planes. For the simulation domain of the present study, partition coefficient is maximum for a pore size of 7.10 Å, indicating that the ions’ penetration and movement into nano-slit pores are most favorable for this optimum pore size for MnO2-graphene electrodes with aqueous NaCl electrolyte.
+
+Using markdown to display tables is easy. Just use the following syntax:
+
+```markdown
+| Left aligned | Center aligned | Right aligned |
+| :----------- | :------------: | ------------: |
+| Left 1 | center 1 | right 1 |
+| Left 2 | center 2 | right 2 |
+| Left 3 | center 3 | right 3 |
+```
+
+That will generate:
+
+| Left aligned | Center aligned | Right aligned |
+| :----------- | :------------: | ------------: |
+| Left 1 | center 1 | right 1 |
+| Left 2 | center 2 | right 2 |
+| Left 3 | center 3 | right 3 |
+
+
+
+
+
+
+