<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Academic Writing on The Augmented Scholar</title><link>https://augmentedscholars.com/tags/academic-writing/</link><description>Recent content in Academic Writing on The Augmented Scholar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Jul 2026 17:59:48 +0400</lastBuildDate><atom:link href="https://augmentedscholars.com/tags/academic-writing/index.xml" rel="self" type="application/rss+xml"/><item><title>Matplotlib Publication Figure Template</title><link>https://augmentedscholars.com/downloads/matplotlib-figure-template/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/downloads/matplotlib-figure-template/</guid><description>&lt;h2 id="what-makes-a-publication-quality-figure"&gt;What Makes a Publication-Quality Figure&lt;/h2&gt;
&lt;p&gt;Journal requirements typically demand:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;300 DPI&lt;/strong&gt; minimum (often 600 for line art)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Figure width:&lt;/strong&gt; 86 mm (single column) or 176 mm (double column) — exact values depend on journal&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Font size:&lt;/strong&gt; 8–10pt for axis labels, consistent with body text&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No chart junk:&lt;/strong&gt; white background, no box spines, minimal grid lines&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Colour-blind friendly&lt;/strong&gt; palettes (avoid red/green alone)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This template sets all of these automatically. A single &lt;code&gt;import figure_styles&lt;/code&gt; at the top of a notebook applies the preset.&lt;/p&gt;</description></item><item><title>PhD Thesis LaTeX Template</title><link>https://augmentedscholars.com/downloads/phd-thesis-template/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/downloads/phd-thesis-template/</guid><description>&lt;h2 id="how-to-use-it"&gt;How to Use It&lt;/h2&gt;
&lt;h3 id="option-a--overleaf-recommended"&gt;Option A — Overleaf (recommended)&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download the ZIP&lt;/li&gt;
&lt;li&gt;In Overleaf: &lt;strong&gt;New Project → Upload Project&lt;/strong&gt; → select the ZIP&lt;/li&gt;
&lt;li&gt;Overleaf compiles automatically. Start editing &lt;code&gt;chapters/01-introduction.tex&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="option-b--local-compilation"&gt;Option B — Local Compilation&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Requires: TeX Live with biblatex and biber&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pdflatex main
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;biber main
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pdflatex main
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pdflatex main
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Or use &lt;strong&gt;latexmk&lt;/strong&gt; for one-command compilation:&lt;/p&gt;</description></item><item><title>Academic Conference Poster Template</title><link>https://augmentedscholars.com/downloads/academic-poster-template/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/downloads/academic-poster-template/</guid><description>&lt;h2 id="printing-tips"&gt;Printing Tips&lt;/h2&gt;
&lt;h3 id="recommended-print-settings"&gt;Recommended Print Settings&lt;/h3&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Setting&lt;/th&gt;
					&lt;th&gt;Value&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Format&lt;/td&gt;
					&lt;td&gt;A0 portrait (841 × 1189 mm)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Resolution&lt;/td&gt;
					&lt;td&gt;150 DPI for mixed graphics; 300 DPI for line art only&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Colour profile&lt;/td&gt;
					&lt;td&gt;CMYK (ask your print shop)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Bleed&lt;/td&gt;
					&lt;td&gt;Add 3mm bleed in Inkscape export if required&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="exporting-from-inkscape"&gt;Exporting from Inkscape&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;File → Export PNG&lt;/strong&gt; → set 150 DPI for a quick proof&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;File → Save a Copy → PDF&lt;/strong&gt; with &lt;strong&gt;&amp;ldquo;Use exported objects size&amp;rdquo;&lt;/strong&gt; checked for print&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="common-conference-poster-sizes"&gt;Common Conference Poster Sizes&lt;/h3&gt;
&lt;p&gt;This template is A0 portrait. Other common sizes:&lt;/p&gt;</description></item><item><title>Overleaf — Collaborative LaTeX in the Browser</title><link>https://augmentedscholars.com/tools/overleaf/</link><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/overleaf/</guid><description>&lt;h2 id="overleaf-when-to-use-it-and-when-not-to"&gt;Overleaf: When to Use It and When Not To&lt;/h2&gt;
&lt;p&gt;Overleaf is the right choice for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Collaboration&lt;/strong&gt; — share a link, co-author sees your changes in real time&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Getting started with LaTeX&lt;/strong&gt; — no local setup, compiles in the browser instantly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Conference and journal submissions&lt;/strong&gt; — many journals have direct Overleaf submission buttons&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Overleaf is the wrong choice for:&lt;/p&gt;</description></item><item><title>Grammarly — AI Writing Check for Academics</title><link>https://augmentedscholars.com/tools/grammarly/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/grammarly/</guid><description>&lt;h2 id="grammarly-for-academic-writing--honest-assessment"&gt;Grammarly for Academic Writing — Honest Assessment&lt;/h2&gt;
&lt;p&gt;Grammarly is most useful as a &lt;strong&gt;final-pass proofreader&lt;/strong&gt;, not a writing coach. It catches:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grammar errors (subject-verb disagreement, tense shifts)&lt;/li&gt;
&lt;li&gt;Punctuation mistakes&lt;/li&gt;
&lt;li&gt;Commonly confused words (affect/effect, principal/principle)&lt;/li&gt;
&lt;li&gt;Overly long sentences&lt;/li&gt;
&lt;li&gt;Passive voice overuse&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Where it falls short for academics:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Pandoc — Universal Document Converter</title><link>https://augmentedscholars.com/tools/pandoc/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/pandoc/</guid><description>&lt;h2 id="what-pandoc-does--in-one-line"&gt;What Pandoc Does — in One Line&lt;/h2&gt;
&lt;p&gt;Pandoc converts between nearly every document format that exists. For researchers, the key workflow is:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Markdown (.md) → PDF (via LaTeX)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Markdown (.md) → Word (.docx)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Markdown (.md) → HTML
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;LaTeX (.tex) → Word (.docx)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="the-researchers-markdown-writing-stack"&gt;The Researcher&amp;rsquo;s Markdown Writing Stack&lt;/h2&gt;
&lt;p&gt;Write your paper in &lt;strong&gt;Markdown&lt;/strong&gt; using any text editor. Use YAML front matter to declare metadata. Cite references with &lt;code&gt;[@smith2023]&lt;/code&gt; syntax and a &lt;code&gt;.bib&lt;/code&gt; file. Then:&lt;/p&gt;</description></item><item><title>Mermaid Diagrams in Inkscape: Native Extension Setup</title><link>https://augmentedscholars.com/posts/code-automation/mermaid-diagrams-in-inkscape-native-extension-setup/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/mermaid-diagrams-in-inkscape-native-extension-setup/</guid><description>&lt;h1 id="generate-mermaid-diagrams-without-leaving-inkscape--for-academic--technical-illustrators"&gt;Generate Mermaid Diagrams Without Leaving Inkscape — For Academic &amp;amp; Technical Illustrators&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;re mid-design in Inkscape, and you need to add a flowchart, sequence diagram, or state machine. Right now, your workflow looks like this: switch to a browser, open Mermaid&amp;rsquo;s online editor, create the diagram, export it as PNG or SVG, come back to Inkscape, import it, and hope the formatting survived the conversion. By the time you&amp;rsquo;ve done this three times, you&amp;rsquo;ve lost 20 minutes and broken your creative flow.&lt;/p&gt;</description></item><item><title>Overleaf Dark Mode &amp; Markdown Paste: Hidden Features</title><link>https://augmentedscholars.com/posts/research-tools/overleaf-dark-mode-markdown-paste-hidden-features/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/overleaf-dark-mode-markdown-paste-hidden-features/</guid><description>&lt;p&gt;You&amp;rsquo;re staring at a blinding white PDF preview at 11 PM, trying to finish your paper. Your eyes hurt. You&amp;rsquo;ve got structured notes in Obsidian or ChatGPT output in markdown, but you&amp;rsquo;re manually retyping section headers into LaTeX syntax. There&amp;rsquo;s a better way—and it&amp;rsquo;s already built into Overleaf.&lt;/p&gt;</description></item><item><title>Write Research Papers in Markdown + Pandoc</title><link>https://augmentedscholars.com/posts/research-tools/write-research-papers-in-markdown-pandoc/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/write-research-papers-in-markdown-pandoc/</guid><description>&lt;p&gt;You&amp;rsquo;re staring at a LaTeX error message for the 47th time today. Your paper deadline is tomorrow, but you&amp;rsquo;re debugging &lt;code&gt;\begin{figure}&lt;/code&gt; placement instead of refining your argument. There&amp;rsquo;s a better way: &lt;strong&gt;write in clean Markdown, get publication-ready PDFs&lt;/strong&gt; with equations, cross-references, and IEEE/Springer formatting—all without touching LaTeX syntax until the final export.&lt;/p&gt;</description></item></channel></rss>