top | item 38020051

(no title)

michael_j_ward | 2 years ago

From the abstract, it sounds more like a toolkit for "Interactive / Hypermedia" papers. The paper itself is still dead.

I was hoping more for "Living" as in "active, uncertain, will grow over time".

A toolkit for expressing the research from beginning to the end - the state of the world as you understand it, highlighting the key uncertainties and experiments, and mechanisms for viewing the history.

As a motivating example for the type of "living research paper" that I'm thinking of, think of long-running software design decisions a la the implementation of `async/await` in rust.

discuss

order

DonaldPShimoda|2 years ago

> I was hoping more for "Living" as in "active, uncertain, will grow over time".

This is, I think, the very antithesis of what research papers are for.

The point of a publication is that at some point in time, you wrote down your thoughts and process and results and submitted that writing (and possibly a related artifact) to a committee who evaluated it and decided it was Good.

To have a publication that updates over time is just... it doesn't work. What if it stops being Good? What if you screw something up that invalidates the results? Also, do you just never publish a new thing? How do people learn about the recent changes if not a new publication? Do all researchers now need to subscribe to RSS feeds of every project they've been interested in?

That sort of stuff is what blogs are for — or, honestly, CVs. But a singular publication needs to be frozen in time, or else it honestly loses its value.

abdullahkhalids|2 years ago

You forgot the most important point. Once, you publish the final version it can be referenced. If you keep changing (unless minor corrections), then no one else can reference the work.

SantalBlush|2 years ago

Research literature is like an ongoing conversation. Picture a social media site, where each paper is a comment. You don't want a comment (paper) to be edited, because any replies or references to that comment would lose their context.

zeckalpha|2 years ago

There are people doing a bit of this work with methods journals and pre-registering hypotheses.

esafak|2 years ago

Just publish dated-/versioned drafts of your paper, like arxiv?

habi|2 years ago

This can be nicely achieved with https://manubot.org, which produces a manuscript (a (possibly freely accessible) HTML, a PDF and a DOCX file) from a set of git-tracked Markdown files.