<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mrwho</title>
    <description>The latest articles on DEV Community by mrwho (@mrwhon).</description>
    <link>https://dev.to/mrwhon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4008218%2Fd6f86572-37e0-472d-a5bd-36605b08f403.jpg</url>
      <title>DEV Community: mrwho</title>
      <link>https://dev.to/mrwhon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrwhon"/>
    <language>en</language>
    <item>
      <title>How I Built an AI Graphical Abstract Maker for Journal Submissions</title>
      <dc:creator>mrwho</dc:creator>
      <pubDate>Mon, 29 Jun 2026 13:22:35 +0000</pubDate>
      <link>https://dev.to/mrwhon/how-i-built-an-ai-graphical-abstract-maker-for-journal-submissions-1731</link>
      <guid>https://dev.to/mrwhon/how-i-built-an-ai-graphical-abstract-maker-for-journal-submissions-1731</guid>
      <description>&lt;p&gt;Every researcher who has submitted to &lt;em&gt;Nature&lt;/em&gt;, &lt;em&gt;Cell&lt;/em&gt;, or an Elsevier journal knows the last-minute scramble: the manuscript is finally polished, and then the submission portal asks for a &lt;strong&gt;graphical abstract&lt;/strong&gt; — one figure that visually summarizes the whole paper. The science is done; now you're fighting PowerPoint or a design tool the night before the deadline.&lt;/p&gt;

&lt;p&gt;I wanted to remove that friction, so I built &lt;a href="https://graphab.com/?ref=devto" rel="noopener noreferrer"&gt;Graphab&lt;/a&gt;, an AI graphical abstract maker aimed specifically at journal submission. Here's the thinking behind it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why existing options didn't fit
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PowerPoint / Canva&lt;/strong&gt; — you start from a blank canvas and do all the layout and design work yourself.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BioRender&lt;/strong&gt; — a great icon library, but you still assemble and design the figure manually.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Freelance designers&lt;/strong&gt; — good results, but slow and expensive when you're on a deadline.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The common thread: they all assume &lt;em&gt;you&lt;/em&gt; are the designer. Most researchers aren't, and don't want to be at 11pm before a deadline.&lt;/p&gt;

&lt;h2&gt;
  
  
  The core idea: start from text, not a blank canvas
&lt;/h2&gt;

&lt;p&gt;A researcher has already written the best summary of their work — the abstract. So the input should be that text, not an empty editor.&lt;/p&gt;

&lt;p&gt;The flow ended up being:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Paste your abstract&lt;/strong&gt; (optionally let the AI tighten it into a short visual brief first), or upload a rough hand-drawn sketch.&lt;/li&gt;
&lt;li&gt;The AI &lt;strong&gt;generates a complete graphical abstract image&lt;/strong&gt; from that input.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pick your target journal&lt;/strong&gt;, then export the figure sized to that journal's dimensions and resolution.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The parts that were actually tricky
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Journal specs vary a lot.&lt;/strong&gt; Nature, Cell, Elsevier, ACS, Science, PLOS ONE, Frontiers and Wiley each have different size/DPI expectations. I built presets from each journal's publicly published author guidelines — but specs change, so the tool always tells you to verify against the latest official guidelines before submitting. The full reference is on the &lt;a href="https://graphab.com/journals?ref=devto" rel="noopener noreferrer"&gt;journal specs page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export for submission.&lt;/strong&gt; Figures export at 300 DPI as TIFF or PNG — the formats most submission portals accept.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keeping it fast.&lt;/strong&gt; The whole point is to go from "I need a graphical abstract" to "I have a journal-sized file" in minutes, not hours.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I'd tell another researcher
&lt;/h2&gt;

&lt;p&gt;If you're staring down a submission deadline, you don't need to become a designer for one figure. Try &lt;a href="https://graphab.com/?ref=devto" rel="noopener noreferrer"&gt;Graphab&lt;/a&gt; — new accounts get free starter credits. Paste your abstract, generate, pick your journal, and export a sized figure in a few minutes.&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>science</category>
      <category>productivity</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
