Subscribe to the PwC Newsletter

Join the community, trending research, automated unit test improvement using large language models at meta.

Codium-ai/cover-agent • 14 Feb 2024

This paper describes Meta's TestGen-LLM tool, which uses LLMs to automatically improve existing human-written tests.

Software Engineering

The Sky Above The Clouds

recently published research papers in computer science

Technology ecosystems often undergo significant transformations as they mature.

Distributed, Parallel, and Cluster Computing

LCB-net: Long-Context Biasing for Audio-Visual Speech Recognition

The growing prevalence of online conferences and courses presents a new challenge in improving automatic speech recognition (ASR) with enriched textual information from video slides.

Sound Multimedia Audio and Speech Processing

rustworkx: A High-Performance Graph Library for Python

qiskit/rustworkx • 28 Oct 2021

In rustworkx, we provide a high-performance, flexible graph library for Python.

Data Structures and Algorithms E.1

FAST-LIVO: Fast and Tightly-coupled Sparse-Direct LiDAR-Inertial-Visual Odometry

hku-mars/fast-livo • 2 Mar 2022

The LIO subsystem registers raw points (instead of feature points on e. g., edges or planes) of a new scan to an incrementally-built point cloud map.

Empowering Robotics with Large Language Models: osmAG Map Comprehension with LLMs

In this letter, we address the problem of enabling LLMs to comprehend Area Graph, a text-based map representation, in order to enhance their applicability in the field of mobile robotics.

PyOptInterface: Design and implementation of an efficient modeling language for mathematical optimization

metab0t/PyOptInterface • 16 May 2024

This paper introduces the design and implementation of PyOptInterface, a modeling language for mathematical optimization embedded in Python programming language.

Mathematical Software

Sample Efficiency Matters: A Benchmark for Practical Molecular Optimization

morgancthomas/molscore • 22 Jun 2022

Molecular optimization is a fundamental goal in the chemical sciences and is of central interest to drug and material design.

Computational Engineering, Finance, and Science Biomolecules

Prompt Fuzzing for Fuzz Driver Generation

Crafting high-quality fuzz drivers not only is time-consuming but also requires a deep understanding of the library.

Cryptography and Security Software Engineering

CAM++: A Fast and Efficient Network for Speaker Verification Using Context-Aware Masking

Time delay neural network (TDNN) has been proven to be efficient for speaker verification.

Sound Audio and Speech Processing

Open research in computer science

New Content Item

Spanning networks and communications to security and cryptology to big data, complexity, and analytics, SpringerOpen and BMC publish one of the leading open access portfolios in computer science. Learn about our journals and the research we publish here on this page. 

Highly-cited recent articles

Spotlight on.

New Content Item

EPJ Data Science

See how EPJ Data Science  brings attention to data science 

New Content Item

Reasons to publish in Human-centric Computing and Information Sciences

Download this handy infographic to see all the reasons why Human-centric Computing and Information Sciences is a great place to publish. 

We've asked a few of our authors about their experience of publishing with us.

What authors say about publishing in our journals:

Fast, transparent, and fair.  - EPJ Data Science Easy submission process through online portal. - Journal of Cloud Computing Patient support and constant reminder at every phase. - Journal of Cloud Computing Quick and relevant. - Journal of Big Data ​​​​​​​

How to Submit Your Manuscript

Your browser needs to have JavaScript enabled to view this video

Computer science blog posts

Springer Open Blog

Read the latest from the SpringerOpen blog

The SpringerOpen blog highlights recent noteworthy research of general interest published in our open access journals. 

Failed to load RSS feed.

You should be reading academic computer science papers

You read documentation and tutorials to become a better programmer, but if you really want to be cutting-edge, academic research is where it's at.

Article hero image

[Ed. note: While we take some time to rest up over the holidays and prepare for next year, we are re-publishing our top ten posts for the year. This is our number one post of 2022! Thanks for reading and we’ll see you in the new year. ]

As working programmers, you need to keep learning all the time. You check out tutorials, documentation, Stack Overflow questions, anything you can find that will help you write code and keep your skills current. But how often do you find yourself digging into academic computer science papers to improve your programming chops?

While the tutorials can help you write code right now, it’s the academic papers that can help you understand where programming came from and where it’s going. Every programming feature, from the null pointer (aka the billion dollar mistake ) to objects (via Smalltalk ) has been built on a foundation of research that stretches back to the 1960s (and earlier). Future innovations will be built on the research of today.

We spoke to three of the members of the Papers We Love team, an online repository of their favorite computer science scholarship.

Zeeshan Lakhani, an engineering director at BlockFi, Darren Newton, an engineering team lead at Datadog, and David Ashby, a staff engineer at SageSure, all met while working at a company called Arc90. They found that none of them had formal training in computer science, but they all wanted to learn more. All three came from humanities and arts disciplines: Ashby has an English degree with a history minor, Newton went to art school twice, and Lakhani went to film school for undergrad before getting a master’s degree in music and audio engineering. All of those fields of study rely heavily on reading texts that built the foundation of the discipline as to understand the theory that underlies all practice.

Like any good student of the humanities, they went looking for answers in the archives. “I had a latent librarian inside,” said Newton. “So I'm always interested in the historical source material for the things that I do.”

Surveying history

As part of learning more about the history of programming, Ashby was reading Tracy Kidder’s Soul of a New Machine , about the race to design a 32-bit microcomputer in the late 70s. It covered both the engineering culture at the time and the problems and concepts those engineers wrestled with. This was before the time of mass-market CPUs and standard motherboard components, so a lot of what we take for granted today was still being worked out.

In Kidder’s book, Lakhani, Newton, and Ashby saw a whole history of computer science that they had no connection with, so they decided to try reading a foundational paper: Tony Hoare ’s “ Communicating Sequential Processes ” from 1978. They were working on Clojure and Clojurescript at the time, so this seemed relevant. When they sat down to discuss the paper, they realized they didn’t even know how to approach understanding it. “It was like, I can't understand half of this formalism, but maybe the intro is pretty good,” said Lakhani. “But we need someone like David Nolen to explain this to us.”

Nolen was an acquaintance who worked for The New York Times . He gave a talk there about Clojure and other Lisp-like languages, referencing a lot of John McCarthy’s early papers. Hearing this explanation with the academic context started turning a few gears in their minds. That’s when the idea of Papers We Love was born.

Knowing the history of the computing concepts that you use every day unlocks a lot of understanding into how they work at a practical level. The tools that you use, from databases to programming languages, are built on a foundation of academic research. “Understanding the roots of the things you're working on unlocks a lot of knowledge that you're not going to get purely just by using every day because you don't understand the paths that they didn't go down,” said Ashby.

There’s a talk they love that Bret Victor gave in 2013 called “ The Future of Programming .” He’s dressed like an engineer from the 70s, white button-up, khakis, pocket protector. He starts giving his talk using an overhead projector that has the name of the talk. He adjusts the slide and it reveals that the date is 1973. He goes on to talk about all the great things coming out of research, all the things that are going to shake up computer science. And they’re all things that the audience is still dealing with, like the move from sequential execution to concurrent models.

“The top theme was that it takes a long time,” said Lakhani. “There's a lot of things that are old that are new again, over and over and over.” The same problems are still relevant, whether because the problems are harder than once thought or because the research into those problems has been widely shared.

The trio behind Papers We Love aren’t alone in discovering a love for computing’s history. There is an increased interest in retrocomputing , engineers looking at the systems of the past to learn more about the practice of technology. It’s the flipside of looking at older papers; you look at the old hardware and software programmers used and work on it with a present-day mindset. “A lot of people are spinning up these ancient operating systems on Raspberry PIs and working with them,” said Newton. “Like spinning up an old Smalltalk VM on a Raspberry PI or recreating a PDP-10.”

When you see these issues in their initial contexts, like reading the research papers that tried to address them, you can get a better perspective on where you are now. That can lead to all sorts of epiphanies. “Oh, objects do the things they do because of Smalltalk back in the 80s,” said Ashby. “And that's why big systems look like that. And that's why Java looks like that.”

That new understanding can help you solve the problems that you face now.

The future of programming (today)

There’s more to reading research papers than understanding history; you can find new ways to solve problems by reading current research. “The idea of Stack Overflow is: someone else has had your problem before,” said Ashby. “Academic papers are: someone else has thought about this problem before.”

If your work involves building variations of the same old CRUD app in new spaces, then maybe research papers won’t help you. But if you are trying to solve the unique problems of your industry, then some of the research in those problem spaces may help you overcome them. “I find papers to expand the idea of what's possible with the work you do,” said Ashby. “They can help you appreciate that there are other ways to solve these problems.”

For Newton and his colleagues at Datadog, academic papers are an integral part of their work. Their monitoring software has to process a lot of information in real time to give engineers a view of their applications and the stack they run on. “We are very concerned with performance algorithms and better ways to do statistics on large volumes of data ,” said Newton. “We need to rely on academic research for some of that.”

Just because research exists, of course, it doesn’t mean your problems are automatically solved. Sometimes a single paper only gets you part of the solution. “I was at Comcast where we wanted to leverage load balancing work that we do in terms of routing,” said Lakhani. “We ended up applying three different kinds of papers that didn't know each other. We put semantics into network packets, routed them based on another paper via a specific protocol, and implemented a bunch of IETF specs. Part of this work now lives in a Rust library people can run today.” It's finding threads in academic work and braiding them together to solve the problems at hand.

Without reading those papers, Lakhani’s team wouldn’t have been able to design such an effective solution. Perhaps they would have gotten there on their own. But imagine the amount of work to research those three concepts; there’s no need to redo their work if it’s already been done. It’s standing on the shoulders of giants, as the saying goes, and if you’re on top of the research in your field, you know exactly which giants to stand on.

A map of the giants’ shoulders

Naturally, being a graduate of the humanities myself, I wanted to know which were the giants of computer science, those papers that would be on the syllabus if you were to construct a humanities-style curricula for a class. Think of it as a map of which giant shoulders you could stand on to get ahead.

It turns out, I’m not the first to wonder what’s in the computer science canon. In 1996, Phillip Laplante wrote Great Papers in Computer Science , which might be a bit outdated at this point. For a more recent take on the same thing, the trio recommend Ideas That Created the Future , published last year. Lakhani, who is now doing a PhD in computer science at Carnegie Mellon University (my alma mater), points out that there was a course when he arrived that covered the important papers of the field.

In a way, this canon is exactly what the Papers We Love repo aims to create. It contains papers and links to papers organized by topic. The group welcomes new pull requests with academic papers that you all love and want to see spotlighted.

Here are a few papers (and talks) that they recommended to anyone wanting to get started reading the research:

  • Dynamo: Amazon’s Highly Available Key-value Store
  • A Unified Theory of Garbage Collection
  • Communicating Sequential Processes
  • Out of the Tar Pit

Of course, there are many more.

If you’re intimidated by starting on a paper, then check out some of Papers We Love’s presentations , which offer a primer on how to understand a paper. The whole idea of these talks is borne out of that first frustration with a paper, then finding a path through it with someone else’s help. “They've gotten the CliffsNotes,” says Lakhani. “Now they can attack the paper and really understand it.”

The Papers We Love community continues to try to build a bridge between industry and academia. Everyone benefits—the industry gets access to new solutions without having to wait for someone else to implement and open-source them, and academics get to see their ideas tested and implemented in real situations.

“One of the goals of Papers We Love is to make it where you find out about stuff a little bit faster,” said Lakhani. “Maybe that changes things.”

Help | Advanced Search

Computer Science > Computation and Language

Title: lexmatcher: dictionary-centric data collection for llm-based machine translation.

Abstract: The fine-tuning of open-source large language models (LLMs) for machine translation has recently received considerable attention, marking a shift towards data-centric research from traditional neural machine translation. However, the area of data collection for instruction fine-tuning in machine translation remains relatively underexplored. In this paper, we present LexMatcher, a simple yet effective method for data collection that leverages bilingual dictionaries to generate a dataset, the design of which is driven by the coverage of senses found in these dictionaries. The dataset comprises a subset retrieved from an existing corpus and a smaller synthesized subset which supplements the infrequent senses of polysemous words. Utilizing LLaMA2 as our base model, our approach outperforms the established baselines on the WMT2022 test sets and also exhibits significant performance improvements in tasks related to word sense disambiguation and specialized terminology translation. These results underscore the effectiveness of LexMatcher in enhancing LLM-based machine translation.

Submission history

Access paper:.

  • HTML (experimental)
  • Other Formats

license icon

References & Citations

  • Google Scholar
  • Semantic Scholar

BibTeX formatted citation

BibSonomy logo

Bibliographic and Citation Tools

Code, data and media associated with this article, recommenders and search tools.

  • Institution

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs .

Research trend prediction in computer science publications: a deep neural network approach

  • Published: 20 January 2022
  • Volume 127 , pages 849–869, ( 2022 )

Cite this article

recently published research papers in computer science

  • Soroush Taheri 1 &
  • Sadegh Aliakbary   ORCID: orcid.org/0000-0001-5773-1136 1  

1401 Accesses

11 Citations

2 Altmetric

Explore all metrics

Thousands of research papers are being published every day, and among all these research works, one of the fastest-growing fields is computer science (CS). Thus, learning which research areas are trending in this particular field of study is advantageous to a significant number of scholars, research institutions, and funding organizations. Many scientometric studies have been done focusing on analyzing the current CS trends and predicting future ones from different perspectives as a consequence. Despite the large datasets from this vast number of CS publications and the power of deep learning methods in such big data problems, deep neural networks have not yet been used to their full potential in this area. Therefore, the objective of this paper is to predict the upcoming years’ CS trends using long short-term memory neural networks. Accordingly, CS papers from 1940 and their corresponding fields of study from the microsoft academic graph dataset have been exploited for solving this research trend prediction problem. The prediction accuracy of the proposed method is then evaluated using RMSE and coefficient of determination ( R 2 ) metrics. The evaluations show that the proposed method outperforms the baseline approaches in terms of the prediction accuracy in all considered time periods. Subsequently, adopting the proposed method’s predictions, we investigate future trending areas in computer science research from various viewpoints.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA) Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Rent this article via DeepDyve

Institutional subscriptions

recently published research papers in computer science

Similar content being viewed by others

recently published research papers in computer science

Deep Learning-Based Approach to Predict Research Trend in Computer Science Domain

recently published research papers in computer science

A review of scientific impact prediction: tasks, features and methods

recently published research papers in computer science

Predicting the impact and publication date of individual scientists’ future papers

https://academic.microsoft.com/publications .

aminer.org/citation.

microsoft.com/en-us/research/project/microsoft-academic-graph.

Abrishami, A., & Aliakbary, S. (2019). Predicting citation counts based on deep neural network learning techniques. Journal of Informetrics, 13 (2), 485–499.

Article   Google Scholar  

Behrouzi, S., Sarmoor, Z. S., Hajsadeghi, K., & Kavousi, K. (2020). Predicting scientific research trends based on link prediction in keyword networks. Journal of Informetrics, 14 (4), 101079.

Brockwell, P. J., & Davis, R. A. (2013). Stationary ara processes, time series. Theory and Methods, 3, 77–110.

Google Scholar  

Chen, C., Wang, Z., Li, W., & Sun, X. (2018) Modeling scientific influence for research trending topic prediction. In AAAI (pp. 2111–2118).

Cheng, Q., Xin, L., Liu, Z., & Huang, J. (2015). Mining research trends with anomaly detection models: The case of social computing research. Scientometrics, 103 (2), 453–469.

Chong, E., Han, C., & Park, F. C. (2017). Deep learning networks for stock market analysis and prediction: Methodology, data representations, and case studies. Expert Systems with Applications, 83, 187–205.

Chung, J., Gulcehre, C., Cho, K., & Bengio, Y. (2014) Empirical evaluation of gated recurrent neural networks on sequence modeling. arXiv preprint arXiv:1412.3555 .

Clauset, A., Larremore, D. B., & Sinatra, R. (2017). Data-driven predictions in the science of science. Science, 355 (6324), 477–480.

Clauset, A., Newman, M. E. J., & Moore, C. (2004). Finding community structure in very large networks. Physical Review E, 70 (6), 066111.

Dargan, S., Kumar, M., Ayyagari, M. R., & Kumar, G. (2019). A survey of deep learning and its applications: A new paradigm to machine learning. Archives of Computational Methods in Engineering, 27, 1–22.

DeGroot, M. H. (1974). Reaching a consensus. Journal of the American Statistical Association, 69 (345), 118–121.

Deng, L., Hinton, G., & Kingsbury, B. (2013). New types of deep neural network learning for speech recognition and related applications: An overview. In 2013 IEEE international conference on acoustics, speech and signal processing (pp. 8599–8603). IEEE.

Dridi, A., Gaber, M. M., Azad, R. M. A., & Bhogal, J. (2020). Scholarly data mining: A systematic review of its applications. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 11, e1395.

Ebadi, A., Tremblay, S., Goutte, C., & Schiffauerova, A. (2020). Application of machine learning techniques to assess the trends and alignment of the funded research output. Journal of Informetrics, 14 (2), 101018.

Effendy, S., & Yap, R. H. C. (2017) Analysing trends in computer science research: A preliminary study using the microsoft academic graph. In Proceedings of the 26th international conference on world wide web companion (pp. 1245–1250). International World Wide Web Conferences Steering Committee.

Fortunato, S., Bergstrom, C. T., Börner, K., Evans, J. A., Helbing, D., Milojević, S., et al. (2018). Science of science. Science, 359, 6379.

Garousi, V., & Ruhe, G. (2013). A bibliometric/geographic assessment of 40 years of software engineering research (1969–2009). International Journal of Software Engineering and Knowledge Engineering, 23 (09), 1343–1366.

Goodall, A. H. (2006). Should top universities be led by top researchers and are they? A citations analysis. Journal of Documentation, 62 (3), 388–411.

Goodfellow, I., Bengio, Y., Courville, A., & Bengio, Y. (2016). Deep learning (Vol. 1). MIT Press.

MATH   Google Scholar  

Han, J., Pei, J., & Kamber, M. (2011). Data mining: Concepts and techniques . Elsevier.

Hegselmann, R., Krause, U., et al. (2002). Opinion dynamics and bounded confidence models, analysis, and simulation. Journal of Artificial Societies and Social Simulation, 5, 3.

Hochreiter, S., & Schmidhuber, J. (1997) Lstm can solve hard long time lag problems. In Advances in neural information processing systems (pp. 473–479).

Hoonlor, A., Szymanski, B. K., & Zaki, M. J. (2013). Trends in computer science research. Communications of the ACM, 56 (10), 74–83.

Hurtado, J. L., Agarwal, A., & Zhu, X. (2016). Topic discovery and future trend forecasting for texts. Journal of Big Data, 3 (1), 7.

Jabłońska-Sabuka, M., Sitarz, R., & Kraslawski, A. (2014). Forecasting research trends using population dynamics model with burgers’ type interaction. Journal of Informetrics, 8 (1), 111–122.

Katsurai, M., & Ono, S. (2019). Trendnets: Mapping emerging research trends from dynamic co-word networks via sparse representation. Scientometrics, 121 (3), 1583–1598.

Krenn, M., & Zeilinger, A. (2020). Predicting research trends with semantic and neural networks with an application in quantum physics. Proceedings of the National Academy of Sciences, 117 (4), 1910–1916.

Leydesdorff, L. (2001). The challenge of scientometrics: The development, measurement, and self-organization of scientific communications . Universal-Publishers.

Mahalakshmi, G. S., Selvi, G. M., & Sendhilkumar, S. (2017) A bibliometric analysis of journal of informetrics—A decade study. In 2017 Second international conference on recent trends and challenges in computational models (ICRTCCM) (pp. 222–227). IEEE.

Mandic, D., & Chambers, J. (2001). Recurrent neural networks for prediction: Learning algorithms, architectures and stability . Wiley.

Book   Google Scholar  

Pham, M. C., Klamma, R., & Jarke, M. (2011). Development of computer science disciplines: A social network analysis approach. Social Network Analysis and Mining, 1 (4), 321–340.

Poznanski, A., & Wolf, L. (2016) Cnn-n-gram for handwriting word recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 2305–2314).

Rzhetsky, A., Foster, J. G., Foster, I. T., & Evans, J. A. (2015). Choosing experiments to accelerate collective discovery. Proceedings of the National Academy of Sciences, 112 (47), 14569–14574.

Salatino, A. A., Osborne, F., & Motta, E. (2018) Augur: Forecasting the emergence of new research topics. In Proceedings of the 18th ACM/IEEE on joint conference on digital libraries (pp. 303–312).

Sanderson, M., & Croft, B. (1999) Deriving concept hierarchies from text. In Proceedings of the 22nd annual international ACM SIGIR conference on research and development in information retrieval (pp. 206–213).

Sari, N., Widodo, A., et al. (2012). Trend prediction for computer science research topics using extreme learning machine. Procedia Engineering, 50, 871–881.

Shen, Z., Ma, H., & Wang, K. (2018). A web-scale system for scientific knowledge exploration. arXiv preprint arXiv:1805.12216 .

Sinha, A., Shen, Z., Song, Y., Ma, H., Eide, D., Hsu, B. J., & Wang, K. (2015). An overview of microsoft academic service (mas) and applications. In Proceedings of the 24th international conference on world wide web (pp. 243–246).

Sitarz, R., & Kraslawski, A. (2012) Application of semantic and lexical analysis to technology forecasting by trend analysis-thematic clusters in separation processes. In Computer aided chemical engineering (Vol. 30, pp. 437–441). Elsevier.

Tang, J., Zhang, J., Yao, L., Li, J., Zhang, L., & Su, Z. (2008). Arnetminer: Extraction and mining of academic social networks. In Proceedings of the 14th ACM SIGKDD international conference on Knowledge discovery and data mining (pp. 990–998).

Tom, Y., Hazarika, D., Poria, S., & Cambria, E. (2018). Recent trends in deep learning based natural language processing. IEEE Computational Intelligence Magazine, 13 (3), 55–75.

Tseng, Y. H., Lin, Y. I., Lee, Y. Y., Hung, W. C., & Lee, C. H. (2009). A comparison of methods for detecting hot topics. Scientometrics, 81 (1), 73–90.

Wang, L., & Sng, D. (2015). Deep learning algorithms with applications to video analytics for a smart city: A survey. arXiv preprint arXiv:1512.03131 .

Wang, Z., Li, B., & Ma, Y. (2014) An analysis of research in software engineering: Assessment and trends. arXiv preprint arXiv:1407.4903 .

Wu, Y., Venkatramanan, S., & Chiu, D. M. (2016). Research collaboration and topic trends in computer science based on top active authors. PeerJ Computer Science, 2, e41.

Xia, F., Wang, W., Bekele, T. M., & Liu, H. (2017). Big scholarly data: A survey. IEEE Transactions on Big Data, 3 (1), 18–35.

Download references

Author information

Authors and affiliations.

Faculty of Computer Science and Engineering, Shahid Beheshti University, Tehran, Iran

Soroush Taheri & Sadegh Aliakbary

You can also search for this author in PubMed   Google Scholar

Corresponding author

Correspondence to Sadegh Aliakbary .

Rights and permissions

Reprints and permissions

About this article

Taheri, S., Aliakbary, S. Research trend prediction in computer science publications: a deep neural network approach. Scientometrics 127 , 849–869 (2022). https://doi.org/10.1007/s11192-021-04240-2

Download citation

Received : 07 February 2021

Accepted : 26 November 2021

Published : 20 January 2022

Issue Date : February 2022

DOI : https://doi.org/10.1007/s11192-021-04240-2

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Scientometrics
  • Research trends
  • Time-series prediction
  • Deep learning
  • Computer science
  • Find a journal
  • Publish with us
  • Track your research

JCS Cover

Journal of Computer Science

Aims and scope.

The Journal of Computer Science (JCS) is dedicated to advancing computer science by publishing high-quality research and review articles that span both theoretical foundations and practical applications in information, computation, and computer systems. With a commitment to excellence, JCS offers a platform for researchers, scholars, and industry professionals to share their insights and contribute to the ongoing evolution of computer science. Published on a monthly basis, JCS provides up-to-date insights into this ever-evolving discipline.

It is with great pleasure that we announce the SGAMR Annual Awards 2020. This award is given annually to Researchers and Reviewers of International Journal of Structural Glass and Advanced Materials Research (SGAMR) who have shown innovative contributions and promising research as well as others who have excelled in their Editorial duties.

This special issue "Neuroinflammation and COVID-19" aims to provide a space for debate in the face of the growing evidence on the affectation of the nervous system by COVID-19, supported by original studies and case series.

The SGAMR Editorial Board is pleased to announce the inauguration of the yearly “SGAMR Young Researcher Award” (SGAMR-YRA). The best paper published by a young researcher will be selected by a journal committee, from the Editorial Board.

  • Recently Published
  • Most Viewed
  • Most Downloaded

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

  • View all journals
  • Explore content
  • About the journal
  • Publish with us
  • Sign up for alerts
  • Perspective
  • Published: 26 June 2023

GREENER principles for environmentally sustainable computational science

  • Loïc Lannelongue   ORCID: orcid.org/0000-0002-9135-1345 1 , 2 , 3 , 4 ,
  • Hans-Erik G. Aronson   ORCID: orcid.org/0000-0002-1702-1671 5 ,
  • Alex Bateman 6 ,
  • Ewan Birney 6 ,
  • Talia Caplan   ORCID: orcid.org/0000-0001-8990-1435 7 ,
  • Martin Juckes   ORCID: orcid.org/0000-0003-1770-2132 8 ,
  • Johanna McEntyre 6 ,
  • Andrew D. Morris 5 ,
  • Gerry Reilly 5 &
  • Michael Inouye 1 , 2 , 3 , 4 , 9 , 10 , 11  

Nature Computational Science volume  3 ,  pages 514–521 ( 2023 ) Cite this article

8207 Accesses

10 Citations

103 Altmetric

Metrics details

  • Computational science
  • Environmental impact
  • Scientific community

The carbon footprint of scientific computing is substantial, but environmentally sustainable computational science (ESCS) is a nascent field with many opportunities to thrive. To realize the immense green opportunities and continued, yet sustainable, growth of computer science, we must take a coordinated approach to our current challenges, including greater awareness and transparency, improved estimation and wider reporting of environmental impacts. Here, we present a snapshot of where ESCS stands today and introduce the GREENER set of principles, as well as guidance for best practices moving forward.

Similar content being viewed by others

recently published research papers in computer science

Current state and call for action to accomplish findability, accessibility, interoperability, and reusability of low carbon energy data

recently published research papers in computer science

Green chemistry as just chemistry

recently published research papers in computer science

Estimating a social cost of carbon for global energy consumption

Scientific research and development have transformed and immeasurably improved the human condition, whether by building instruments to unveil the mysteries of the universe, developing treatments to fight cancer or improving our understanding of the human genome. Yet, science can, and frequently does, impact the environment, and the magnitude of these impacts is not always well understood. Given the connection between climate change and human health, it is becoming increasingly apparent to biomedical researchers in particular, as well as their funders, that the environmental effects of research should be taken into account 1 , 2 , 3 , 4 , 5 .

Recent studies have begun to elucidate the environmental impacts of scientific research, with an initial focus on scientific conferences and experimental laboratories 6 . The 2019 Fall Meeting of the American Geophysical Union was estimated to emit 80,000 metric tonnes of CO 2 equivalent (tCO 2 e), equivalent to the average weekly emissions of the city of Edinburgh, UK 7 (CO 2 e, or CO 2 -equivalent, summarizes the global warming impacts of a range of greenhouse gases (GHGs) and is the standard metric for carbon footprints, although its accuracy is sometimes debated 8 ) The annual meeting of the Society for Neuroscience was estimated to emit 22,000 tCO 2 e, approximately the annual carbon footprint of 1,000 medium-sized laboratories 9 . The life-cycle impact (including construction and usage) of university buildings has been estimated at ~0.125 tCO 2 e m −2  yr −1 (ref. 10 ), and the yearly carbon footprint of a typical life-science laboratory at ~20 tCO 2 e (ref. 9 ). The Laboratory Efficiency Assessment Framework (LEAF) is a widely adopted standard to monitor and reduce the carbon footprint of laboratory-based research 11 . Other recent frameworks can help to raise awareness: GES 1point5 12 provides an open-source tool to estimate the carbon footprint of research laboratories and covers buildings, procurement, commuting and travel, and the Environmental Responsibility 5-R Framework provides guidelines for ecologically conscious research 13 .

With the increasing scale of high-performance and cloud computing, the computational sciences are susceptible to having silent and unintended environmental impacts. The sector of information and communication technologies (ICT) was responsible for between 1.8% and 2.8% of global GHG emissions in 2020 14 —more than aviation (1.9% 15 )—and, if unchecked, the ICT carbon footprint could grow exponentially in coming years 14 . Although the environmental impact of experimental ‘wet’ laboratories is more immediately obvious, with their large pieces of equipment and high plastic and reagent usage, the impact of algorithms is less clear and often underestimated. The risks of seeking performance at any cost and the importance of considering energy usage and sustainability when developing new hardware for high-performance computing (HPC) was raised as early as 2007 16 . Since then, continuous improvements have been made by developing new hardware, building lower-energy data centers and implementing more efficient HPC systems 17 , 18 . However, it is only in the past five years that these concerns have reached HPC users, in particular researchers. Notably, the field of artificial intelligence (AI) has first taken note of its environmental impacts, in particular those of the very large language models developed 19 , 20 , 21 , 22 , 23 . It is unclear, however, to what extent this has led the field towards more sustainable research practices. A small number of studies have also been performed in other fields, including bioinformatics 24 , astronomy and astrophysics 25 , 26 , 27 , 28 , particle physics 29 , neuroscience 30 and computational social sciences 31 . Health data science is starting to address the subject, but a recent systematic review found only 25 publications in the field over the past 12 years 32 . In addition to the environmental effects of electricity usage, manufacturing and disposal of hardware, there are also concerns around data centers’ water usage and land footprint 33 . Notably, computational science, in particular AI, has the potential to help fight climate change, for example, by improving the efficiency of wind farms, by facilitating low-carbon urban mobility and by better understanding and anticipating severe weather events 34 .

In this Perspective we highlight the nascent field of environmentally sustainable computational science (ESCS)—what we have learned from the research so far, and what scientists can do to mitigate their environmental impacts. In doing so, we present GREENER (Governance, Responsibility, Estimation, Energy and embodied impacts, New collaborations, Education and Research; Fig. 1 ), a set of principles for how the computational science community could lead the way in sustainable research practices, maximizing computational science’s benefit to both humanity and the environment.

figure 1

The GREENER principles enable cultural change (blue arrows), which in turn facilitates their implementation (green arrows) and triggers a virtuous circle.

Environmental impacts of the computational sciences

The past three years have seen increased concerns regarding the carbon footprint of computations, and only recently have tools 21 , 35 , 36 , 37 and guidelines 38 been widely available to computational scientists to allow them to estimate their carbon footprint and be more environmentally sustainable.

Most calculators that estimate the carbon footprint of computations are targeted at machine learning tasks and so are primarily suited to Python pipelines, graphics processing units (GPUs) and/or cloud computing 36 , 37 , 39 , 40 . Python libraries have the benefit of integrating well into machine learning pipelines or online calculators for cloud GPUs 21 , 41 . Recently, a flexible online tool, the Green Algorithms calculator 35 , enabled the estimation of the carbon footprint for nearly any computational task, empowering sustainability metrics across fields, hardware, computing platforms and locations.

Some publications, such as ref. 38 , have listed simple actions that computational scientists can take regarding their environmental impact, including estimating the carbon footprint of running algorithms, both a posteriori to acknowledge the impact of a project and before starting as part of a cost–benefit analysis. A 2020 report from The Royal Society formalizes this with the notion of ‘energy proportionality’, meaning the environmental impacts of an innovation must be outweighed by its environmental or societal benefits 34 . It is also important to minimize electronic waste by keeping devices for longer and using second-hand hardware when possible. A 2021 report by the World Health Organization 42 warns of the dramatic effect of e-waste on population health, particularly children. The unregulated informal recycling industry, which handles more than 80% of the 53 million tonnes of e-waste, causes a high level of water, soil and air pollution, often in low- and middle-income countries 43 . The up to 56 million informal waste workers are also exposed to hazardous chemicals such as heavy metals and persistent organic pollutants 42 . Scientists can also choose energy-efficient hardware and computing facilities, while favoring those powered by green energy. Writing efficient code can substantially reduce the carbon footprint as well, and this can be done alongside making hardware requirements and carbon footprints clear when releasing new software. The Green Software Foundation ( https://greensoftware.foundation ) promotes carbon-aware coding to reduce the operational carbon footprint of the softwares used in all aspects of society. There is, however, a rebound effect to making algorithms and hardware more efficient: instead of reducing computing usage, increased efficiency encourages more analyses to be performed, which leads to a revaluation of the cost–benefit but often results in increased carbon footprints. The rebound effect is a key example of why research practice should adapt to technological advances so that they lead to carbon footprint reductions.

GREENER computational science

ESCS is an emerging field, but one that is of rapidly increasing importance given the climate crisis. In the following, our proposed set of principles (Fig. 1 ) outlines the main axes where progress is needed, where opportunities lie and where we believe efforts should be concentrated.

Governance and responsibility

Everyone involved in computational science has a role to play in making the field more sustainable, and many do already, from grassroots movements to large institutions. Individual and institutional responsibility is a necessary step to ensure transparency and reduction of GHG emission. Here we highlight key stakeholders alongside existing initiatives and future opportunities for involvement.

Grassroots initiatives led by graduate students, early career researchers and laboratory technicians have shown great success in tackling the carbon footprint of laboratory work, including Green Labs Netherlands 44 , the Nottingham Technical Sustainability Working Group or the Digital Humanities Climate Coalition 45 . International coalitions such as the Sustainable Research (SuRe) Symposium, initially set up for wet laboratories, have started to address the impact of computing as well. IT teams in HPC centers are naturally key, both in terms of training and ensuring that the appropriate information is logged so that scientists can follow the carbon footprints of their work. Principal investigators can encourage their teams to think about this issue and provide access to suitable training when needed.

Simultaneously, top–down approaches are needed, with funding bodies and journals occupying key positions in both incentivizing carbon-footprint reduction and in promoting transparency. Funding bodies can directly influence the researchers they fund and those applying for funding via their funding policies. They can require estimates of carbon footprints to be included in funding applications as part of ‘environmental impacts statements’. Many funding bodies include sustainability in their guidelines already; see, for example, the UK’s NIHR carbon reduction guidelines 1 , the brief mention of the environment in UKRI’s terms and conditions 46 , and the Wellcome Trust’s carbon-offsetting travel policy 47 .

Although these are important first steps, bolder action is needed to meet the urgency of climate change. For example, UKRI’s digital research infrastructure scoping project 48 , which seeks to provide a roadmap to net zero for its digital infrastructure, sends a clear message that sustainable research includes minimizing the GHG emissions from computation. The project not only raises awareness but will hopefully result in reductions in GHG emissions.

Large research institutes are key to managing and expanding centralized data infrastructures and trusted research environments (TREs). For example, EMBL’s European Bioinformatics Institute manages more than 40 data resources 49 , including AlphaFold DB 50 , which contains over 200,000,000 predicted protein structures that can be searched, browsed and retrieved according to the FAIR principles (findable, accessible, interoperable, reusable) 51 . As a consequence, researchers do not need to run the carbon-intensive AlphaFold algorithm for themselves and instead can just query the database. AlphaFold DB was queried programmatically over 700 million times and the web page was accessed 2.4 million times between August 2021 and October 2022. Institutions also have a role in making procurement decisions carefully, taking into account both the manufacturing and operational footprint of hardware purchases. This is critical, as the lifetime footprint of a computational facility is largely determined by the date it is purchased. Facilities could also better balance investment decisions, with a focus on attracting staff based on sustainable and efficient working environments, rather than high-powered hardware 52 .

However, increases in the efficiencies of digital technology alone are unlikely to prove sufficient in ensuring sustainable resource use 53 . Alongside these investments, funding bodies should support a shift towards more positive, inclusive and green research cultures, recognizing that more data or bigger models do not always translate into greater insights and that a ‘fit for purpose’ approach can ultimately be more efficient. Organizations such as Health Data Research UK and the UK Health Data Research Alliance have a key convening role in ensuring that awareness is raised around the climate impact of both infrastructure investment and computational methods.

Journals may incentivize authors to acknowledge and indeed estimate the carbon footprint of the work presented. Some authors already do this voluntarily (for example, refs. 54 , 55 , 56 , 57 , 58 , 59 ), mostly in bioinformatics and machine learning so far, but there is potential to expand it to other areas of computational science. In some instances, showing that a new tool is greener can be an argument in support of a new method 60 .

International societies in charge of organizing annual conferences may help scientists reduce the carbon footprint of presenting their work by offering hybrid options. The COVID-19 pandemic boosted virtual and hybrid meetings, which have a lower carbon footprint while increasing access and diversity 7 , 61 . Burtscher and colleagues found that running the annual meeting of the European Astronomical Society online emitted >3,000-fold less CO 2 e than the in-person meeting (0.582 tCO 2 e compared to 1,855 tCO 2 e) 25 . Institutions are starting to tackle this; for example, the University of Cambridge has released new travel guidelines encouraging virtual meetings whenever feasible and restricting flights to essential travel, while also acknowledging that different career stages have different needs 62 .

Industry partners will also need to be part of the discussion. Acknowledging and reducing computing environmental impact comes with added challenges in industry, such as shareholder interests and/or public relations. While the EU has backed some initiatives helping ICT-reliant companies to address their carbon footprint, such as ICTfootprint.eu, other major stakeholders have expressed skepticism regarding the environmental issues of machine learning models 63 , 64 . Although challenging, tech industry engagement and inclusion is nevertheless essential for tackling GHG emissions.

Estimate and report the energy consumption of algorithms

Estimating and monitoring the carbon footprint of computations is an essential step towards sustainable research as it identifies inefficiencies and opportunities for improvement. User-level metrics are crucial to understanding environmental impacts and promoting personal responsibility. In some HPC situations, particularly in academia, the financial cost of running computations is negligible and scientists may have the impression of unlimited and inconsequential computing capacity. Quantifying the carbon footprint of individual projects helps raise awareness of the true costs of research.

Although progress has been made in estimating energy usage and carbon footprints over the past few years, there are still barriers that prevent the routine estimation of environmental impacts. From task-agnostic, general-purpose calculators 35 and task-specific packages 36 , 37 , 65 to server-side softwares 66 , 67 , each estimation tool is a trade-off between ease of use and accuracy. A recent primer 68 discusses these different options in more detail and provides recommendations as to which approach fits a particular need.

Regardless of the calculator used, for these tools to work effectively and for scientists to have an accurate representation of their energy consumption, it is important to understand the power management for different components. For example, the power usage of processing cores such as central processing units (CPUs) and GPUs is not a readily available metric; instead, thermal design power (meaning, how much heat the chip can be expected to dissipate in a normal setting) is used. Although an acceptable approximation, it has also been shown to substantially underestimate power usage in some situations 69 . The efficiency of data centers is measured by the power usage effectiveness (PUE), which quantifies how much energy is needed for non-computing tasks, mainly cooling (efficient data centers have PUEs close to 1). This metric is widely used, with large cloud providers reporting low PUEs (for example, 1.11 for Google 70 compared to a global average of 1.57 71 ), but discrepancies in how it is calculated can limit PUE interpretation and thus its impact 72 , 73 , 74 . A standard from the International Organization for Standardization is trying to address this 75 . Unfortunately, the PUE of a particular data center, whether cloud or institutional, is rarely publicly documented. Thus, an important step is the data science and infrastructure community making both hardware and data centers’ energy consumption metrics available to their users and the public. Ultimately, tackling unnecessary carbon footprints will require transparency 34 .

Tackling energy and embodied impacts through new collaborations

Minimizing carbon intensity (meaning the carbon footprint of producing electricity) is one of the most immediately impactful ways to reduce GHG emissions. Carbon intensities depend largely on geographical location, with up to three orders of magnitude between the top and bottom performing high-income countries in terms of low carbon energies (from 0.10 gCO 2 e kWh −1 in Iceland to 770 gCO 2 e kWh −1 in Australia 76 ). Changing the carbon intensity of a local state or national government is nearly always impractical as it would necessitate protracted campaigns to change energy policies. An alternative is to relocate computations to low-carbon settings and countries, but, depending on the type of facility or the sensitivity of the data, this may not always be possible. New inter-institutional cooperation may open up opportunities to enable access to low-carbon data centers in real time.

It is, however, essential to recognize and account for inequalities between countries in terms of access to green energy sources. International cooperation is key to providing scientists from low- and middle-income countries (LMICs), who frequently only have high-carbon-intensity options available to them, access to low-carbon computing infrastructures for their work. In the longer term, international partnerships between organizations and nations can help build low-carbon computing capacity in LMICs.

Furthermore, the footprint of user devices should not be forgotten. In one estimate, the energy footprint of streaming a video to a laptop is mainly on the laptop (72%), with 23% used in transmission and a mere 5% at the data center 77 . Zero clients (user devices with no compute or storage capacity) can be used in some research use cases and drastically reduce the client-side footprint 78 .

It can be tempting to reduce the environmental impacts of computing to electricity needs, as these are the easiest ones to estimate. However, water usage, ecological impacts and embodied carbon footprints from manufacturing should also be addressed. For example, for personal hardware, such as laptops, 70–80% of the life-cycle impact of these devices comes from manufacturing only 79 , as it involves mining raw materials and assembling the different components, which require water and energy. Moreover, manufacturing often takes place in countries that have a higher carbon intensity for power generation and a slower transition to zero-carbon power 80 . Currently, hardware renewal policies, either for work computers or servers in data centers, are often closely dependent on warranties and financial costs, with environmental costs rarely considered. For hardware used in data centers, regular updates may be both financially and environmentally friendly, as efficiency gains may offset manufacturing impacts. Estimating these environmental impacts will allow HPC teams to know for sure. Reconditioned and remanufactured laptops and servers are available, but growth of this sector is currently limited by negative consumer perception 81 . Major suppliers of hardware are making substantial commitments, such as 100% renewable energy supply by 2030 82 or net zero by 2050 83 .

Another key consideration is data storage. Scientific datasets are now measured in petabytes (PB). In genomics, the popular UK Biobank cohort 84 is expected to reach 15 PB by 2025 85 , and the first image of a black hole required the collection of 5 PB of data 86 . The carbon footprint of storing data depends on numerous factors, but based on some manufacturers’ estimations, the order of magnitude of the life-cycle footprint of storing 1 TB of data for a year is ~10 kg CO 2 e (refs. 87 , 88 ). This issue is exacerbated by the duplication of such datasets in order for each institution, and sometimes each research group, to have a copy. Centralized and collaborative computing resources (such as TREs) holding both data and computing hardware may help alleviate redundant resources. TRE efforts in the UK span both health (for example, NHS Digital 89 ) and administrative data (for example, the SAIL databank on the UK Secure Research Platform 90 and the Office for National Statistics Secure Research Service 91 ). Large (hyperscale) data centers are expected to be more energy-efficient 92 , but they may also encourage unnecessary increases in the scale of computing (rebound effect).

The importance of dedicated education and research efforts for ESCS

Education is essential to raise awareness with different stakeholders. In lieu of incorporating some aspects into more formal undergraduate programs, integrating sustainability into computational training courses is a tangible first step toward reducing carbon footprints. An example is the ‘Green Computing’ Workshop on Education at the 2022 conference on Intelligent Systems for Molecular Biology.

Investing in research that will catalyze innovation in the field of ESCS is a crucial role for funders and institutions to play. Although global data centers’ workloads have increased more than sixfold between 2010 and 2018, their total electricity usage has been approximately stable due to the use of power-efficient hardware 93 , but environmentally sustainable investments will be needed to perpetuate this trend. Initiatives like Wellcome’s Research Sustainability project 94 , which look to highlight key gaps where investment could deliver the next generation of ESCS tools and technology, are key to ensuring that growth in energy demand beyond current efficiency trends can be managed in a sustainable way. Similarly, the UKRI Data and Analytics Research Environments UK program (DARE UK) needs to ensure that sustainability is a key evaluation criterion for funding and infrastructure investments for the next generation of TREs.

Recent studies found that the most widely used programming languages in research, such as R and Python 95 , tend to be the least energy-efficient ones 96 , 97 , and, although it is unlikely that forcing the community to switch to more efficient languages would benefit the environment in the short term (due to inefficient coding for example), this highlights the importance of having trained research software engineers within research groups to ensure that the algorithms used are efficiently implemented. There is also scope to use current tools more efficiently by better understanding and monitoring how coding choices impact carbon footprints. Algorithms also come with high memory requirements, sometimes using more energy than processors 98 . Unfortunately, memory power usage remains poorly optimized, as speed of access is almost always favored over energy efficiency 99 . Providing users and software engineers with the flexibility to opt for energy efficiency would present an opportunity for a reduction in GHG emissions 100 , 101 .

Cultural change

In parallel to the technological reductions in energy usage and carbon footprints, research practices will also need to change to avoid rebound effects 38 . Similar to the aviation industry, there is a tendency to count on technology to solve sustainability concerns without having to change usage 102 (that is, waiting on computing to become zero-carbon rather than acting on how we use it). Cultural change in the computing community to reconsider how we think about computing costs will be necessary. Research strategies at all levels will need to consider environmental impacts and corresponding approaches to carbon footprint minimization. The upcoming extension of the LEAF standard for computational laboratories will provide researchers with tangible tools to do so. Day to day, there is a need to solve trade-offs between the speed of computation, accuracy and GHG emissions, keeping in mind the goal of GHG reduction. These changes in scientific practices are challenging, but, importantly, there are synergies between open computational science and green computing 103 . For example, making code, data and models FAIR so that other scientists avoid unnecessary computations can increase the reach and impact of a project. FAIR practices can result in highly efficient code implementations, reduce the need to retrain models, and reduce unnecessary data generation/storage, thus reducing the overall carbon footprint. As a result, green computing and FAIR practices may both stimulate innovation and reduce financial costs.

Moreover, computational science has downstream effects on carbon footprints in other areas. In the biomedical sciences, developments in machine learning and computer vision impact the speed and scale of medical imaging processing. Discoveries in health data science make their way to clinicians and patients through, for example, connected devices. In each of these cases and many others, environmental impacts propagate through the whole digital health sector 32 . Yet, here too synergies exist. In many cases, such as telemedicine, there may be a net benefit in terms of both carbon and patient care, provided that all impacts have been carefully accounted for. These questions are beginning to be tackled in medicine, such as assessments of the environmental impact of telehealth 104 or studies into ways to sustainably handle large volumes of medical imaging data 105 . For the latter, NHS Digital (the UK’s national provider of information, data and IT systems for health and social care) has released guidelines to this effect 106 . Outside the biomedical field, there are immense but, so far, unrealized opportunities for similar efforts.

The computational sciences have an opportunity to lead the way in sustainability, which may be achieved through the GREENER principles for ESCS (Fig. 1 ): Governance, Responsibility, Estimation, Energy and embodied impacts, New collaborations, Education and Research. This will require more transparency on environmental impacts. Although some tools already exist to estimate carbon footprints, more specialized ones will be needed alongside a clearer understanding of the carbon footprint of hardware and facilities, as well as more systematic monitoring and acknowledgment of carbon footprints. Measurement is a first step, followed by a reduction in GHG emissions. This can be achieved with better training and sensible policies for renewing hardware and storing data. Cooperation, open science and equitable access to low-carbon computing facilities will also be crucial 107 . Computing practices will need to adapt to include carbon footprints in cost–benefit analyses, as well as consider the environmental impacts of downstream applications. The development of sustainable solutions will need particularly careful consideration, as they frequently have the least benefit for populations, often in LMICs, who suffer the most from climate change 22 , 108 . All stakeholders have a role to play, from funding bodies, journals and institutions to HPC teams and early career researchers. There is now a window of time and an immense opportunity to transform computational science into an exemplar of broad societal impact and sustainability.

NIHR Carbon Reduction Guidelines (National Institute for Health and Care Research, 2019); https://www.nihr.ac.uk/documents/nihr-carbon-reduction-guidelines/21685

NHS Becomes the World’s First National Health System to Commit to Become ‘Carbon Net Zero’, Backed by Clear Deliverables and Milestones (NHS England, 2020); https://www.england.nhs.uk/2020/10/nhs-becomes-the-worlds-national-health-system-to-commit-to-become-carbon-net-zero-backed-by-clear-deliverables-and-milestones/

Climate and COVID-19: converging crises. Lancet 397 , 71 (2021).

Marazziti, D. et al. Climate change, environment pollution, COVID-19 pandemic and mental health. Sci. Total Environ. 773 , 145182 (2021).

Article   Google Scholar  

Wellcome Commissions Report on Science’s Environmental Impact (Wellcome, 2022); https://wellcome.org/news/wellcome-commissions-report-sciences-environmental-impact

Towards Climate Sustainability of the Academic System in Europe and Beyond (ALLEA, 2022); https://doi.org/10.26356/climate-sust-acad

Klöwer, M., Hopkins, D., Allen, M. & Higham, J. An analysis of ways to decarbonize conference travel after COVID-19. Nature 583 , 356–359 (2020).

Allen, M. R. et al. A solution to the misrepresentations of CO 2 -equivalent emissions of short-lived climate pollutants under ambitious mitigation. npj Clim. Atmos. Sci. 1 , 16 (2018).

Nathans, J. & Sterling, P. How scientists can reduce their carbon footprint. eLife 5 , e15928 (2016).

Helmers, E., Chang, C. C. & Dauwels, J. Carbon footprinting of universities worldwide part II: first quantification of complete embodied impacts of two campuses in Germany and Singapore. Sustainability 14 , 3865 (2022).

Marshall-Cook, J. & Farley, M. Sustainable Science and the Laboratory Efficiency Assessment Framework ( LEAF ) (UCL, 2023).

Mariette, J. et al. An open-source tool to assess the carbon footprint of research. Environ. Res. Infrastruct. Sustain. 2 , 035008 (2022).

Murray, D. S. et al. The environmental responsibility framework: a toolbox for recognizing and promoting ecologically conscious research. Earth’s Future 11 , e2022EF002964 (2023).

Freitag, C. et al. The real climate and transformative impact of ICT: a critique of estimates, trends and regulations. Patterns 2 , 100340 (2021).

Ritchie, H. Climate change and flying: what share of global CO 2 emissions come from aviation? Our World in Data (22 October 2022); https://ourworldindata.org/co2-emissions-from-aviation

Feng, W. & Cameron, K. The Green500 list: encouraging sustainable supercomputing. Computer 40 , 50–55 (2007).

Garg, S. K., Yeo, C. S., Anandasivam, A. & Buyya, R. Environment-conscious scheduling of HPC applications on distributed cloud-oriented data centers. J. Parallel Distrib. Comput. 71 , 732–749 (2011).

Article   MATH   Google Scholar  

Katal, A., Dahiya, S. & Choudhury, T. Energy efficiency in cloud computing data centers: a survey on software technologies. Clust. Comput. https://doi.org/10.1007/s10586-022-03713-0 (2022).

Strubell, E., Ganesh, A. & McCallum, A. Energy and policy considerations for deep learning in NLP. In Proc. 57th Annual Meeting of the Association for Computational Linguistics 3645–3650 (Association for Computational Linguistics, 2019); https://doi.org/10.18653/v1/P19-1355

Schwartz, R., Dodge, J., Smith, N. A. & Etzioni, O. Green AI. Preprint at https://arxiv.org/abs/1907.10597 (2019).

Lacoste, A., Luccioni, A., Schmidt, V. & Dandres, T. Quantifying the carbon emissions of machine learning. Preprint at https://arxiv.org/abs/1910.09700 (2019).

Bender, E. M., Gebru, T., McMillan-Major, A. & Shmitchell, S. On the dangers of stochastic parrots: can language models be too big? In Proc. 2021 ACM Conference on Fairness , Accountability and Transparency 610–623 (Association for Computing Machinery, 2021); https://doi.org/10.1145/3442188.3445922

Memmel, E., Menzen, C., Schuurmans, J., Wesel, F. & Batselier, K. Towards Green AI with tensor networks—sustainability and innovation enabled by efficient algorithms. Preprint at https://doi.org/10.48550/arXiv.2205.12961 (2022).

Grealey, J. et al. The carbon footprint of bioinformatics. Mol. Biol. Evol. 39 , msac034 (2022).

Burtscher, L. et al. The carbon footprint of large astronomy meetings. Nat. Astron. 4 , 823–825 (2020).

Jahnke, K. et al. An astronomical institute’s perspective on meeting the challenges of the climate crisis. Nat. Astron. 4 , 812–815 (2020).

Stevens, A. R. H., Bellstedt, S., Elahi, P. J. & Murphy, M. T. The imperative to reduce carbon emissions in astronomy. Nat. Astron. 4 , 843–851 (2020).

Portegies Zwart, S. The ecological impact of high-performance computing in astrophysics. Nat. Astron. 4 , 819–822 (2020).

Bloom, K. et al. Climate impacts of particle physics. Preprint at https://arxiv.org/abs/2203.12389 (2022).

Aron, A. R. et al. How can neuroscientists respond to the climate emergency? Neuron 106 , 17–20 (2020).

Leslie, D. Don’t ‘ Research Fast and Break Things ’: on the Ethics of Computational Social Science (Zenodo, 2022); https://doi.org/10.5281/zenodo.6635569

Samuel, G. & Lucassen, A. M. The environmental sustainability of data-driven health research: a scoping review. Digit. Health 8 , 205520762211112 (2022).

Al Kez, D., Foley, A. M., Laverty, D., Del Rio, D. F. & Sovacool, B. Exploring the sustainability challenges facing digitalization and internet data centers. J. Clean. Prod. 371 , 133633 (2022).

Digital Technology and the Planet—Harnessing Computing to Achieve Net Zero (The Royal Society, 2020); https://royalsociety.org/topics-policy/projects/digital-technology-and-the-planet/

Lannelongue, L., Grealey, J. & Inouye, M. Green algorithms: quantifying the carbon footprint of computation. Adv. Sci. 8 , 2100707 (2021).

Henderson, P. et al. Towards the systematic reporting of the energy and carbon footprints of machine learning. J. Mach. Learn. Res. 21 , 10039–10081 (2020).

MathSciNet   Google Scholar  

Anthony, L. F. W., Kanding, B. & Selvan, R. Carbontracker: tracking and predicting the carbon footprint of training deep learning models. Preprint at https://arxiv.org/abs/2007.03051 (2020).

Lannelongue, L., Grealey, J., Bateman, A. & Inouye, M. Ten simple rules to make your computing more environmentally sustainable. PLoS Comput. Biol. 17 , e1009324 (2021).

Valeye, F. Tracarbon. GitHub https://github.com/fvaleye/tracarbon (2022).

Trébaol, T. CUMULATOR—a Tool to Quantify and Report the Carbon Footprint of Machine Learning Computations and Communication in Academia and Healthcare (École Polytechnique Fédérale de Lausanne, 2020).

Cloud Carbon Footprint —An open source tool to measure and analyze cloud carbon emissions. https://www.cloudcarbonfootprint.org/ (2023).

Children and Digital Dumpsites: E-Waste Exposure and Child Health (World Health Organization, 2021); https://apps.who.int/iris/handle/10665/341718

Sepúlveda, A. et al. A review of the environmental fate and effects of hazardous substances released from electrical and electronic equipments during recycling: examples from China and India. Environ. Impact Assess. Rev. 30 , 28–41 (2010).

Franssen, T. & Johnson, H. The Implementation of LEAF at Public Research Organisations in the Biomedical Sciences: a Report on Organisational Dynamics (Zenodo, 2021); https://doi.org/10.5281/ZENODO.5771609

DHCC Information, Measurement and Practice Action Group. A Researcher Guide to Writing a Climate Justice Oriented Data Management Plan (Zenodo, 2022); https://doi.org/10.5281/ZENODO.6451499

UKRI. UKRI Grant Terms and Conditions (UKRI, 2022); https://www.ukri.org/wp-content/uploads/2022/04/UKRI-050422-FullEconomicCostingGrantTermsConditionsGuidance-Apr2022.pdf

Carbon Offset Policy for Travel—Grant Funding (Wellcome, 2021); https://wellcome.org/grant-funding/guidance/carbon-offset-policy-travel

Juckes, M., Pascoe, C., Woodward, L., Vanderbauwhede, W. & Weiland, M. Interim Report: Complexity, Challenges and Opportunities for Carbon Neutral Digital Research (Zenodo, 2022); https://zenodo.org/record/7016952

Thakur, M. et al. EMBL’s European Bioinformatics Institute (EMBL-EBI) in 2022. Nucleic Acids Res 51 , D9–D17 (2022).

Varadi, M. et al. AlphaFold Protein Structure Database: massively expanding the structural coverage of protein-sequence space with high-accuracy models. Nucleic Acids Res. 50 , D439–D444 (2022).

Wilkinson, M. D. et al. The FAIR Guiding Principles for scientific data management and stewardship. Sci. Data 3 , 160018 (2016).

Bichsel, J. Research Computing : The Enabling Role of Information Technology (Educause, 2012); https://library.educause.edu/resources/2012/11/research-computing-the-enabling-role-of-information-technology

Creutzig, F. et al. Digitalization and the Anthropocene. Annu. Rev. Environ. Resour. 47 , 479–509 (2022).

Yang, L. & Chen, J. A comprehensive evaluation of microbial differential abundance analysis methods: current status and potential solutions. Microbiome 10 , 130 (2022).

Qin, Y. et al. Combined effects of host genetics and diet on human gut microbiota and incident disease in a single population cohort. Nat. Genet. 54 , 134–142 (2022).

Lannelongue, L. & Inouye, M. Inference Mechanisms and Prediction of Protein-Protein Interactions . Preprint at http://biorxiv.org/lookup/doi/10.1101/2022.02.07.479382 (2022).

Dubois, F. The Vehicle Routing Problem for Flash Floods Relief Operations (Univ. Paul Sabatier, 2022).

Thiele, L., Cranmer, M., Coulton, W., Ho, S. & Spergel, D. N. Predicting the thermal Sunyaev-Zel'dovich field using modular and equivariant set-based neural networks. Preprint at https://arxiv.org/abs/2203.00026 (2022).

Armstrong, G. et al. Efficient computation of Faith’s phylogenetic diversity with applications in characterizing microbiomes. Genome Res. 31 , 2131–2137 (2021).

Mbatchou, J. et al. Computationally efficient whole-genome regression for quantitative and binary traits. Nat. Genet. 53 , 1097–1103 (2021).

Estien, C. O., Myron, E. B., Oldfield, C. A. & Alwin, A. & Ecological Society of America Student Section Virtual scientific conferences: benefits and how to support underrepresented students. Bull. Ecol. Soc. Am. 102 , e01859 (2021).

University of Cambridge. Guidelines for Sustainable Business Travel (Univ. Cambridge, 2022); https://www.environment.admin.cam.ac.uk/files/guidelines_for_sustainable_business_travel_approved.pdf

Patterson, D. et al. Carbon emissions and large neural network training. Preprint at https://arxiv.org/abs/2104.10350 (2021).

Patterson, D. et al. The carbon footprint of machine learning training will plateau, then shrink. Computer 55 , 18–28 (2022).

Neuroimaging Pipeline Carbon Tracker Toolboxes (OHBM SEA-SIG, 2023); https://ohbm-environment.org/carbon-tracker-toolboxes/

Lannelongue, L. Green Algorithms for High Performance Computing (GitHub, 2022); https://github.com/Llannelongue/GreenAlgorithms4HPC

Carbon Footprint Reporting—Customer Carbon Footprint Tool (Amazon Web Services, 2023); https://aws.amazon.com/aws-cost-management/aws-customer-carbon-footprint-tool/

Lannelongue, L. & Inouye, M. Carbon footprint estimation for computational research. Nat. Rev. Methods Prim. 3 , 9 (2023).

Cutress, I. Why Intel Processors Draw More Power Than Expected : TDP and Turbo Explained (Anandtech, 2018); https://www.anandtech.com/show/13544/why-intel-processors-draw-more-power-than-expected-tdp-turbo

Efficiency. Google Data Centers https://www.google.com/about/datacenters/efficiency/

Uptime Institute Releases 2021 Global Data Center Survey (Facility Executive, 2021); https://facilityexecutive.com/2021/09/uptime-institute-releases-2021-global-data-center-survey/

Zoie, R. C., Mihaela, R. D. & Alexandru, S. An analysis of the power usage effectiveness metric in data centers. In Proc. 2017 5th International Symposium on Electrical and Electronics Engineering ( ISEEE ) 1–6 (IEEE, 2017); https://doi.org/10.1109/ISEEE.2017.8170650

Yuventi, J. & Mehdizadeh, R. A critical analysis of power usage effectiveness and its use in communicating data center energy consumption. Energy Build. 64 , 90–94 (2013).

Avelar, V., Azevedo, D. & French, A. (eds) PUE: A Comprehensive Examination of the Metric White Paper No. 49 (Green Grid, 2012).

Power Usage Effectiveness (PUE) (ISO/IEC); https://www.iso.org/obp/ui/#iso:std:iso-iec:30134:-2:ed-1:v1:en

2022 Country Specific Electricity Grid Greenhouse Gas Emission Factors (Carbon Footprint, 2023); https://www.carbonfootprint.com/docs/2023_02_emissions_factors_sources_for_2022_electricity_v10.pdf

Kamiya, G. The Carbon Footprint of Streaming Video: Fact-Checking the Headlines—Analysis (IEA, 2020); https://www.iea.org/commentaries/the-carbon-footprint-of-streaming-video-fact-checking-the-headlines

Rot, A., Chrobak, P. & Sobinska, M. Optimisation of the use of IT infrastructure resources in an institution of higher education: a case study. In Proc. 2019 9th International Conference on Advanced Computer Information Technologies ( ACIT ) 171–174 (IEEE, 2019); https://doi.org/10.1109/ACITT.2019.8780018

Clément, L.-P. P.-V. P., Jacquemotte, Q. E. S. & Hilty, L. M. Sources of variation in life cycle assessments of smartphones and tablet computers. Environ. Impact Assess. Rev. 84 , 106416 (2020).

Kamal, K. Y. The silicon age: trends in semiconductor devices industry. JESTR 15 , 110–115 (2022).

Gåvertsson, I., Milios, L. & Dalhammar, C. Quality labelling for re-used ICT equipment to support consumer choice in the circular economy. J. Consum. Policy 43 , 353–377 (2020).

Intel Corporate Responsibility Report 2021–2022 (Intel, 2022); https://csrreportbuilder.intel.com/pdfbuilder/pdfs/CSR-2021-22-Full-Report.pdf

TSMC Task Force on Climate-related Financial Disclosures (TSMC, 2020); https://esg.tsmc.com/download/file/TSMC_TCFD_Report_E.pdf

Bycroft, C. et al. The UK Biobank resource with deep phenotyping and genomic data. Nature 562 , 203–209 (2018).

UK Biobank Creates Cloud-Based Health Data Analysis Platform to Unleash the Imaginations of the World’s Best Scientific Minds (UK Biobank, 2020); https://www.ukbiobank.ac.uk/learn-more-about-uk-biobank/news/uk-biobank-creates-cloud-based-health-data-analysis-platform-to-unleash-the-imaginations-of-the-world-s-best-scientific-minds

Jackson, K. A picture is worth a petabyte of data. Science Node (5 June 2019).

Nguyen, B. H. et al. Architecting datacenters for sustainability: greener data storage using synthetic DNA. In Proc. Electronics Goes Green 2020 (ed. Schneider-Ramelow, F.) 105 (Fraunhofer, 2020).

Seagate Product Sustainability (Seagate, 2023); https://www.seagate.com/gb/en/global-citizenship/product-sustainability/

Madden, S. & Pollard, C. Principles and Best Practices for Trusted Research Environments (NHS England, 2021); https://transform.england.nhs.uk/blogs/principles-and-practice-for-trusted-research-environments/

Jones, K. H., Ford, D. V., Thompson, S. & Lyons, R. A profile of the SAIL Databank on the UK secure research platform. Int. J. Popul. Data Sci. 4 , 1134 (2020).

Google Scholar  

About the Secure Research Service (Office for National Statistics); https://www.ons.gov.uk/aboutus/whatwedo/statistics/requestingstatistics/secureresearchservice/aboutthesecureresearchservice

Shehabi, A. et al. United States Data Center Energy Usage Report Report no. LBNL-1005775, 1372902 (Office of Scientific and Technical Information, 2016); http://www.osti.gov/servlets/purl/1372902/

Masanet, E., Shehabi, A., Lei, N., Smith, S. & Koomey, J. Recalibrating global data center energy-use estimates. Science 367 , 984–986 (2020).

Caplan, T. Help Us Advance Environmentally Sustainable Research (Wellcome, 2022); https://medium.com/wellcome-data/help-us-advance-environmentally-sustainable-research-3c11fe2a8298

Choueiry, G. Programming Languages Popularity in 12,086 Research Papers (Quantifying Health, 2023); https://quantifyinghealth.com/programming-languages-popularity-in-research/

Pereira, R. et al. Ranking programming languages by energy efficiency. Sci. Comput. Program. 205 , 102609 (2021).

Lin, Y. & Danielsson, J. Choosing a Numerical Programming Language for Economic Research: Julia, MATLAB, Python or R (Centre for Economic Policy Research, 2022); https://cepr.org/voxeu/columns/choosing-numerical-programming-language-economic-research-julia-matlab-python-or-r

Appuswamy, R., Olma, M. & Ailamaki, A. Scaling the memory power wall with DRAM-aware data management. In Proc. 11th International Workshop on Data Management on New Hardware 1–9 (ACM, 2015); https://doi.org/10.1145/2771937.2771947

Guo, B., Yu, J., Yang, D., Leng, H. & Liao, B. Energy-efficient database systems: a systematic survey. ACM Comput. Surv. 55 , 111 (2022).

Karyakin, A. & Salem, K. An analysis of memory power consumption in database systems. In Proc. 13th International Workshop on Data Management on New Hardware—DAMON ’ 17 1–9 (ACM Press, 2017); https://doi.org/10.1145/3076113.3076117

Karyakin, A. & Salem, K. DimmStore: memory power optimization for database systems. Proc. VLDB Endow. 12 , 1499–1512 (2019).

Caset, F., Boussauw, K. & Storme, T. Meet & fly: sustainable transport academics and the elephant in the room. J. Transp. Geogr. 70 , 64–67 (2018).

Govaart, G. H., Hofmann, S. M. & Medawar, E. The sustainability argument for open science. Collabra Psychol. 8 , 35903 (2022).

Cockrell, H. C. et al. Environmental impact of telehealth use for pediatric surgery. J. Pediatr. Surg. 57 , 865–869 (2022).

Alshqaqeeq, F., McGuire, C., Overcash, M., Ali, K. & Twomey, J. Choosing radiology imaging modalities to meet patient needs with lower environmental impact. Resour. Conserv. Recycl. 155 , 104657 (2020).

Sustainability Annual Report 2020–2021 (NHS, 2021); https://digital.nhs.uk/about-nhs-digital/corporate-information-and-documents/sustainability/sustainability-reports/sustainability-annual-report-2020-21

UNESCO Recommendation on Open Science (UNESCO, 2021); https://en.unesco.org/science-sustainable-future/open-science/recommendation

Samuel, G. & Richie, C. Reimagining research ethics to include environmental sustainability: a principled approach, including a case study of data-driven health research. J. Med. Ethics https://doi.org/10.1136/jme-2022-108489 (2022).

Download references

Acknowledgements

L.L. was supported by the University of Cambridge MRC DTP (MR/S502443/1) and the BHF program grant (RG/18/13/33946). M.I. was supported by the Munz Chair of Cardiovascular Prediction and Prevention and the NIHR Cambridge Biomedical Research Centre (BRC-1215-20014; NIHR203312). M.I. was also supported by the UK Economic and Social Research 878 Council (ES/T013192/1). This work was supported by core funding from the British Heart Foundation (RG/13/13/30194; RG/18/13/33946) and the NIHR Cambridge Biomedical Research Centre (BRC-1215-20014; NIHR203312). The views expressed are those of the author(s) and not necessarily those of the NIHR or the Department of Health and Social Care. This work was also supported by Health Data Research UK, which is funded by the UK Medical Research Council, Engineering and Physical Sciences Research Council, Economic and Social Research Council, Department of Health and Social Care (England), Chief Scientist Office of the Scottish Government Health and Social Care Directorates, Health and Social Care Research and Development Division (Welsh Government), Public Health Agency (Northern Ireland) and the British Heart Foundation and Wellcome.

Author information

Authors and affiliations.

Cambridge Baker Systems Genomics Initiative, Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK

Loïc Lannelongue & Michael Inouye

British Heart Foundation Cardiovascular Epidemiology Unit, Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK

Victor Phillip Dahdaleh Heart and Lung Research Institute, University of Cambridge, Cambridge, UK

Health Data Research UK Cambridge, Wellcome Genome Campus and University of Cambridge, Cambridge, UK

Health Data Research (HDR) UK, London, UK

Hans-Erik G. Aronson, Andrew D. Morris & Gerry Reilly

European Molecular Biology Laboratory, European Bioinformatics Institute (EMBL-EBI), Wellcome Genome Campus, Hinxton, UK

Alex Bateman, Ewan Birney & Johanna McEntyre

Wellcome Trust, London, UK

Talia Caplan

RAL Space, Science and Technology Facilities Council, Harwell Campus, Didcot, UK

Martin Juckes

Cambridge Baker Systems Genomics Initiative, Baker Heart and Diabetes Institute, Melbourne, Victoria, Australia

Michael Inouye

British Heart Foundation Centre of Research Excellence, University of Cambridge, Cambridge, UK

The Alan Turing Institute, London, UK

You can also search for this author in PubMed   Google Scholar

Contributions

L.L. conceived and coordinated the manuscript. M.I. organized and edited the manuscript. All authors contributed to the writing and revision of the manuscript.

Corresponding author

Correspondence to Loïc Lannelongue .

Ethics declarations

Competing interests.

The authors declare no competing interests.

Peer review

Peer review information.

Nature Computational Science thanks Bernabe Dorronsoro and Kirk Cameron for their contribution to the peer review of this work. Primary Handling Editors: Kaitlin McCardle and Ananya Rastogi, in collaboration with the Nature Computational Science team.

Additional information

Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Cite this article.

Lannelongue, L., Aronson, HE.G., Bateman, A. et al. GREENER principles for environmentally sustainable computational science. Nat Comput Sci 3 , 514–521 (2023). https://doi.org/10.1038/s43588-023-00461-y

Download citation

Received : 06 November 2022

Accepted : 09 May 2023

Published : 26 June 2023

Issue Date : June 2023

DOI : https://doi.org/10.1038/s43588-023-00461-y

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

This article is cited by

Prioritize environmental sustainability in use of ai and data science methods.

  • Caroline Jay
  • David Topping

Nature Geoscience (2024)

A holistic approach to environmentally sustainable computing

  • Andrea Pazienza
  • Giovanni Baselli
  • Maria Vittoria Trussoni

Innovations in Systems and Software Engineering (2024)

The carbon footprint of computational research

Nature Computational Science (2023)

Quick links

  • Explore articles by subject
  • Guide to authors
  • Editorial policies

Sign up for the Nature Briefing: Anthropocene newsletter — what matters in anthropocene research, free to your inbox weekly.

recently published research papers in computer science

  • Search Menu
  • Sign in through your institution
  • Editor's Choice
  • Author Guidelines
  • Submission Site
  • Open Access
  • About Journal of Cybersecurity
  • Editorial Board
  • Advertising and Corporate Services
  • Journals Career Network
  • Self-Archiving Policy
  • Journals on Oxford Academic
  • Books on Oxford Academic

Issue Cover

Editors-in-Chief

Tyler Moore

About the journal

Journal of Cybersecurity publishes accessible articles describing original research in the inherently interdisciplinary world of computer, systems, and information security …

Latest articles

recently published research papers in computer science

Call for Papers: Workshop on the Economics of Information Security

Journal of Cybersecurity is inviting submissions to a new special issue from the workshop on the economics of information security. Authors whose papers appeared at the workshop are invited to submit a revised version to the journal.

Cybersecurity Month

Call for Papers

Journal of Cybersecurity is soliciting papers for a special collection on the philosophy of information security. This collection will explore research at the intersection of philosophy, information security, and philosophy of science.

Find out more

submit

Submit your paper

Join the conversation moving the science of security forward. Visit our Instructions to Authors for more information about how to submit your manuscript.

CYBERS High Impact 480x270.png

High-Impact Research Collection

Explore a collection of recently published high-impact research in the  Journal of Cybersecurity .

Browse the collection  here

recently published research papers in computer science

Email alerts

Register to receive table of contents email alerts as soon as new issues of  Journal of Cybersecurity  are published online.

Read and publish

Read and Publish deals

Authors interested in publishing in Journal of Cybersecurity may be able to publish their paper Open Access using funds available through their institution’s agreement with OUP.

Find out if your institution is participating

Related Titles

cybersecurityandcyberwar

Affiliations

  • Online ISSN 2057-2093
  • Print ISSN 2057-2085
  • Copyright © 2024 Oxford University Press
  • About Oxford Academic
  • Publish journals with us
  • University press partners
  • What we publish
  • New features  
  • Open access
  • Institutional account management
  • Rights and permissions
  • Get help with access
  • Accessibility
  • Advertising
  • Media enquiries
  • Oxford University Press
  • Oxford Languages
  • University of Oxford

Oxford University Press is a department of the University of Oxford. It furthers the University's objective of excellence in research, scholarship, and education by publishing worldwide

  • Copyright © 2024 Oxford University Press
  • Cookie settings
  • Cookie policy
  • Privacy policy
  • Legal notice

This Feature Is Available To Subscribers Only

Sign In or Create an Account

This PDF is available to Subscribers Only

For full access to this pdf, sign in to an existing account, or purchase an annual subscription.

cloud computing Recently Published Documents

Total documents.

  • Latest Documents
  • Most Cited Documents
  • Contributed Authors
  • Related Sources
  • Related Keywords

Simulation and performance assessment of a modified throttled load balancing algorithm in cloud computing environment

<span lang="EN-US">Load balancing is crucial to ensure scalability, reliability, minimize response time, and processing time and maximize resource utilization in cloud computing. However, the load fluctuation accompanied with the distribution of a huge number of requests among a set of virtual machines (VMs) is challenging and needs effective and practical load balancers. In this work, a two listed throttled load balancer (TLT-LB) algorithm is proposed and further simulated using the CloudAnalyst simulator. The TLT-LB algorithm is based on the modification of the conventional TLB algorithm to improve the distribution of the tasks between different VMs. The performance of the TLT-LB algorithm compared to the TLB, round robin (RR), and active monitoring load balancer (AMLB) algorithms has been evaluated using two different configurations. Interestingly, the TLT-LB significantly balances the load between the VMs by reducing the loading gap between the heaviest loaded and the lightest loaded VMs to be 6.45% compared to 68.55% for the TLB and AMLB algorithms. Furthermore, the TLT-LB algorithm considerably reduces the average response time and processing time compared to the TLB, RR, and AMLB algorithms.</span>

An improved forensic-by-design framework for cloud computing with systems engineering standard compliance

Reliability of trust management systems in cloud computing.

Cloud computing is an innovation that conveys administrations like programming, stage, and framework over the web. This computing structure is wide spread and dynamic, which chips away at the compensation per-utilize model and supports virtualization. Distributed computing is expanding quickly among purchasers and has many organizations that offer types of assistance through the web. It gives an adaptable and on-request administration yet at the same time has different security dangers. Its dynamic nature makes it tweaked according to client and supplier’s necessities, subsequently making it an outstanding benefit of distributed computing. However, then again, this additionally makes trust issues and or issues like security, protection, personality, and legitimacy. In this way, the huge test in the cloud climate is selecting a perfect organization. For this, the trust component assumes a critical part, in view of the assessment of QoS and Feedback rating. Nonetheless, different difficulties are as yet present in the trust the board framework for observing and assessing the QoS. This paper talks about the current obstructions present in the trust framework. The objective of this paper is to audit the available trust models. The issues like insufficient trust between the supplier and client have made issues in information sharing likewise tended to here. Besides, it lays the limits and their enhancements to help specialists who mean to investigate this point.

Cloud Computing Adoption in the Construction Industry of Singapore: Drivers, Challenges, and Strategies

An extensive review of web-based multi granularity service composition.

The paper reviews the efforts to compose SOAP, non-SOAP and non-web services. Traditionally efforts were made for composite SOAP services, however, these efforts did not include the RESTful and non-web services. A SOAP service uses structured exchange methodology for dealing with web services while a non-SOAP follows different approach. The research paper reviews the invoking and composing a combination of SOAP, non-SOAP, and non-web services into a composite process to execute complex tasks on various devices. It also shows the systematic integration of the SOAP, non-SOAP and non-web services describing the composition of heterogeneous services than the ones conventionally used from the perspective of resource consumption. The paper further compares and reviews different layout model for the discovery of services, selection of services and composition of services in Cloud computing. Recent research trends in service composition are identified and then research about microservices are evaluated and shown in the form of table and graphs.

Integrated Blockchain and Cloud Computing Systems: A Systematic Survey, Solutions, and Challenges

Cloud computing is a network model of on-demand access for sharing configurable computing resource pools. Compared with conventional service architectures, cloud computing introduces new security challenges in secure service management and control, privacy protection, data integrity protection in distributed databases, data backup, and synchronization. Blockchain can be leveraged to address these challenges, partly due to the underlying characteristics such as transparency, traceability, decentralization, security, immutability, and automation. We present a comprehensive survey of how blockchain is applied to provide security services in the cloud computing model and we analyze the research trends of blockchain-related techniques in current cloud computing models. During the reviewing, we also briefly investigate how cloud computing can affect blockchain, especially about the performance improvements that cloud computing can provide for the blockchain. Our contributions include the following: (i) summarizing the possible architectures and models of the integration of blockchain and cloud computing and the roles of cloud computing in blockchain; (ii) classifying and discussing recent, relevant works based on different blockchain-based security services in the cloud computing model; (iii) simply investigating what improvements cloud computing can provide for the blockchain; (iv) introducing the current development status of the industry/major cloud providers in the direction of combining cloud and blockchain; (v) analyzing the main barriers and challenges of integrated blockchain and cloud computing systems; and (vi) providing recommendations for future research and improvement on the integration of blockchain and cloud systems.

Cloud Computing and Undergraduate Researches in Universities in Enugu State: Implication for Skills Demand

Cloud building block chip for creating fpga and asic clouds.

Hardware-accelerated cloud computing systems based on FPGA chips (FPGA cloud) or ASIC chips (ASIC cloud) have emerged as a new technology trend for power-efficient acceleration of various software applications. However, the operating systems and hypervisors currently used in cloud computing will lead to power, performance, and scalability problems in an exascale cloud computing environment. Consequently, the present study proposes a parallel hardware hypervisor system that is implemented entirely in special-purpose hardware, and that virtualizes application-specific multi-chip supercomputers, to enable virtual supercomputers to share available FPGA and ASIC resources in a cloud system. In addition to the virtualization of multi-chip supercomputers, the system’s other unique features include simultaneous migration of multiple communicating hardware tasks, and on-demand increase or decrease of hardware resources allocated to a virtual supercomputer. Partitioning the flat hardware design of the proposed hypervisor system into multiple partitions and applying the chip unioning technique to its partitions, the present study introduces a cloud building block chip that can be used to create FPGA or ASIC clouds as well. Single-chip and multi-chip verification studies have been done to verify the functional correctness of the hypervisor system, which consumes only a fraction of (10%) hardware resources.

Study On Social Network Recommendation Service Method Based On Mobile Cloud Computing

Cloud-based network virtualization in iot with openstack.

In Cloud computing deployments, specifically in the Infrastructure-as-a-Service (IaaS) model, networking is one of the core enabling facilities provided for the users. The IaaS approach ensures significant flexibility and manageability, since the networking resources and topologies are entirely under users’ control. In this context, considerable efforts have been devoted to promoting the Cloud paradigm as a suitable solution for managing IoT environments. Deep and genuine integration between the two ecosystems, Cloud and IoT, may only be attainable at the IaaS level. In light of extending the IoT domain capabilities’ with Cloud-based mechanisms akin to the IaaS Cloud model, network virtualization is a fundamental enabler of infrastructure-oriented IoT deployments. Indeed, an IoT deployment without networking resilience and adaptability makes it unsuitable to meet user-level demands and services’ requirements. Such a limitation makes the IoT-based services adopted in very specific and statically defined scenarios, thus leading to limited plurality and diversity of use cases. This article presents a Cloud-based approach for network virtualization in an IoT context using the de-facto standard IaaS middleware, OpenStack, and its networking subsystem, Neutron. OpenStack is being extended to enable the instantiation of virtual/overlay networks between Cloud-based instances (e.g., virtual machines, containers, and bare metal servers) and/or geographically distributed IoT nodes deployed at the network edge.

Export Citation Format

Share document.

TechRepublic

Techrepublic resource library.

IT white papers, webcasts, case studies, and much more - all free to registered TechRepublic members.

  • Find Search or Browse our extensive library
  • Download Free resources at the click of a button
  • Solve If you have a problem, we have the solution

Featured Resources

How to keep a remote team engaged during meetings (free download).

Remote working is a fact of life, as companies provide workers with additional working options and expand around the world. Some foresight and simple changes can help keep your remote workers connected and engaged during meetings, not only making them feel like full team members of the team, but using that engagement to keep them ...

Feature Comparison: CRM Software and Services

Choosing the right customer relationship management software or service for your business requires strategy, thoughtful consideration and more than a little research. These guidelines and the accompanying worksheet, created by Mark W. Kaelin for TechRepublic Premium, will give you a customizable framework to find the best CRM solution for your needs. Featured text from the ...

Essential Support Sites for Linux Admins (Free Download)

Just because a piece of software is open source doesn’t mean there’s no support available. In fact, open-source software has plenty of available support… it’s sometimes just not in the form you’re accustomed to. This guide, written by Jack Wallen for TechRepublic Premium, looks at some of the available options for Linux. Featured text from ...

10 Steps to Ensure Debian Is Ready for Deployment

For anyone who’s considering Debian as a server option, if you’ve used Ubuntu Server, you already have a leg up on making the transition. But don’t think once you’ve installed Debian that you’re ready to send it into development or production. There are a few steps you need to take to ensure the distribution is ...

Employee Privacy Policy

Many organizations provide computers, internet access, email, smartphones and other IT equipment and services to enable employees, contractors, temporary staff, volunteers and other authorized agents to fulfill their professional responsibilities. All IT equipment and services are provided only for the purpose of enabling business operations and increasing productivity. This customizable policy, created by Erik Eckel ...

Quick Glossary: Web Browsers

Billions of people use a web browser to access the Internet every single day, but very few know how the technology actually works. While typing in a URL to go to a web page may seem like a simple action, there is a deceptively complex group of devices, networks and protocols behind it. To aid ...

How to Start a Career in Cybersecurity

Cybersecurity is a booming career path for professionals looking to enhance the value of their skillsets in the 2020s. This guide, written by Madeline Clarke for TechRepublic Premium, highlights the methods people can take to begin a career in cybersecurity, provides expert insights from industry professionals and discusses the varying factors surrounding this lucrative area ...

Oracle Linux Checklist: What to Do after Installation

Once you get Oracle Linux up and running, what are your next steps? Can you just dive right in and deploy it to production? You could, but you’d be much better served to take a few quick steps before doing so. This TechRepublic Premium guide, written by Jack Wallen, takes a look at what those ...

Find By Topic

  • Artificial Intelligence
  • Collaboration
  • Data Centers
  • Data Management
  • Digital Transformation
  • Virtualization

TechRepublic Premium

  • More Topics 5G After Hours Amazon Android Apple Asean Australia Banking CIO50 CXO Consumerization Decade in Review Digital Health and Wellness E-Commerce EU Enterprise Software GDPR Google Google Hangout IT Policies India Internet of Things Microsoft Open source Printers Project Management SMBs Samsung Security Smart Cities Smart Office Social enterprise Software Start-Ups Tech & Work Tech Industry

Latest From TechRepublic Premium

Premium Resources

Latest from Premium

How to Keep a Remote Team Engaged during Meetings (Free Download)

Recent Additions

Nist cybersecurity framework: a cheat sheet for professionals (free pdf).

The tech world has a problem: Security fragmentation. There’s no standard set of rules or even language for mitigating cyber risk used to address the growing threats of hackers, ransomware and stolen data, and the threat to data only continues to grow. President Barack Obama recognized the cyber threat in 2013, which led to his ...

Predictions 2024: Executive Edition

Ready or not, here comes 2024. From resilience to board priorities, Splunk executives across security, IT and engineering weigh in on what to expect in the era of AI. AI: The hype will pay off, but business impact will take another 12-24 months. C-suite transformation: CISOs, CTOs and CIOs will have expanded roles in the ...

The AI Philosophy Powering Digital Resilience

3 AI Strategies for Cybersecurity and Observability As organizations embrace dispersed architecture, grapple with an evolving threat landscape and heavily rely on digital systems, AI steps in as a promising solution to control IT chaos. But without clear guardrails that address data privacy and security concerns, we must determine how to build AI models that ...

Vix Makes Travels Safer and Smoother With Proactive Global Visibility

Vix Technology is a global leader in intelligent transportation systems, automated fare collection, and transit analytics. Transit agencies and operators — including the major transportation systems of major cities like Edmonton and Seattle — rely on Vix to help travelers process fare payments and arrive safely and on time at their destination. Previously, Vix relied ...

Observability Buyer’s Guide

This guide is for ITOps and engineering leaders and practitioners who want to lower the cost of unplanned downtime. Learn why Splunk customers like Lenovo, Puma and Rappi lean on observability as a critical solution for modern software development and discover how an observability practice can improve digital resilience. In this guide, you’ll get: An ...

Evolving From Monitoring: Why Observability Is Essential for Your Business

Faster is better, especially for businesses. Cloud-native technologies — while they deliver customer-facing applications and new features faster than ever — come with potential challenges, like complex dependencies. For every deployment, there are new potential errors, slowness or outages. Monitoring solutions have come a long way, but they often fall short in modern environments. That’s ...

Observability Predictions 2024

We’re sitting squarely at the beginning of an AI hype cycle that will cause businesses to rethink their people, processes and technology. What emerging trends do we see around the corner in the observability space? AI: AI will bring an explosion of productivity across environments, applications, microservices — as well as an uptick in data ...

Why You Need a Single Tool for Infrastructure Monitoring and APM

Now, more than ever, many organizations face immense challenges to maximize revenue. Inflation. Tighter budgets. Cost reallocations. Competitive growth opportunities. Whatever the reason, they demand highly available, customer-facing applications and services that rely on a high-performing and reliable underlying infrastructure. And they want it all without excessive spending on engineering resources. To achieve this goal, ...

State of Ecommerce in India

The ecommerce industry is hugely important to India, and opportunities abound for existing and new players alike. But amid such a competitive landscape, it’s crucial for ecommerce organisations to deliver the best possible digital experiences to those making purchases online. The State of Ecommerce in India report provides insights into the current state of the ...

State of Observability in Retail

Today, the retail industry faces new macroeconomic challenges, with the rapid increase in energy costs, high inflation, and supply chain disruptions. As the threat of shrinking margins looms, retailers are focusing on cost reduction and strategic investments to ensure the best possible business value without sacrificing the customer experience. While omnichannel is essential, retailers don’t ...

TechRepublic Premium, directly to your inbox. Sign up today.

Create a techrepublic account.

Get the web's best business technology news, tutorials, reviews, trends, and analysis—in your inbox. Let's start with the basics.

* - indicates required fields

Sign in to TechRepublic

Lost your password? Request a new password

Reset Password

Please enter your email adress. You will receive an email message with instructions on how to reset your password.

Check your email for a password reset link. If you didn't receive an email don't forgot to check your spam folder, otherwise contact support .

Welcome. Tell us a little bit about you.

This will help us provide you with customized content.

Want to receive more TechRepublic news?

You're all set.

Thanks for signing up! Keep an eye out for a confirmation email from our team. To ensure any newsletters you subscribed to hit your inbox, make sure to add [email protected] to your contacts list.

Facility for Rare Isotope Beams

At michigan state university, first direct measurement of beryllium-7 electron-capture reported in physical review c paper.

In a recent paper published by  Physical Review C (“First direct  7 Be electron-capture  Q -value measurement toward high-precision searches for neutrino physics beyond the Standard Model”), scientists from Central Michigan University , McGill University , TRIUMF , Colorado School of Mines , and FRIB reported the first direct measurement of the beryllium-7 electron-capture decay value using Penning trap mass spectrometry (PTMS). 

The experiment was performed using the Low Energy Beam and Ion Trap (LEBIT) Penning trap at FRIB and utilized the Batch-Mode Ion-Source (BMIS) to deliver the unstable beryllium-7 samples. 

The result of the experiment yielded a measurement three times more precise than any previous determination. The scientists noted that the improved precision and accuracy of the beryllium-7 decay value is critical for ongoing experiments that measure the recoiling nucleus in this system as a signature to search for beyond the Standard Model neutrino physics using beryllium-7-doped superconducting sensors. 

The experiment extended the capabilities of LEBIT and used the first low-energy beam to be delivered by BMIS at FRIB for PTMS. It also measured the lightest-mass isotope at the time with LEBIT. 

This material is based upon work supported by the U.S. Department of Energy Office of Science Office of Nuclear Physics, the National Science Foundation, Michigan State University, the Facility for Rare Isotope Beams, Central Michigan University, and the Gordon and Betty Moore Foundation.

Michigan State University (MSU) operates the Facility for Rare Isotope Beams (FRIB) as a user facility for the U.S. Department of Energy Office of Science (DOE-SC), supporting the mission of the DOE-SC Office of Nuclear Physics. User facility operation is supported by the DOE-SC Office of Nuclear Physics as one of 28 DOE-SC user facilities.

The U.S. Department of Energy Office of Science is the single largest supporter of basic research in the physical sciences in the United States and is working to address some of today’s most pressing challenges. For more information, visit energy.gov/science .

Numbers, Facts and Trends Shaping Your World

Read our research on:

Full Topic List

Regions & Countries

  • Publications
  • Our Methods
  • Short Reads
  • Tools & Resources

Read Our Research On:

Table of Contents

Which social media platforms are most common, who uses each social media platform, find out more, social media fact sheet.

Many Americans use social media to connect with one another, engage with news content, share information and entertain themselves. Explore the patterns and trends shaping the social media landscape.

To better understand Americans’ social media use, Pew Research Center surveyed 5,733 U.S. adults from May 19 to Sept. 5, 2023. Ipsos conducted this National Public Opinion Reference Survey (NPORS) for the Center using address-based sampling and a multimode protocol that included both web and mail. This way nearly all U.S. adults have a chance of selection. The survey is weighted to be representative of the U.S. adult population by gender, race and ethnicity, education and other categories.

Polls from 2000 to 2021 were conducted via phone. For more on this mode shift, read our Q&A.

Here are the questions used for this analysis , along with responses, and  its methodology ­­­.

A note on terminology: Our May-September 2023 survey was already in the field when Twitter changed its name to “X.” The terms  Twitter  and  X  are both used in this report to refer to the same platform.

recently published research papers in computer science

YouTube and Facebook are the most-widely used online platforms. About half of U.S. adults say they use Instagram, and smaller shares use sites or apps such as TikTok, LinkedIn, Twitter (X) and BeReal.

Note: The vertical line indicates a change in mode. Polls from 2012-2021 were conducted via phone. In 2023, the poll was conducted via web and mail. For more details on this shift, please read our Q&A . Refer to the topline for more information on how question wording varied over the years. Pre-2018 data is not available for YouTube, Snapchat or WhatsApp; pre-2019 data is not available for Reddit; pre-2021 data is not available for TikTok; pre-2023 data is not available for BeReal. Respondents who did not give an answer are not shown.

Source: Surveys of U.S. adults conducted 2012-2023.

recently published research papers in computer science

Usage of the major online platforms varies by factors such as age, gender and level of formal education.

% of U.S. adults who say they ever use __ by …

  • RACE & ETHNICITY
  • POLITICAL AFFILIATION

recently published research papers in computer science

This fact sheet was compiled by Research Assistant  Olivia Sidoti , with help from Research Analyst  Risa Gelles-Watnick , Research Analyst  Michelle Faverio , Digital Producer  Sara Atske , Associate Information Graphics Designer Kaitlyn Radde and Temporary Researcher  Eugenie Park .

Follow these links for more in-depth analysis of the impact of social media on American life.

  • Americans’ Social Media Use  Jan. 31, 2024
  • Americans’ Use of Mobile Technology and Home Broadband  Jan. 31 2024
  • Q&A: How and why we’re changing the way we study tech adoption  Jan. 31, 2024

Find more reports and blog posts related to  internet and technology .

1615 L St. NW, Suite 800 Washington, DC 20036 USA (+1) 202-419-4300 | Main (+1) 202-857-8562 | Fax (+1) 202-419-4372 |  Media Inquiries

Research Topics

  • Email Newsletters

ABOUT PEW RESEARCH CENTER  Pew Research Center is a nonpartisan fact tank that informs the public about the issues, attitudes and trends shaping the world. It conducts public opinion polling, demographic research, media content analysis and other empirical social science research. Pew Research Center does not take policy positions. It is a subsidiary of  The Pew Charitable Trusts .

© 2024 Pew Research Center

IMAGES

  1. 32+ Research Paper Samples

    recently published research papers in computer science

  2. Computer Science Research Paper Publishing Journals : Pdf

    recently published research papers in computer science

  3. Publications

    recently published research papers in computer science

  4. Computer science research paper sample

    recently published research papers in computer science

  5. (PDF) A Citation Analysis of Top Research Papers of Computer Science

    recently published research papers in computer science

  6. Selected Computing Research Papers June 2019

    recently published research papers in computer science

VIDEO

  1. Harvard CS50 2023

  2. PBA PAPERS COMPUTER SCIENCE CLASS 9TH #pba

  3. Computer science 10th past paper 2023 group I

  4. SPSC Lecturer Computer Science Guidelines and Test Date Announcement

  5. BPSC 2.0 Previous Year Question Papers

  6. Computing the Universe

COMMENTS

  1. Computer science

    Computer science is the study and development of the protocols required for automated processing and manipulation of data. ... Most research efforts in machine learning focus on performance and ...

  2. Computer Science

    Covers all theoretical and applied aspects at the intersection of computer science and game theory, including work in mechanism design, learning in games (which may overlap with Learning), foundations of agent modeling in games (which may overlap with Multiagent systems), coordination, specification and formal methods for non-cooperative computational environments.

  3. The latest in Computer Science

    Large-scale, weakly-supervised speech recognition models, such as Whisper, have demonstrated impressive results on speech recognition across domains and languages. Sound Audio and Speech Processing. 9,586. 0.08 stars / hour. Paper. Code. Papers With Code highlights trending Computer Science research and the code to implement it.

  4. Computer science

    A transformer method that predicts human lives from sequences of life events. Transformer methods are revolutionizing how computers process human language. Exploiting the structural similarity ...

  5. Computer science

    Autonomous chemical research with large language models. Coscientist is an artificial intelligence system driven by GPT-4 that autonomously designs, plans and performs experiments by incorporating ...

  6. Artificial Intelligence

    The Good, the Bad, and the Hulk-like GPT: Analyzing Emotional Decisions of Large Language Models in Cooperation and Bargaining Games. Mikhail Mozikov, Nikita Severin, Valeria Bodishtianu, Maria Glushanina, Mikhail Baklashkin, Andrey V. Savchenko, Ilya Makarov. Subjects: Artificial Intelligence (cs.AI); Computation and Language (cs.CL)

  7. [2405.18628] Hardware-Aware Parallel Prompt Decoding for Memory

    The auto-regressive decoding of Large Language Models (LLMs) results in significant overheads in their hardware performance. While recent research has investigated various speculative decoding techniques for multi-token generation, these efforts have primarily focused on improving processing speed such as throughput. Crucially, they often neglect other metrics essential for real-life ...

  8. computer science Latest Research Papers

    Computer science ( CS ) majors are in high demand and account for a large part of national computer and information technology job market applicants. Employment in this sector is projected to grow 12% between 2018 and 2028, which is faster than the average of all other occupations. Published data are available on traditional non-computer ...

  9. Computer Science Review

    Computer Science Review publishes research surveys and expository overviews of open problems in computer science. All articles are aimed at a general computer science audience seeking a full and expert overview of the latest developments across computer science research. Articles from other fields …. View full aims & scope.

  10. Affective Computing: Recent Advances, Challenges, and Future Trends

    Affective computing is a rapidly growing multidisciplinary field that encompasses computer science, engineering, psychology, neuroscience, and other related disciplines. Although the literature in this field has progressively grown and matured, the lack of a comprehensive bibliometric analysis limits the overall understanding of the theory ...

  11. 533984 PDFs

    Explore the latest full-text research PDFs, articles, conference papers, preprints and more on COMPUTER SCIENCE. Find methods information, sources, references or conduct a literature review on ...

  12. Home

    Journal of Computer Science and Technology is an international platform publishing high quality, refereed papers in all aspects of computer science and technology. Sponsored by the Institute of Computing Technology (ICT), Chinese Academy of Sciences (CAS), and China Computer Federation (CCF). Jointly published by ICT, CAS and Springer on a ...

  13. Top 89 Computer Science Review papers published in 2021

    Explore 89 research articles published in the Journal Computer Science Review (Elsevier BV) in the year 2021. The journal publishes majorly in the area (s): Computer science & The Internet. Over the lifetime, 381 publication (s) have been published in the journal receiving 23400 citation (s).

  14. Open research in computer science

    Open research in computer science. Spanning networks and communications to security and cryptology to big data, complexity, and analytics, SpringerOpen and BMC publish one of the leading open access portfolios in computer science. Learn about our journals and the research we publish here on this page.

  15. You should be reading academic computer science papers

    For a more recent take on the same thing, the trio recommend Ideas That Created the Future, published last year. Lakhani, who is now doing a PhD in computer science at Carnegie Mellon University (my alma mater), points out that there was a course when he arrived that covered the important papers of the field.

  16. machine learning Latest Research Papers

    machine learning Recently Published Documents. TOTAL DOCUMENTS. 102881 (FIVE YEARS 75797) ... were developed to deal with paper records and are struggling to deal with this shift. This article examines the background to the problem and outlines a project that TNA undertook to research the feasibility of using commercially available artificial ...

  17. data science Latest Research Papers

    Find the latest published documents for data science, Related hot topics, top authors, the most cited documents, and related journals ... data science Recently Published Documents. TOTAL DOCUMENTS. 5850 (FIVE YEARS 4172) H-INDEX. 51 ... This paper analysis the impact of pandemic over the global stock exchange. The stock listing values are ...

  18. [2406.01441] LexMatcher: Dictionary-centric Data Collection for LLM

    The fine-tuning of open-source large language models (LLMs) for machine translation has recently received considerable attention, marking a shift towards data-centric research from traditional neural machine translation. However, the area of data collection for instruction fine-tuning in machine translation remains relatively underexplored. In this paper, we present LexMatcher, a simple yet ...

  19. Computer Science and Engineering

    This conceptual research paper is written to discuss the implementation of the A.D.A.B model in technology -based and technical subjects such as Computer Science, Engineering, Technical and so on ...

  20. Research trend prediction in computer science publications: a deep

    Thousands of research papers are being published every day, and among all these research works, one of the fastest-growing fields is computer science (CS). Thus, learning which research areas are trending in this particular field of study is advantageous to a significant number of scholars, research institutions, and funding organizations. Many scientometric studies have been done focusing on ...

  21. Journal of Computer Science

    The Journal of Computer Science (JCS) is dedicated to advancing computer science by publishing high-quality research and review articles that span both theoretical foundations and practical applications in information, computation, and computer systems. With a commitment to excellence, JCS offers a platform for researchers, scholars, and ...

  22. GREENER principles for environmentally sustainable computational science

    Recent studies found that the most widely used programming languages in research, such as R and Python 95, tend to be the least energy-efficient ones 96,97, and, although it is unlikely that ...

  23. Top Ten Computer Science Education Research Papers of the Last 50 Years

    We also believe that highlighting excellent research will inspire others to enter the computing education field and make their own contributions.". The Top Ten Symposium Papers are: 1. " Identifying student misconceptions of programming " (2010) Lisa C. Kaczmarczyk, Elizabeth R. Petrick, University of California, San Diego; Philip East ...

  24. Journal of Cybersecurity

    About the journal. Journal of Cybersecurity publishes accessible articles describing original research in the inherently interdisciplinary world of computer, systems, and information security …. Find out more. The simple economics of an external shock to a bug bounty platform. The cybersecurity of fairy tales.

  25. cloud computing Latest Research Papers

    The paper further compares and reviews different layout model for the discovery of services, selection of services and composition of services in Cloud computing. Recent research trends in service composition are identified and then research about microservices are evaluated and shown in the form of table and graphs. Download Full-text.

  26. Chinese quantum computer is 180 million times faster on AI tasks: paper

    In a synopsis article published by Physics, a magazine from the American Physical Society that reports on papers from the Physical Review journals, the editor wrote: "the result extends the list ...

  27. Resource Library

    Cloud-native technologies — while they deliver customer-facing applications and new features faster than ever — come with potential challenges, like complex dependencies. For every deployment ...

  28. First direct measurement of beryllium-7 electron-capture reported in

    In a recent paper published by Physical Review C ("First direct 7Be electron-capture Q-value measurement toward high-precision searches for neutrino physics beyond the Standard Model"), scientists from Central Michigan University, McGill University, TRIUMF, Colorado School of Mines, and FRIB reported the first direct measurement of the beryllium-7 electron-capture decay value using Penning ...

  29. Social Media Fact Sheet

    How we did this. To better understand Americans' social media use, Pew Research Center surveyed 5,733 U.S. adults from May 19 to Sept. 5, 2023. Ipsos conducted this National Public Opinion Reference Survey (NPORS) for the Center using address-based sampling and a multimode protocol that included both web and mail.