Skip to content

Commit 834bcc0

Browse files
Jonathan MoussaJonathan Moussa
Jonathan Moussa
authored and
Jonathan Moussa
committed
back to blogging after break
1 parent bcbaf3e commit 834bcc0

9 files changed

+21
-4
lines changed

_posts/2019-04-18-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ I have used them both for multiple projects, and I have no major complaints abou
109109
To visualize their dominance and in turn the dominance of DFT over semiempirical electronic structure,
110110
I will display some trends in scientific publications related to electronic structure:
111111

112-
![publications: DFT versus SQM](/assets/DFT-vs-SQM.pdf){:height="100%" width="100%"}
112+
![publications: DFT versus SQM](/assets/2019-04-18-DFT-vs-SQM.pdf){:height="100%" width="100%"}
113113

114114
This is based on Google Scholar searches of ["density functional theory"] for DFT,
115115
[("semiempirical" OR "semi empirical") AND ("electronic structure" OR "chemistry" OR "quantum")] for semiempirical electronic structure,

_posts/2019-05-12-linear-scaling-too-little.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ So, my interest in linear-scaling electronic structure ended up getting diverted
7575
Meanwhile, there haven't been any major advances in linear-scaling electronic structure research for the entire time that I've been interested in it.
7676
I've tried to rationalize and quantify this opinion by measuring publication rates in Google Scholar:
7777

78-
![linear-scaling literature data](/assets/linear-scaling.pdf){:height="100%" width="100%"}
78+
![linear-scaling literature data](/assets/2019-05-12-linear-scaling.pdf){:height="100%" width="100%"}
7979

8080
Here, I'm plotting papers mentioning ["electronic structure"] versus ["electronic structure" AND ("linear scaling" OR "scale linearly" OR "scaling linearly")],
8181
which shows that interest in linear scaling is growing with the activity in the field of electronic structure as a whole
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: post
3+
title: "Introspection on blogging"
4+
categories: communication
5+
---
6+
7+
My blogging activities became derailed over the last few months because I was a bit too busy with other things.
8+
I'm now ready to get back to regular blogging.
9+
My initial purpose in starting this blog was to have a platform for long scientific rants, and that was indeed the style of my initial posts.
10+
However, long posts are (1) time-consuming to write, (2) time-consuming to read, and (3) cause posting to become less frequent.
11+
This is a lose-lose-lose, and it contributed to the hiatus in posting.
12+
Micro-blogging (a.k.a. Twitter) has become more popular than traditional blogging for these reasons.
13+
From now on, I'll try to make most of my posts shorter and more digestible,
14+
which will lower the barrier for me to complete and publish them.
15+
16+
In line with this new blogging style, I will refrain from talking about what I've been up to lately in this post,
17+
and instead explain it over several posts spread out over the next few days.
File renamed without changes.

assets/DFT-vs-SQM.py renamed to assets/2019-04-18-DFT-vs-SQM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
plt.ylabel('# of publications per year')
2020
plt.legend()
2121

22-
plt.savefig("DFT-vs-SQM.pdf",bbox_inches='tight',pad_inches=0.01)
22+
plt.savefig("2019-04-18-DFT-vs-SQM.pdf",bbox_inches='tight',pad_inches=0.01)
File renamed without changes.
File renamed without changes.

assets/linear-scaling.py renamed to assets/2019-05-12-linear-scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
plt.ylabel('# of publications per year')
1919
plt.legend()
2020

21-
plt.savefig("linear-scaling.pdf",bbox_inches='tight',pad_inches=0.01)
21+
plt.savefig("2019-05-12-linear-scaling.pdf",bbox_inches='tight',pad_inches=0.01)
File renamed without changes.

0 commit comments

Comments
 (0)