Skip to content
ADVERTISEMENT
Sign In
  • Sections
    • News
    • Advice
    • The Review
  • Topics
    • Data
    • Diversity, Equity, & Inclusion
    • Finance & Operations
    • International
    • Leadership & Governance
    • Teaching & Learning
    • Scholarship & Research
    • Student Success
    • Technology
    • Transitions
    • The Workplace
  • Magazine
    • Current Issue
    • Special Issues
    • Podcast: College Matters from The Chronicle
  • Newsletters
  • Virtual Events
  • Ask Chron
  • Store
    • Featured Products
    • Reports
    • Data
    • Collections
    • Back Issues
  • Jobs
    • Find a Job
    • Post a Job
    • Professional Development
    • Career Resources
    • Virtual Career Fair
  • More
  • Sections
    • News
    • Advice
    • The Review
  • Topics
    • Data
    • Diversity, Equity, & Inclusion
    • Finance & Operations
    • International
    • Leadership & Governance
    • Teaching & Learning
    • Scholarship & Research
    • Student Success
    • Technology
    • Transitions
    • The Workplace
  • Magazine
    • Current Issue
    • Special Issues
    • Podcast: College Matters from The Chronicle
  • Newsletters
  • Virtual Events
  • Ask Chron
  • Store
    • Featured Products
    • Reports
    • Data
    • Collections
    • Back Issues
  • Jobs
    • Find a Job
    • Post a Job
    • Professional Development
    • Career Resources
    • Virtual Career Fair
    Upcoming Events:
    Hands-On Career Preparation
    An AI-Driven Work Force
    Alternative Pathways
Sign In
Commentary

The Scientific Paper Is Outdated

For the sake of research, their careers, and their mental health, scientists should spend more time developing software

By Ryan Abernathey February 16, 2020
6622 trends phd abernathy
Martin Leon Barreto for The Chronicle

Contemporary science faces several interrelated crises. Competition for tenure-track jobs is getting stiffer every year, thanks to an ever-increasing supply of talented, young Ph.D. students; not enough is being done to prepare doctoral students for jobs outside of academe; candidates for junior faculty positions must submit so many research papers that journals, editors, and reviewers can’t keep up; and too many published results aren’t reproducible. All of that is inseparable from the decline in mental health of graduate students, driven largely by feelings of loneliness and isolation.

To continue reading for FREE, please sign in.

Sign In

Or subscribe now to read with unlimited access for as low as $10/month.

Don’t have an account? Sign up now.

A free account provides you access to a limited number of free articles each month, plus newsletters, job postings, salary data, and exclusive store discounts.

Sign Up

Contemporary science faces several interrelated crises. Competition for tenure-track jobs is getting stiffer every year, thanks to an ever-increasing supply of talented, young Ph.D. students; not enough is being done to prepare doctoral students for jobs outside of academe; candidates for junior faculty positions must submit so many research papers that journals, editors, and reviewers can’t keep up; and too many published results aren’t reproducible. All of that is inseparable from the decline in mental health of graduate students, driven largely by feelings of loneliness and isolation.

To deal with those issues, we should look at the axis around which the whole academic enterprise spins — the publication process, specifically of papers, which are the gold standard of scientific productivity. We must unbind the sharing of scientific knowledge from the traditional journal format and explore radically creative new ways to communicate with our colleagues. Software is one obvious solution.

The reality is that the scientific paper is outdated. It first appeared in the 1600s with the rise of scientific journals, and its basic format — a static document with text, figures, and references — has not fundamentally evolved in the intervening centuries. That format was chosen because, given the technology of the time, it was the most efficient way to share scientific knowledge. In 2020, that is no longer the case.

Scientific discoveries are a mix of raw data and inferences made from that data. A major challenge is transforming the data into knowledge. As pointed out 30 years ago by the geologist Jon Claerbout and articulated by the researchers Jonathan B. Buckheit and David L. Donoho, “an article about computational science in a scientific publication is not the scholarship itself, it is merely advertising of the scholarship.” They pointed out that computer code, or software, is the scholarship itself. It generates summaries and figures that our brains can digest.

That’s why, rather than maximizing their publication output, scientists should spend more time and effort on software development. This could mean contributing to existing open-source projects on which their research depends or developing new software related to their research. In both activities, it’s crucial to recognize that “software,” as opposed to just “code,” includes many additional components, such as documentation, examples, and tests, which provide rich context for the code itself.

For example, an oceanographer who develops a new way to analyze satellite data could share that knowledge with the community via a software package that includes not only the basic code to perform the calculation but also comprehensive online documentation about the theory and implementation; a gallery of examples, including real-world scientific analyses; and a test suite to verify correctness. That contribution would include all the information contained in a scientific paper, plus so much more. Packaging knowledge in this way renders it immediately usable and extensible by the entire scientific community.

Beyond the actual code and documentation, the open-source software-development world offers many benefits, both technical and cultural, to the general scientific practice.

First and foremost, software development is more collaborative and less competitive than mainstream science. That makes for a healthier work environment. Open-source, community-driven projects often involve dozens of contributors, most of whom have never met in person, working in close collaboration toward a shared goal. The work itself — discussing issues, debugging problems, and writing and reviewing code — involves fast-paced interactions with rapid feedback and progress on time scales of weeks or months.

Success is measured by the level of use and impact of the project as a whole. Scientists who become involved in open-source development often comment that it’s simply more gratifying, and less lonely, than writing scientific manuscripts. It becomes the part of their job they enjoy the most.

Second, software development offers a set of practices, broadly termed “continuous integration,” that automate many parts of the development process using cloud computing. That can help with replicability. For example, when a scientist proposes a new contribution, tests are automatically run that verify that it meets all of the project’s requirements in terms of correctness, documentation, code style, etc. That makes it easier to trust new contributors, expanding the community and enhancing the collaborative atmosphere.

ADVERTISEMENT

Continuous-integration practices could be adapted to scientific research, permitting us to build scientific artifacts that are continuously updated by many different contributors to incorporate the latest data and methods, a stark contrast to the static nature of traditional publications. Rather than a few individuals publishing isolated nuggets of insight, continuous integration could allow us to collaborate on more-ambitious, large-scale projects. Using technologies such as Binder, an open-source tool that allows anyone to recreate a researcher’s technical environment, we could make reproducibility a built-in property of all our scholarly communications.

Beyond the potential to transform and modernize our scientific-research process, an increased emphasis on software over publication would also help science students pursue alternative careers. Students in many fields, for example astronomy, oceanography, and genomics, are often already proficient in analyzing large, complex data sets. That’s an attractive skill to many employers.

But writing scientific papers is a niche skill of limited value outside the academy. Equipping students with better software-engineering skills would help them transition more easily to industry roles in tech and engineering. Students who could show a track record of contributing to open-source projects while still in graduate school would have a great way of demonstrating their expertise.

There are only 24 hours in a day; if scientists spend more time on software, they will have to spend less time on something else (e.g., writing papers). To use a software-derived phrase, this is a feature, not a bug, of my proposal. However, reducing the value of publication as the currency of scientific productivity and placing a greater emphasis on software would not be an easy transition. We would have to figure out how to evaluate the impact of software. That’s a thorny problem, especially given that software isn’t created in a bubble — it depends strongly on other people’s technological contributions.

ADVERTISEMENT

It’s also not clear that simply “citing software,” as we now do for publications, is the solution. Search committees would have to become more informed about the scientific-software landscape and culture in order to directly assess a candidate’s software contributions. Such radical changes in perspective may require generational shifts.

There will be challenges to overcome, but an increased focus on software could be the solution to many of modern science’s crises. Besides making our discoveries more robust, it could allow us to have more fun, feel less lonely, and broaden our career possibilities.


Back to the 2020 Trends Report
A version of this article appeared in the February 21, 2020, issue.
We welcome your thoughts and questions about this article. Please email the editors or submit a letter for publication.
Tags
Scholarship & Research
Share
  • Twitter
  • LinkedIn
  • Facebook
  • Email
About the Author
Ryan Abernathey
Ryan Abernathey is an associate professor of earth and environmental sciences at Columbia University.
ADVERTISEMENT
ADVERTISEMENT

More News

Photo-based illustration of a mirror on a green, patterned wallpaper wall reflecting Campanile in Berkeley, California.
A Look in the Mirror
At UC Berkeley, the Faculty Asks Itself, Do Our Critics Have a Point?
illustration of an arrow in a bullseye, surrounded by college buildings
Accreditation
A Major College Accreditor Pauses Its DEI Requirements Amid Pressure From Trump
Photo-based illustration of the Rotunda at the University of Virginia obscured by red and white horizontal stripes
'Demanding Obedience'
How Alums Put DEI at UVa in the Justice Dept.’s Crosshairs
Colin Holbrook
Q&A
‘I Didn’t Want to Make a Scene’: A Professor Recounts the Conversation That Got Him Ejected From Commencement

From The Review

American artist Andy Warhol, posing in front of The Last Supper, a personal interpretation the American artist gave of Leonardo da Vinci's Il Cenacolo, realized 1986, belonging to a series dedicated to Leonardo's masterpiece set up in palazzo delle Stelline; the work holds the spirit of Warhol's artistic Weltanschauung, demystifying the artwork in order to deprive it of its uniqueness and no repeatibility. Milan (Italy), 1987.
The Review | Essay
Were the 1980s a Golden Age of Religious Art?
By Phil Christman
Glenn Loury in Providence, R.I. on May 7, 2024.
The Review | Conversation
Glenn Loury on the ‘Barbarians at the Gates’
By Evan Goldstein, Len Gutkin
Illustration showing a valedictorian speaker who's tassel is a vintage microphone
The Review | Opinion
A Graduation Speaker Gets Canceled
By Corey Robin

Upcoming Events

Ascendium_06-10-25_Plain.png
Views on College and Alternative Pathways
Coursera_06-17-25_Plain.png
AI and Microcredentials
  • Explore Content
    • Latest News
    • Newsletters
    • Letters
    • Free Reports and Guides
    • Professional Development
    • Virtual Events
    • Chronicle Store
    • Chronicle Intelligence
    • Jobs in Higher Education
    • Post a Job
  • Know The Chronicle
    • About Us
    • Vision, Mission, Values
    • DEI at The Chronicle
    • Write for Us
    • Work at The Chronicle
    • Our Reporting Process
    • Advertise With Us
    • Brand Studio
    • Accessibility Statement
  • Account and Access
    • Manage Your Account
    • Manage Newsletters
    • Individual Subscriptions
    • Group and Institutional Access
    • Subscription & Account FAQ
  • Get Support
    • Contact Us
    • Reprints & Permissions
    • User Agreement
    • Terms and Conditions
    • Privacy Policy
    • California Privacy Policy
    • Do Not Sell My Personal Information
1255 23rd Street, N.W. Washington, D.C. 20037
© 2025 The Chronicle of Higher Education
The Chronicle of Higher Education is academe’s most trusted resource for independent journalism, career development, and forward-looking intelligence. Our readers lead, teach, learn, and innovate with insights from The Chronicle.
Follow Us
  • twitter
  • instagram
  • youtube
  • facebook
  • linkedin