DEV Community

Cover image for How I Built an AI Graphical Abstract Maker for Journal Submissions
mrwho
mrwho

Posted on • Originally published at Medium

How I Built an AI Graphical Abstract Maker for Journal Submissions

Every researcher who has submitted to Nature, Cell, or an Elsevier journal knows the last-minute scramble: the manuscript is finally polished, and then the submission portal asks for a graphical abstract — 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.

I wanted to remove that friction, so I built Graphab, an AI graphical abstract maker aimed specifically at journal submission. Here's the thinking behind it.

Why existing options didn't fit

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

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

The core idea: start from text, not a blank canvas

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

The flow ended up being:

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

The parts that were actually tricky

  • Journal specs vary a lot. 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 journal specs page.
  • Export for submission. Figures export at 300 DPI as TIFF or PNG — the formats most submission portals accept.
  • Keeping it fast. The whole point is to go from "I need a graphical abstract" to "I have a journal-sized file" in minutes, not hours.

What I'd tell another researcher

If you're staring down a submission deadline, you don't need to become a designer for one figure. Try Graphab — new accounts get free starter credits. Paste your abstract, generate, pick your journal, and export a sized figure in a few minutes.


Enter fullscreen mode Exit fullscreen mode

Top comments (0)