TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why haven't we hosted research publications as repositories yet?

1 pointsby rajesh-sover 5 years ago
This just makes so much sense for several reasons: 1. Let&#x27;s say I find errors in a very long research publication - A code repository like issue system would allow me to highlight this and notify the owner 2. Let&#x27;s say I want to add to a research work incrementally in an effort to make it complete - A code repository like PR mechanism would enable me to publish my work and notify the author without &quot;citing&quot; the said work and having to mention all the details again 3. Let&#x27;s say I want to make updates on continued research and not just stop at one publications - A code repository like version control would allow making several releases based on work that could be published, moreover it allows maintaining a timeline of all releases for better clarity.<p>Every shortcoming I can think of can possibly addressed by treating research publications as repositories instead of standalone PDF documents. What are your thoughts on this and has anyone thought of implementing this already?

1 comment

rajesh-sover 5 years ago
Shouldn&#x27;t one of the primary attributes of research be to enable collaboration after publication for the study of a subject?<p>Why haven&#x27;t there been the tools to do that yet?