summaryrefslogtreecommitdiffstats
path: root/2022/talks/science.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-09-30 15:59:56 -0400
committerSacha Chua <sacha@sachachua.com>2022-09-30 15:59:56 -0400
commit67f0f1c500091db27a69cb3a05fffd20c137d6e4 (patch)
tree22f66de124999dca2f6d965795c8135d747aa6eb /2022/talks/science.md
parent0e44a3f1f7dbc27c92aa51aa50e898b163d56ac3 (diff)
downloademacsconf-wiki-67f0f1c500091db27a69cb3a05fffd20c137d6e4.tar.xz
emacsconf-wiki-67f0f1c500091db27a69cb3a05fffd20c137d6e4.zip
Add 2022 talks
Diffstat (limited to '2022/talks/science.md')
-rw-r--r--2022/talks/science.md58
1 files changed, 58 insertions, 0 deletions
diff --git a/2022/talks/science.md b/2022/talks/science.md
new file mode 100644
index 00000000..52e24eb7
--- /dev/null
+++ b/2022/talks/science.md
@@ -0,0 +1,58 @@
+[[!meta title="Writing and organizing literature notes for scientific writing"]]
+[[!meta copyright="Copyright &copy; 2022 Vidianos"]]
+[[!inline pages="internal(2022/info/science-nav)" raw="yes"]]
+
+<!-- Initially generated with emacsconf-generate-talk-page and then left alone for manual editing -->
+<!-- You can manually edit this file to update the abstract, add links, etc. --->
+
+
+# Writing and organizing literature notes for scientific writing
+Vidianos
+
+[[!inline pages="internal(2022/info/science-before)" raw="yes"]]
+
+This talk is heavily inspired by an excerpt from the book "How to Take
+Smart Notes" by Sonke Ahrens where he talks about writing a paper step
+by step. My note taking process was heavily inspired by this book and
+its arguably the part of my config I have written the most code for as
+I wanted to personalize a lot of it. One of the most interesting parts
+of it is how I write and organize my literature notes after reading
+scientific articles. I am a 4th year university student in Chemical
+Engineering so I have some relation to scientific writing for various
+projects I have worked on for uni. I don't believe my workflow is
+perfect for this, but since I have worked a lot on it, I think it will
+be something useful to showcase and others interested in the topic
+will gain something from it.
+
+This talk will focus on how Emacs has aided me in scientific writing
+and will cover how I use various packages for this. Featured will be:
+Org-noter, one of my favourite emacs packages which I use to annotate
+articles using org-mode while reading them. I will focus primarily on
+its integration with my org-roam-capture-templates and how it,
+org-roam-bibtex and ivy-bibtex work together to very easily create and
+flesh out literature notes for the articles I find, but I will also
+briefly mention how I annotate articles. Then, how I use org-roam to
+then take what I learned from this literature and create permanent
+notes on it which I can then add easily to my Zettelkasten. And
+finally, how I organize both literature and permanent notes on a
+subject using my own project, the zetteldesk package, and how I can
+very easily create a first draft of my work using this. With the draft
+created organically through my notes, it is then almost effortless to
+write the final work, as it consists simply of reading the draft,
+making small changes and fixes and perfecting it so it is a ready
+product.
+
+My ideal talk duration would be 20 minutes so I can explain my
+workflow with this set of packages without skimming over too many
+details. I will have time to touch on how I use all the packages that
+participate in this workflow, and will also be able to show some of
+the elisp that does all the work behind the scenes, which I personally
+consider very useful.
+
+
+
+[[!inline pages="internal(2022/info/science-after)" raw="yes"]]
+
+[[!inline pages="internal(2022/info/science-nav)" raw="yes"]]
+
+[[!taglink CategoryZettelkasten]] [[!taglink CategoryOrgMode]] [[!taglink CategoryOrgRoam]]