From 0036e69bfa438a93a7873a4b8fa0da93c84d4ff2 Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Fri, 11 Mar 2022 16:33:54 +0900 Subject: [PATCH] Inisiasi publikasi --- Figures/.gitignore | 1 + Figures/README | 1 + Makefile | 1 + localStyle.sty | 5 +++++ manuscript.bib | 21 +++++++++++++++++++++ manuscript.md | 1 + pubsEngine | 1 + reported/README | 1 + 8 files changed, 32 insertions(+) create mode 100644 Figures/.gitignore create mode 100644 Figures/README create mode 120000 Makefile create mode 100644 localStyle.sty create mode 100644 manuscript.bib create mode 100644 manuscript.md create mode 120000 pubsEngine create mode 100644 reported/README diff --git a/Figures/.gitignore b/Figures/.gitignore new file mode 100644 index 0000000..9c595a6 --- /dev/null +++ b/Figures/.gitignore @@ -0,0 +1 @@ +temp diff --git a/Figures/README b/Figures/README new file mode 100644 index 0000000..8d41461 --- /dev/null +++ b/Figures/README @@ -0,0 +1 @@ +Please put all additional files over here diff --git a/Makefile b/Makefile new file mode 120000 index 0000000..a0c57f2 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +pubsEngine/Makefile.forDraft \ No newline at end of file diff --git a/localStyle.sty b/localStyle.sty new file mode 100644 index 0000000..600fe26 --- /dev/null +++ b/localStyle.sty @@ -0,0 +1,5 @@ +\ProvidesPackage{localStyle} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage{xspace} + +\newcommand{\defLocalStyle}{This is local style need to be copied per manuscript} diff --git a/manuscript.bib b/manuscript.bib new file mode 100644 index 0000000..2a3102e --- /dev/null +++ b/manuscript.bib @@ -0,0 +1,21 @@ +@article{obata_improving_2015, + title = {Improving the {Description} of {Nonmagnetic} and {Magnetic} {Molecular} {Crystals} via the van der {Waals} {Density} {Functional}}, + volume = {84}, + issn = {0031-9015}, + url = {http://journals.jps.jp/doi/abs/10.7566/JPSJ.84.024715}, + doi = {10.7566/JPSJ.84.024715}, + abstract = {We have derived and implemented a stress tensor formulation for the van der Waals density functional (vdW-DF) with spin-polarization-dependent gradient c +orrection (GC) recently proposed by the authors [J. Phys. Soc. Jpn. 82, 093701 (2013)] and applied it to nonmagnetic and magnetic molecular crystals under ambient condition. + We found that the cell parameters of the molecular crystals obtained with vdW-DF show an overall improvement compared with those obtained using local density and generalize +d gradient approximations. In particular, the original vdW-DF with GC gives the equilibrium structural parameters of solid oxygen in the α-phase, which are in good agreement + with the experiment.}, + number = {2}, + urldate = {2017-07-29}, + journal = {J. Phys. Soc. Jpn.}, + author = {Obata, Masao and Oda, Tatsuki and Nakamura, Makoto and Hamada, Ikutaro}, + month = jan, + year = {2015}, + pages = {024715}, + file = {Full Text PDF:/home/aku/.zotero/zotero/cj95rjne.default/zotero/storage/8E9JFEFK/Obata et al. - 2015 - Improving the Description of Nonmagnetic and Magne.pdf: +application/pdf;Snapshot:/home/aku/.zotero/zotero/cj95rjne.default/zotero/storage/ZJNEANHK/JPSJ.84.html:text/html} +} diff --git a/manuscript.md b/manuscript.md new file mode 100644 index 0000000..1eae4cf --- /dev/null +++ b/manuscript.md @@ -0,0 +1 @@ +HIT ME diff --git a/pubsEngine b/pubsEngine new file mode 120000 index 0000000..6e48984 --- /dev/null +++ b/pubsEngine @@ -0,0 +1 @@ +../../pubsEngine \ No newline at end of file diff --git a/reported/README b/reported/README new file mode 100644 index 0000000..1057ee5 --- /dev/null +++ b/reported/README @@ -0,0 +1 @@ +Please put all finished files here