Quick start for modern LaTeXing for an IEEE conference

Simplified ieee template.

Quick start for modern LaTeXing for an IEEE conference, based on the Manuscript Template for Conference Proceedings .

The official template is distributed via CTAN as the IEEEtran package , which is actively maintained. However, de-facto configurations (hyperref) and modern features of latex (microtype) are not configured. This template does it.

This template is for the conferences. It is based on the bare_conf_compsoc.tex distributed by IEEE. In case you need other configurations, please adapt paper-conference.tex or run the latex template generator .

To build the whole document, execute following command. Note that this requires a working perl installation.

In case something goes wrong, you can instruct the LaTeX compiler to stop at the first error:

Following features are enabled in this template:

  • Provides a skeletal paper.tex file
  • Shows how IEEE copyright notice can be added.
  • (Optional) Typesetting of listings using advanced highlighting powered by the minted package.
  • Generated PDF allows for copy and paste of text without getting words with ligatures such as “workflow” destroyed. This is enabled by glyphtounicode , which encodes ligatures (such as fl) using unicode characters.
  • Support of hyperlinked references without extra color thanx to hyperref .
  • Better breaking of long URLs.
  • Support for \powerset command.
  • (Optional) Support todos as pdf annotations. This is enabled by the pdfcomment package.
  • microtypographic extensions for a better look of the paper.
  • Modern packages such as microtype , cleveref , csquotes , paralist , hyperref , hypcap , upquote , booktabs .
  • (Optional) LaTeX compilation using the modern lualatex compiler.
  • Ready-to-go configuration for latexindent .

Disabled features

Following features were not activated for this template. You can run the latex template generator to enable the features.

Hints on writing an abstract and thesis by Dirk Fahland.

  • paper-conference.pdf - regular conference paper.
  • paper-conference-minted.pdf - conference paper showing minted in action.

Quick start

  • Click on Download ZIP or here .
  • Extract main.zip in the folder where you want to write your paper.
  • Edit paper-conference.tex .
  • latexmk paper-conference .

Attention regarding compsocconf

Some conferences distribute a IEEEtran.cls V1.7a dated 2007 and a parameter compsocconf . The parameter compsocconf was NEVER included in Michael Shell’s IEEEtran.cls file. It is unclear, who did this patch and why it is around in the wild.

The most recent version is V1.8b and automatically distributed over CTAN, because it is actively maintained by Michael Shell at http://www.michaelshell.org/tex/ieeetran/ . A full changelog is available at http://mirror.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/changelog.txt .

The class parameter compsocconf never existed officially. One has to use conference, compsoc , because the parameters are “orthogonal”: Either “conference” or “journal”, either “compsoc” or not. With a modern IEEEtran.cls, you’ll get

compsoc option is not needed any more

When using the 2007 version or the most recent version with (the unhandled) compsocconf , you’ll get paper-conference.pdf instead of paper-conference-compsoc.pdf . That differs significantly in the style used for section headings. paper-conference-compsoc.pdf was removed from the build since August 2021, because compsoc option was not used by computer science conferences in 2021.

IEEE distributes their templates at https://www.ieee.org/conferences_events/conferences/publishing/templates.html . With the update of July 2017, the archive https://www.ieee.org/documents/ieee-latex-conference-template.zip contains both bare_conf.tex and bare_conf_compsoc.tex . Thus, the conference should state which option to use.

All in all, the distributions of IEEEtran from 2007 are roughly equivalent to \documentclass[conference]{IEEEtran} (and version V1.8b), which does not comply with IEEE’s rules for computer science conferences, because the compsoc option is missing.

Hence, double check with your conference whether you have to use compsoc or not.

Statement from IEEE:

Please note that, as stated on the webpage https://www.ieee.org/conferences_events/conferences/publishing/templates.html . “IEEE does not require a specific format for their conference articles”. Thus, we dot not purport that the “compsoc” is a requirement for publishing conference papers with us.

There is currently no official biblatex support. A first step towards that is done at the biblatex-ieee package .

MiKTeX installation hints are given at http://latextemplates.github.io/scientific-thesis-template/#installation-hints-for-windows .

  • Grammar and spell checking is available at TeXstudio . Please download LanguageTool (Windows: choco install languagetool ) and configure TeXstudio to use it . Note that it is enough to point to languagetool.jar . If TeXstudio doesn’t fit your need, check the list of all available LaTeX Editors .
  • Use JabRef to manage your bibliography (Windows: choco install jabref ).

To have minted running properly, you have to do following steps on Windows:

  • Install python: choco install python - that uses chocolatey to install Python
  • Install pygments : pip instal pygments - that uses the Pyhton package manager to install the pygments library
  • When latexing, use -shell-escape : pdflatex -shell-escape paper . You can also just execute latexmk paper .

Usage with docker

The generated Dockerfile is based on the Dockerfile by reitzig . The idea of that system is to host the document sources in a directory separated from the output directory.

Following one-time setup is requried:

Q: I have questions on the IEEEtran class itself.

The author of the class offers a large FAQ at http://www.michaelshell.org/tex/ieeetran/ . Please read on there. The other possiblity is to execute texdoc ieeetran and read in the documentation. For example, there is an explanation of how to typeset the afficiliation information with four or more authors properly.

Q: How can I synchronize updates from the template to my repository?

  • Initialize your git repository as usual
  • Add this repository as upstream: git remote add upstream https://github.com/latextemplates/LNCS.git
  • Merge the branch upstream/main into your main branch: git merge upstream/main .

After that you can use and push the main branch as usual. Notes on syncing with the upstream repository are available from GitHub .

Q: I get the error ! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.

Install the cm-super package using the MiKTeX package manager. Then, run initexmf --mkmaps on the command line. (Long description: https://tex.stackexchange.com/a/324972/9075 )

Q: I get Package csquotes Error: Unbalanced groups or invalid nesting. What can I do?

A: You have activated \MakeOuterQuote{"} and used some special babel command to allow hyphenation at other places as a dash. One example is writing application"=specific . Now, you have to decide whether you want keep using plain quotes to enquote a word or use the special hyphenation command. In other words: Do you want "quote" and app\-lication\-specific or \enquote{quote} and application"=specific ?

Note that this should not happen when the template is generated as the setting tweak_outerquote ensures that these two options are mutually exclusive.

Q: I need more space. What can I do?

The most simple solution to get more space is to exchange the font.

Q: How can I reformat my .tex files?

Execute following command:

Q: I want to obey the one-sentence-per-line rule. How can I do that?

Attention! This is work in progress and does not always produce best results.

Q: Can I also write in German?

Yes. You can regenerate the template and choose “German” as language.

Further information

  • Other templates: https://latextemplates.github.io/

Authoring Tools and Templates

Creating your journal article for IEEE should be seamless. Save time and effort with authoring tools and resources that will help you write, prepare, and share your research better. 

Use IEEE article templates in Word or LaTeX to easily format your article for publication. Write collaboratively with your co-authors in Overleaf , an authoring tool for LaTeX and rich text documents. Overleaf is preloaded with IEEE templates for your convenience. Both Overleaf and LaTeX resources are available online for beginners and advanced users. Choose from a variety of quick guides, tutorials, webinars, and detailed documentation based upon your individual needs and level of expertise.

Streamline your authoring process with IEEE Collabratec , a cloud-based hub for scholarly collaboration that integrates authoring and productivity tools with a global community dedicated to technology professionals. Overleaf is free to use by connecting it through your IEEE Collabratec   account.

Get your article ready for publication with IEEE Author Tools. Find the right publication  for your article and validate your  references , PDF , and  LaTeX  files. Claim your  unique ORCID identifier  to get full credit for your work.

Share your data with other researchers through the data repository  IEEE DataPort ™ and the executable code platform  Code Ocean .

Authoring Tools and Templates

Creating your conference paper for IEEE should be seamless. Save time and effort with authoring tools and templates that will help you write, prepare, and share your research better.

Use   IEEE conference templates   in Word or LaTeX to easily format your paper for publication. Write collaboratively with your co-authors in   Overleaf , an authoring tool for LaTeX and rich text documents. Overleaf is preloaded with IEEE templates for your convenience. Overleaf and LaTeX resources are available online for both beginners and advanced users. Choose from a variety of quick guides, tutorials, webinars, and detailed documentation based upon your individual needs and level of expertise.

Get your paper ready for publication with IEEE Author Tools. Find the right conference   for your paper. Validate your   references  and   LaTeX   files. Claim your unique   ORCID identifier   to get full credit for your work.

Share your data and code with other researchers through the data repository   IEEE DataPort ™ and the executable code platform   Code Ocean .

Instructions for Authors of Papers Using Latex

Ieee account.

  • Change Username/Password
  • Update Address

Purchase Details

  • Payment Options
  • Order History
  • View Purchased Documents

Profile Information

  • Communications Preferences
  • Profession and Education
  • Technical Interests
  • US & Canada: +1 800 678 4333
  • Worldwide: +1 732 981 0060
  • Contact & Support
  • About IEEE Xplore
  • Accessibility
  • Terms of Use
  • Nondiscrimination Policy
  • Privacy & Opting Out of Cookies

A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. © Copyright 2024 IEEE - All rights reserved. Use of this web site signifies your agreement to the terms and conditions.

Five LaTeX templates for IEEE journals and conferences

The IEEE provides guidelines and templates for the preparation of papers and presentations for their conference proceedings.

We've pre-loaded five standard uses of the IEEE style into writeLaTeX to help you get started - simply click on the image to create a new document based on that template for immediate editing online.

Advanced Demo

Demo for conferences, demo for journals, for computer society journals, for transactions on magnetics.

For further instructions on how to use these templates, see the IEEE instructions on how to prepare your article . For reference, the five templates given here are those contained in the IEEEtran.zip file available on that page.

Sign up for a free account and receive regular updates

Popular tags.

  • institutions
  • case studies

Start writing now!

Overleaf is  gratis, kom i kontakt.

Har du kollat i vår kunskapsbank ?

Meddelandet har skickats! Vårt team kommer att granska det och svara via e-post.

Email: 

IEEE J-MASS

The Journal on Miniaturization for Air and Space Systems

Templates and Instructions for Authors

J-MASS publishes two main types of articles: papers and comments.  

The maximum number of pages is 10–after 10, page charges are incurred.

Download the Word template.

LaTex users: Please use the standard IEEE Transactions Template (below).

Download the zip file of the LaTex template.

LaTex users: You can also use the standard IEEE Transactions Template. And then download the first page of our template in Word (below), complete it, and upload it as a separate file with your submission. We will combine it with your LaTex paper to make a complete submission for review.

Download the First Page Template for LaTex users.

Choose this option if your paper is a research article that fits our scope. Email us if you would like us to review your abstract for fit before you submit. Authors of Review papers and Critical Review papers should communicate with the editors first.

Download the template.

Choose the Comment format for case studies, industry reports, and challenges to the research community. Comment papers will be peer-reviewed but as communications rather than as research papers.

Instructions for Authors

Submit articles for publication in J-MASS through  Manuscript Central . All submissions must follow the publication policies and IEEE J-MASS template. All submissions must include both a graphical abstract (visual summary)  and a brief list of “take-home messages”(bullet-points) .  

Acknowledgements, Conflicts of Interest

  • A description of sources of funding, financial disclosure, and the role of sponsors must be included in the  Acknowledgements  section of the manuscript. Technical support and administrative support that are related to the research work in the manuscript are welcome to be included in the  Acknowledgements
  • Authors must disclose any personal or institutional financial interests related to the subject(s) of the manuscript. It is not unusual for J-MASS authors to be owners or employees of companies that are developing the technologies described in their manuscript. There is nothing wrong with this, but editors, reviewers, and readers should be made aware of such conflicts of interests; thus, these facts must be disclosed.

IEEE requires authors to sign a copyright license agreement and disclosure form in case of acceptance. It is the responsibility of the first author and/or corresponding author to ensure that coauthors sign and submit the forms.

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

Quick start for modern LaTeXing for an IEEE conference

latextemplates/IEEE

Folders and files, repository files navigation, simplified ieee template.

Quick start for modern LaTeXing for an IEEE conference, based on the Manuscript Template for Conference Proceedings .

The official template is distributed via CTAN as the IEEEtran package , which is actively maintained. However, de-facto configurations (hyperref) and modern features of latex (microtype) are not configured. This template does it.

This template is for the conferences. It is based on the bare_conf_compsoc.tex distributed by IEEE. In case you need other configurations, please adapt paper-conference.tex or run the latex template generator .

To build the whole document, execute following command. Note that this requires a working perl installation.

In case something goes wrong, you can instruct the LaTeX compiler to stop at the first error:

Following features are enabled in this template:

  • Provides a skeletal paper.tex file
  • Shows how IEEE copyright notice can be added.
  • (Optional) Typesetting of listings using advanced highlighting powered by the minted package.
  • Generated PDF allows for copy and paste of text without getting words with ligatures such as "workflow" destroyed. This is enabled by glyphtounicode , which encodes ligatures (such as fl) using unicode characters.
  • Support of hyperlinked references without extra color thanx to hyperref .
  • Better breaking of long URLs.
  • Support for \powerset command.
  • (Optional) Support todos as pdf annotations. This is enabled by the pdfcomment package.
  • microtypographic extensions for a better look of the paper.
  • Modern packages such as microtype , cleveref , csquotes , paralist , hyperref , hypcap , upquote , booktabs .
  • (Optional) LaTeX compilation using the modern lualatex compiler.
  • Ready-to-go configuration for latexindent .

Disabled features

Following features were not activated for this template. You can run the latex template generator to enable the features.

Hints on writing an abstract and thesis by Dirk Fahland.

  • paper-conference.pdf - regular conference paper.
  • paper-conference-minted.pdf - conference paper showing minted in action.

Quick start

  • Click on Download ZIP or here .
  • Extract main.zip in the folder where you want to write your paper.
  • Edit paper-conference.tex .
  • latexmk paper-conference .

Attention regarding compsocconf

Some conferences distribute a IEEEtran.cls V1.7a dated 2007 and a parameter compsocconf . The parameter compsocconf was NEVER included in Michael Shell's IEEEtran.cls file. It is unclear, who did this patch and why it is around in the wild.

The most recent version is V1.8b and automatically distributed over CTAN, because it is actively maintained by Michael Shell at http://www.michaelshell.org/tex/ieeetran/ . A full changelog is available at http://mirror.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/changelog.txt .

The class parameter compsocconf never existed officially. One has to use conference, compsoc , because the parameters are "orthogonal": Either "conference" or "journal", either "compsoc" or not. With a modern IEEEtran.cls, you'll get

compsoc option is not needed any more

When using the 2007 version or the most recent version with (the unhandled) compsocconf , you'll get paper-conference.pdf instead of paper-conference-compsoc.pdf . That differs significantly in the style used for section headings. paper-conference-compsoc.pdf was removed from the build since August 2021, because compsoc option was not used by computer science conferences in 2021.

IEEE distributes their templates at https://www.ieee.org/conferences_events/conferences/publishing/templates.html . With the update of July 2017, the archive https://www.ieee.org/documents/ieee-latex-conference-template.zip contains both bare_conf.tex and bare_conf_compsoc.tex . Thus, the conference should state which option to use.

All in all, the distributions of IEEEtran from 2007 are roughly equivalent to \documentclass[conference]{IEEEtran} (and version V1.8b), which does not comply with IEEE's rules for computer science conferences, because the compsoc option is missing.

Hence, double check with your conference whether you have to use compsoc or not.

Statement from IEEE:

Please note that, as stated on the webpage https://www.ieee.org/conferences_events/conferences/publishing/templates.html . "IEEE does not require a specific format for their conference articles". Thus, we dot not purport that the "compsoc" is a requirement for publishing conference papers with us.

There is currently no official biblatex support. A first step towards that is done at the biblatex-ieee package .

MiKTeX installation hints are given at http://latextemplates.github.io/scientific-thesis-template/#installation-hints-for-windows .

  • Grammar and spell checking is available at TeXstudio . Please download LanguageTool (Windows: choco install languagetool ) and configure TeXstudio to use it . Note that it is enough to point to languagetool.jar . If TeXstudio doesn't fit your need, check the list of all available LaTeX Editors .
  • Use JabRef to manage your bibliography (Windows: choco install jabref ).

To have minted running properly, you have to do following steps on Windows:

  • Install python: choco install python - that uses chocolatey to install Python
  • Install pygments : pip instal pygments - that uses the Pyhton package manager to install the pygments library
  • When latexing, use -shell-escape : pdflatex -shell-escape paper . You can also just execute latexmk paper .

Usage with docker

The generated Dockerfile is based on the Dockerfile by reitzig . The idea of that system is to host the document sources in a directory separated from the output directory.

Following one-time setup is requried:

Q: I have questions on the IEEEtran class itself.

The author of the class offers a large FAQ at http://www.michaelshell.org/tex/ieeetran/ . Please read on there. The other possiblity is to execute texdoc ieeetran and read in the documentation. For example, there is an explanation of how to typeset the afficiliation information with four or more authors properly.

Q: How can I synchronize updates from the template to my repository?

  • Initialize your git repository as usual
  • Add this repository as upstream: git remote add upstream https://github.com/latextemplates/LNCS.git
  • Merge the branch upstream/main into your main branch: git merge upstream/main .

After that you can use and push the main branch as usual. Notes on syncing with the upstream repository are available from GitHub .

Q: I get the error ! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.

Install the cm-super package using the MiKTeX package manager. Then, run initexmf --mkmaps on the command line. (Long description: https://tex.stackexchange.com/a/324972/9075 )

Q: I get Package csquotes Error: Unbalanced groups or invalid nesting. What can I do?

A: You have activated \MakeOuterQuote{"} and used some special babel command to allow hyphenation at other places as a dash. One example is writing application"=specific . Now, you have to decide whether you want keep using plain quotes to enquote a word or use the special hyphenation command. In other words: Do you want "quote" and app\-lication\-specific or \enquote{quote} and application"=specific ?

Note that this should not happen when the template is generated as the setting tweakouterquote ensures that these two options are mutually exclusive.

Q: I need more space. What can I do?

The most simple solution to get more space is to exchange the font.

Q: How can I reformat my .tex files?

Execute following command:

Q: I want to obey the one-sentence-per-line rule. How can I do that?

Attention! This is work in progress and does not always produce best results.

Q: Can I also write in German?

Yes. You can regenerate the template and choose "German" as language.

Further information

  • Other templates: https://latextemplates.github.io/

Contributors 4

IEEE - Advancing Technology for Humanity

is Mainsite

IEEE - Advancing Technology for Humanity

  • Search all IEEE websites
  • Mission and vision
  • IEEE at a glance
  • IEEE Strategic Plan
  • Organization of IEEE
  • Diversity, Equity, & Inclusion
  • Organizational Ethics
  • Annual Report
  • History of IEEE
  • Volunteer resources
  • IEEE Corporate Awards Program
  • Financials and Statistics
  • IEEE Future Directions
  • IEEE for Industry (Corporations, Government, Individuals)
  • IEEE Climate Change
  • Humanitarian and Philanthropic Opportunities
  • Select an option
  • Get the latest news
  • Access volunteer resources (Code of Ethics, financial forms, tools and templates, and more)
  • Find IEEE locations
  • Get help from the IEEE Support Center
  • Recover your IEEE Account username and password
  • Learn about the IEEE Awards program and submit nomination
  • View IEEE's organizational structure and leadership
  • Apply for jobs at IEEE
  • See the history of IEEE
  • Learn more about Diversity, Equity & Inclusion at IEEE
  • Join an IEEE Society
  • Renew your membership
  • Member benefits
  • IEEE Contact Center
  • Connect locally
  • Memberships and Subscriptions Catalog
  • Member insurance and discounts
  • Member Grade Elevation
  • Get your company engaged
  • Access your Account
  • Learn about membership dues
  • Learn about Women in Engineering (WIE)
  • Access IEEE member email
  • Find information on IEEE Fellows
  • Access the IEEE member directory
  • Learn about the Member-Get-a-Member program
  • Learn about IEEE Potentials magazine
  • Learn about Student membership
  • Affinity groups
  • IEEE Societies
  • Technical Councils
  • Technical Communities
  • Geographic Activities
  • Working groups
  • IEEE Regions
  • IEEE Collabratec®
  • IEEE Resource Centers
  • IEEE DataPort
  • See the IEEE Regions
  • View the MGA Operations Manual
  • Find information on IEEE Technical Activities
  • Get IEEE Chapter resources
  • Find IEEE Sections, Chapters, Student Branches, and other communities
  • Learn how to create an IEEE Student Chapter
  • Upcoming conferences
  • IEEE Meetings, Conferences & Events (MCE)
  • IEEE Conference Application
  • IEEE Conference Organizer Education Program
  • See benefits of authoring a conference paper
  • Search for 2025 conferences
  • Search for 2024 conferences
  • Find conference organizer resources
  • Register a conference
  • Publish conference papers
  • Manage conference finances
  • Learn about IEEE Meetings, Conferences & Events (MCE)
  • Visit the IEEE SA site
  • Become a member of the IEEE SA
  • Find information on the IEEE Registration Authority
  • Obtain a MAC, OUI, or Ethernet address
  • Access the IEEE 802.11™ WLAN standard
  • Purchase standards
  • Get free select IEEE standards
  • Purchase standards subscriptions on IEEE Xplore®
  • Get involved with standards development
  • Find a working group
  • Find information on IEEE 802.11™
  • Access the National Electrical Safety Code® (NESC®)
  • Find MAC, OUI, and Ethernet addresses from Registration Authority (regauth)
  • Get free IEEE standards
  • Learn more about the IEEE Standards Association
  • View Software and Systems Engineering Standards
  • IEEE Xplore® Digital Library
  • Subscription options
  • IEEE Spectrum
  • The Institute
  • Proceedings of the IEEE
  • IEEE Access®
  • Author resources
  • Get an IEEE Xplore Digital Library trial for IEEE members
  • Review impact factors of IEEE journals
  • Request access to the IEEE Thesaurus and Taxonomy
  • Access the IEEE copyright form
  • Find article templates in Word and LaTeX formats
  • Get author education resources
  • Visit the IEEE Xplore digital library
  • Find Author Digital Tools for IEEE paper submission
  • Review the IEEE plagiarism policy
  • Get information about all stages of publishing with IEEE
  • IEEE Learning Network (ILN)
  • IEEE Credentialing Program
  • Pre-university
  • IEEE-Eta Kappa Nu
  • Accreditation
  • Access continuing education courses on the IEEE Learning Network
  • Find STEM education resources on TryEngineering.org
  • Learn about the TryEngineering Summer Institute for high school students
  • Explore university education program resources
  • Access pre-university STEM education resources
  • Learn about IEEE certificates and how to offer them
  • Find information about the IEEE-Eta Kappa Nu honor society
  • Learn about resources for final-year engineering projects
  • Access career resources

IEEE Marks 50 Years of the Internet With Celebration of Global Historic Milestones

Livestreamed Event Commemorates Developments That Laid the Groundwork for the Modern Internet

Piscataway, NJ, 13 May 2024 –  IEEE , the world's largest technical professional organization dedicated to advancing technology for humanity will commemorate the IEEE milestone Transmission Control Protocol (TCP) Enables the Internet , celebrating the first 50 years of the internet with a 19 May 2024 livestreamed global virtual event to highlight essential building blocks that made the internet possible. Transmission Control Protocol (TCP) ensures that data sent over computer networks arrives in the right place, free of errors. To register to watch the livestream starting at 3:00 p.m. ET/12:00 p.m. PT/19:00 UTC, visit https://engage.ieee.org/celebrate-i50 .

To mark the anniversary, IEEE, in collaboration with People-Centered Internet, will host the event, “IEEE i50: A Virtual Celebration of 50 Years of the Internet,” featuring discussions by technical and business leaders worldwide. The event will include stories from global leaders who benefit from and struggle with the current internet, and discussions of the ways that stakeholders can shape a people-centered digital future— especially in light of artificial intelligence (AI).  

IEEE Life Fellow Vint Cerf, a vice president at Google who is frequently referred to as one of the “Fathers of the Internet,” will sit on a panel to highlight the challenges and opportunities created by the internet over the last 50 years. “When we developed TCP," said Cerf, "we had no idea how impactful it would be. It has been amazing to see how this project grew into the infrastructure for technological innovation that it is today.”

The IEEE milestone commemorates the publication of the 1974 IEEE Transactions on Communications paper that debuted the concept of TCP,  that supported the “interconnection of multiple packet-switched networks,” forming the architecture of the internet. Today the internet connects more than five billion people and countless more devices. TCP enables trillions of dollars in economic activity annually, inspiring an ecosystem of innovation and infrastructure around it, including routers, optical fiber networks, Wi-Fi, cloud computing services, and more. 

“Today we’re celebrating the innovative leaps in technology that have impacted humanity in such a profound way,” said Tom Coughlin, 2024 IEEE President and CEO. “The internet has transformed the way we live our lives. As we enter the daunting age of AI, a big task for the future will be applying this tool effectively in and through public infrastructure to shape a people-centered digital ecosystem. Many historic tasks are likely to become vastly easier as a new generation of infrastructure emerges that truly takes advantage of our collective capabilities.”

Two Additional IEEE Milestones to Be Celebrated on May 20

IEEE will also celebrate two additional milestones as part of this event:  

The IEEE 802 Standards Committee – Since 1980, the IEEE 802 Standards Committee has made significant contributions to technology and economics by developing global network communication standards defining, for example, how data is transmitted over both wired and wireless networks, ensuring compatibility of all devices. 

Google’s PageRank technology – Invented in 1996, the PageRank citation algorithm was the basis of the Google search engine and the company’s founding in 1998. PageRank helps internet users quickly find information through useful ranking scores for all indexed web pages.  Each of the three developments is being recognized through the IEEE Milestone program, which honors significant technical achievements in all areas associated with IEEE. Milestones recognize technological innovation and excellence for the benefit of humanity, which are found in unique products, services, seminal papers, and patents.

IEEE is the world’s largest technical professional organization dedicated to advancing technology for the benefit of humanity. Through its highly cited publications, conferences, technology standards, and professional and educational activities, IEEE is the trusted voice in a wide variety of areas ranging from aerospace systems, computers, and telecommunications to biomedical engineering, electric power, and consumer electronics. Learn more at https://www.ieee.org .

Media contacts:

Monika Stickel +1 732 562 6027 [email protected] Francine Tardo +1 732 465 5865 [email protected]

Main Navigation

  • Contact NeurIPS
  • Code of Ethics
  • Code of Conduct
  • Create Profile
  • Journal To Conference Track
  • Diversity & Inclusion
  • Proceedings
  • Future Meetings
  • Exhibitor Information
  • Privacy Policy

NeurIPS 2024

Conference Dates: (In person) 9 December - 15 December, 2024

Homepage: https://neurips.cc/Conferences/2024/

Call For Papers 

Abstract submission deadline: May 15, 2024

Author notification: Sep 25, 2024

Camera-ready, poster, and video submission: Oct 30, 2024 AOE

Submit at: https://openreview.net/group?id=NeurIPS.cc/2024/Conference  

The site will start accepting submissions on Apr 22, 2024 

Subscribe to these and other dates on the 2024 dates page .

The Thirty-Eighth Annual Conference on Neural Information Processing Systems (NeurIPS 2024) is an interdisciplinary conference that brings together researchers in machine learning, neuroscience, statistics, optimization, computer vision, natural language processing, life sciences, natural sciences, social sciences, and other adjacent fields. We invite submissions presenting new and original research on topics including but not limited to the following:

  • Applications (e.g., vision, language, speech and audio, Creative AI)
  • Deep learning (e.g., architectures, generative models, optimization for deep networks, foundation models, LLMs)
  • Evaluation (e.g., methodology, meta studies, replicability and validity, human-in-the-loop)
  • General machine learning (supervised, unsupervised, online, active, etc.)
  • Infrastructure (e.g., libraries, improved implementation and scalability, distributed solutions)
  • Machine learning for sciences (e.g. climate, health, life sciences, physics, social sciences)
  • Neuroscience and cognitive science (e.g., neural coding, brain-computer interfaces)
  • Optimization (e.g., convex and non-convex, stochastic, robust)
  • Probabilistic methods (e.g., variational inference, causal inference, Gaussian processes)
  • Reinforcement learning (e.g., decision and control, planning, hierarchical RL, robotics)
  • Social and economic aspects of machine learning (e.g., fairness, interpretability, human-AI interaction, privacy, safety, strategic behavior)
  • Theory (e.g., control theory, learning theory, algorithmic game theory)

Machine learning is a rapidly evolving field, and so we welcome interdisciplinary submissions that do not fit neatly into existing categories.

Authors are asked to confirm that their submissions accord with the NeurIPS code of conduct .

Formatting instructions:   All submissions must be in PDF format, and in a single PDF file include, in this order:

  • The submitted paper
  • Technical appendices that support the paper with additional proofs, derivations, or results 
  • The NeurIPS paper checklist  

Other supplementary materials such as data and code can be uploaded as a ZIP file

The main text of a submitted paper is limited to nine content pages , including all figures and tables. Additional pages containing references don’t count as content pages. If your submission is accepted, you will be allowed an additional content page for the camera-ready version.

The main text and references may be followed by technical appendices, for which there is no page limit.

The maximum file size for a full submission, which includes technical appendices, is 50MB.

Authors are encouraged to submit a separate ZIP file that contains further supplementary material like data or source code, when applicable.

You must format your submission using the NeurIPS 2024 LaTeX style file which includes a “preprint” option for non-anonymous preprints posted online. Submissions that violate the NeurIPS style (e.g., by decreasing margins or font sizes) or page limits may be rejected without further review. Papers may be rejected without consideration of their merits if they fail to meet the submission requirements, as described in this document. 

Paper checklist: In order to improve the rigor and transparency of research submitted to and published at NeurIPS, authors are required to complete a paper checklist . The paper checklist is intended to help authors reflect on a wide variety of issues relating to responsible machine learning research, including reproducibility, transparency, research ethics, and societal impact. The checklist forms part of the paper submission, but does not count towards the page limit.

Please join the NeurIPS 2024 Checklist Assistant Study that will provide you with free verification of your checklist performed by an LLM here . Please see details in our  blog

Supplementary material: While all technical appendices should be included as part of the main paper submission PDF, authors may submit up to 100MB of supplementary material, such as data, or source code in a ZIP format. Supplementary material should be material created by the authors that directly supports the submission content. Like submissions, supplementary material must be anonymized. Looking at supplementary material is at the discretion of the reviewers.

We encourage authors to upload their code and data as part of their supplementary material in order to help reviewers assess the quality of the work. Check the policy as well as code submission guidelines and templates for further details.

Use of Large Language Models (LLMs): We welcome authors to use any tool that is suitable for preparing high-quality papers and research. However, we ask authors to keep in mind two important criteria. First, we expect papers to fully describe their methodology, and any tool that is important to that methodology, including the use of LLMs, should be described also. For example, authors should mention tools (including LLMs) that were used for data processing or filtering, visualization, facilitating or running experiments, and proving theorems. It may also be advisable to describe the use of LLMs in implementing the method (if this corresponds to an important, original, or non-standard component of the approach). Second, authors are responsible for the entire content of the paper, including all text and figures, so while authors are welcome to use any tool they wish for writing the paper, they must ensure that all text is correct and original.

Double-blind reviewing:   All submissions must be anonymized and may not contain any identifying information that may violate the double-blind reviewing policy.  This policy applies to any supplementary or linked material as well, including code.  If you are including links to any external material, it is your responsibility to guarantee anonymous browsing.  Please do not include acknowledgements at submission time. If you need to cite one of your own papers, you should do so with adequate anonymization to preserve double-blind reviewing.  For instance, write “In the previous work of Smith et al. [1]…” rather than “In our previous work [1]...”). If you need to cite one of your own papers that is in submission to NeurIPS and not available as a non-anonymous preprint, then include a copy of the cited anonymized submission in the supplementary material and write “Anonymous et al. [1] concurrently show...”). Any papers found to be violating this policy will be rejected.

OpenReview: We are using OpenReview to manage submissions. The reviews and author responses will not be public initially (but may be made public later, see below). As in previous years, submissions under review will be visible only to their assigned program committee. We will not be soliciting comments from the general public during the reviewing process. Anyone who plans to submit a paper as an author or a co-author will need to create (or update) their OpenReview profile by the full paper submission deadline. Your OpenReview profile can be edited by logging in and clicking on your name in https://openreview.net/ . This takes you to a URL "https://openreview.net/profile?id=~[Firstname]_[Lastname][n]" where the last part is your profile name, e.g., ~Wei_Zhang1. The OpenReview profiles must be up to date, with all publications by the authors, and their current affiliations. The easiest way to import publications is through DBLP but it is not required, see FAQ . Submissions without updated OpenReview profiles will be desk rejected. The information entered in the profile is critical for ensuring that conflicts of interest and reviewer matching are handled properly. Because of the rapid growth of NeurIPS, we request that all authors help with reviewing papers, if asked to do so. We need everyone’s help in maintaining the high scientific quality of NeurIPS.  

Please be aware that OpenReview has a moderation policy for newly created profiles: New profiles created without an institutional email will go through a moderation process that can take up to two weeks. New profiles created with an institutional email will be activated automatically.

Venue home page: https://openreview.net/group?id=NeurIPS.cc/2024/Conference

If you have any questions, please refer to the FAQ: https://openreview.net/faq

Abstract Submission: There is a mandatory abstract submission deadline on May 15, 2024, six days before full paper submissions are due. While it will be possible to edit the title and abstract until the full paper submission deadline, submissions with “placeholder” abstracts that are rewritten for the full submission risk being removed without consideration. This includes titles and abstracts that either provide little or no semantic information (e.g., "We provide a new semi-supervised learning method.") or describe a substantively different claimed contribution.  The author list cannot be changed after the abstract deadline. After that, authors may be reordered, but any additions or removals must be justified in writing and approved on a case-by-case basis by the program chairs only in exceptional circumstances. 

Ethics review: Reviewers and ACs may flag submissions for ethics review . Flagged submissions will be sent to an ethics review committee for comments. Comments from ethics reviewers will be considered by the primary reviewers and AC as part of their deliberation. They will also be visible to authors, who will have an opportunity to respond.  Ethics reviewers do not have the authority to reject papers, but in extreme cases papers may be rejected by the program chairs on ethical grounds, regardless of scientific quality or contribution.  

Preprints: The existence of non-anonymous preprints (on arXiv or other online repositories, personal websites, social media) will not result in rejection. If you choose to use the NeurIPS style for the preprint version, you must use the “preprint” option rather than the “final” option. Reviewers will be instructed not to actively look for such preprints, but encountering them will not constitute a conflict of interest. Authors may submit anonymized work to NeurIPS that is already available as a preprint (e.g., on arXiv) without citing it. Note that public versions of the submission should not say "Under review at NeurIPS" or similar.

Dual submissions: Submissions that are substantially similar to papers that the authors have previously published or submitted in parallel to other peer-reviewed venues with proceedings or journals may not be submitted to NeurIPS. Papers previously presented at workshops are permitted, so long as they did not appear in a conference proceedings (e.g., CVPRW proceedings), a journal or a book.  NeurIPS coordinates with other conferences to identify dual submissions.  The NeurIPS policy on dual submissions applies for the entire duration of the reviewing process.  Slicing contributions too thinly is discouraged.  The reviewing process will treat any other submission by an overlapping set of authors as prior work. If publishing one would render the other too incremental, both may be rejected.

Anti-collusion: NeurIPS does not tolerate any collusion whereby authors secretly cooperate with reviewers, ACs or SACs to obtain favorable reviews. 

Author responses:   Authors will have one week to view and respond to initial reviews. Author responses may not contain any identifying information that may violate the double-blind reviewing policy. Authors may not submit revisions of their paper or supplemental material, but may post their responses as a discussion in OpenReview. This is to reduce the burden on authors to have to revise their paper in a rush during the short rebuttal period.

After the initial response period, authors will be able to respond to any further reviewer/AC questions and comments by posting on the submission’s forum page. The program chairs reserve the right to solicit additional reviews after the initial author response period.  These reviews will become visible to the authors as they are added to OpenReview, and authors will have a chance to respond to them.

After the notification deadline, accepted and opted-in rejected papers will be made public and open for non-anonymous public commenting. Their anonymous reviews, meta-reviews, author responses and reviewer responses will also be made public. Authors of rejected papers will have two weeks after the notification deadline to opt in to make their deanonymized rejected papers public in OpenReview.  These papers are not counted as NeurIPS publications and will be shown as rejected in OpenReview.

Publication of accepted submissions:   Reviews, meta-reviews, and any discussion with the authors will be made public for accepted papers (but reviewer, area chair, and senior area chair identities will remain anonymous). Camera-ready papers will be due in advance of the conference. All camera-ready papers must include a funding disclosure . We strongly encourage accompanying code and data to be submitted with accepted papers when appropriate, as per the code submission policy . Authors will be allowed to make minor changes for a short period of time after the conference.

Contemporaneous Work: For the purpose of the reviewing process, papers that appeared online within two months of a submission will generally be considered "contemporaneous" in the sense that the submission will not be rejected on the basis of the comparison to contemporaneous work. Authors are still expected to cite and discuss contemporaneous work and perform empirical comparisons to the degree feasible. Any paper that influenced the submission is considered prior work and must be cited and discussed as such. Submissions that are very similar to contemporaneous work will undergo additional scrutiny to prevent cases of plagiarism and missing credit to prior work.

Plagiarism is prohibited by the NeurIPS Code of Conduct .

Other Tracks: Similarly to earlier years, we will host multiple tracks, such as datasets, competitions, tutorials as well as workshops, in addition to the main track for which this call for papers is intended. See the conference homepage for updates and calls for participation in these tracks. 

Experiments: As in past years, the program chairs will be measuring the quality and effectiveness of the review process via randomized controlled experiments. All experiments are independently reviewed and approved by an Institutional Review Board (IRB).

Financial Aid: Each paper may designate up to one (1) NeurIPS.cc account email address of a corresponding student author who confirms that they would need the support to attend the conference, and agrees to volunteer if they get selected. To be considered for Financial the student will also need to fill out the Financial Aid application when it becomes available.

Templates — IEEE (all)

Templates tagged IEEE (all)

Show all Templates

IEEE Consumer Electronics Magazine Template

Related Tags

Get in touch.

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

IMAGES

  1. Ieee Latex Template

    ieee latex template for research paper

  2. Ieee Paper Latex Template Download

    ieee latex template for research paper

  3. Latex Ieee Template

    ieee latex template for research paper

  4. How to write IEEE Research Paper in Latex

    ieee latex template for research paper

  5. How to Write IEEE Research Paper in Latex

    ieee latex template for research paper

  6. Ieee Latex Template

    ieee latex template for research paper

VIDEO

  1. How to convert raw paper into Elsevier Procedia Computer Science Latex Template

  2. Menulis Conference Paper dengan IEEE Template Latex

  3. Research paper writing using LaTeX Overleaf

  4. Writing Research IEEE Paper and Book using Latex

  5. Learn LaTeX 013

  6. International conference paper presentation

COMMENTS

  1. IEEE

    The IEEE provides guidelines for the preparation of papers and presentations for their conference proceedings, including a series of LaTeX templates. A number of templates using the IEEE style are available on Overleaf to help you get started - click above to use this template for Computer Science journals, or use the tags below to find more.

  2. IEEE

    The purpose of a conference template is to provide a consistent format for papers appearing in the conference proceedings. IEEE strongly encourages use of the conference manuscript templates provided below. IEEE conference templates contain guidance text for composing and formatting conference papers. Please ensure that all guidance text is ...

  3. IEEE Article Templates

    IEEE article templates let you quickly format your article and prepare a draft for peer review. Templates help with the placement of specific elements, such as the author list. They also provide guidance on stylistic elements such as abbreviations and acronyms. Use the interactive IEEE Template Selector to find the template you need by ...

  4. IEEE

    However, de-facto configurations (hyperref) and modern features of latex (microtype) are not configured. This template does it. This template is for the conferences. It is based on the bare_conf_compsoc.tex distributed by IEEE. In case you need other configurations, please adapt paper-conference.tex or run the latex template generator.

  5. Authoring Tools and Templates

    Write collaboratively with your co-authors in Overleaf, an authoring tool for LaTeX and rich text documents. Overleaf is preloaded with IEEE templates for your convenience. Both Overleaf and LaTeX resources are available online for beginners and advanced users. Choose from a variety of quick guides, tutorials, webinars, and detailed ...

  6. Authoring Tools and Templates

    Save time and effort with authoring tools and templates that will help you write, prepare, and share your research better. Write. Use IEEE conference templates in Word or LaTeX to easily format your paper for publication. Write collaboratively with your co-authors in Overleaf, an authoring tool for LaTeX and rich text documents. Overleaf is ...

  7. How to write an IEEE research paper in Latex

    This video gives you a step by step tutorial for setting up Latex environment and write an IEEE conference paper, articles, reports, write beautiful mathemat...

  8. IEEE-Template Selector

    IEEE Author Center ☰ Manage Templates ... Select Format. Download Template. Find the right IEEE article template for your target publication. Please select your publication type below. Transactions, Journals and Letters. Magazines. Conferences. Use the IEEE Publication Recommender if you don't know where you want to publish. Contact & Support;

  9. Instructions for Authors of Papers Using Latex

    This set of instructions for producing a proceedings paper for the 2021 Winter Simulation Conference (WSC) with LATEX also serves as a sample file that you can edit to produce your submission, and a checklist to ensure that your submission meets the WSC 2021 requirements. Please follow the guidelines herein when preparing your paper. Failure to do so may result in a paper being rejected ...

  10. IEEE Paper Format

    Learn how to format your research paper according to IEEE guidelines with this free template and explanation. Find out the font, heading, and citation rules for IEEE publications.

  11. Five LaTeX templates for IEEE journals and conferences

    The IEEE provides guidelines and templates for the preparation of papers and presentations for their conference proceedings. We've pre-loaded five standard uses of the IEEE style into writeLaTeX to help you get started - simply click on the image to create a new document based on that template for immediate editing online.

  12. Templates and Instructions for Authors

    Download the Word template. LaTex users: Please use the standard IEEE Transactions Template (below). ... Choose this option if your paper is a research article that fits our scope. Email us if you would like us to review your abstract for fit before you submit. Authors of Review papers and Critical Review papers should communicate with the ...

  13. How can i insert a big table in IEEE template?

    I am using IEEE template for my paper writing. Now i want to insert a table which is 11x12. So it needs to stretch to the two columns format in the IEEE format. I did like this: \documentclass[conference]{IEEEtran} \setlength{\extrarowheight}{1pt} \begin{table} \caption{CIFAR-10 Confusion Matrix} \label{my-label}

  14. Quick start for modern LaTeXing for an IEEE conference

    However, de-facto configurations (hyperref) and modern features of latex (microtype) are not configured. This template does it. This template is for the conferences. It is based on the bare_conf_compsoc.tex distributed by IEEE. In case you need other configurations, please adapt paper-conference.tex or run the latex template generator.

  15. IEEE Template for Research Paper in LATEX

    🔍 Explore the World of Research Papers with IEEE Template in LaTeX! 📄👋 Welcome back to Soft Hacks! In today's video, we delve into the intricacies of the ...

  16. Templates

    The IEEE provides guidelines for the preparation of papers and presentations for their conference proceedings, including a series of LaTeX templates. A number of templates using the IEEE style are available on Overleaf to help you get started - click above to use this template for Computer Science journals, or use the tags below to find more.

  17. Five LaTeX templates for IEEE journals and conferences

    For further instructions on how to use these templates, see the IEEE instructions on how to prepare your article. For reference, the five templates given here are those contained in the IEEEtran.zip file available on that page. LaTeX templates for IEEE journals and conferences, pre-loaded into writeLaTeX for easy editing online.

  18. How to insert a header in the IEEE Conference template?

    3. This solution defines a custom meta-data command \titleheader that collects the information you want to put above the title in the canonical way, i.e. \newcommand*\titleheader[1]{\gdef\@titleheader{#1}} Then next 6 lines of code take care of inserting this information at the right spot. \documentclass{IEEEtran}

  19. IEEE

    To mark the anniversary, IEEE, in collaboration with People-Centered Internet, will host the event, "IEEE i50: A Virtual Celebration of 50 Years of the Internet," featuring discussions by technical and business leaders worldwide. The event will include stories from global leaders who benefit from and struggle with the current internet, and ...

  20. IEEE Access LaTeX template

    To start writing your manuscript in Overleaf, simply click the 'Open as Template' button above. Additional IEEE templates are also available—please use the tags below to view. These include: additional article templates for specific journals (e.g. IEEE Photonics), templates for conference papers, and user-submitted examples and ...

  21. NeurIPS 2024 Call for Papers

    Call For Papers. Abstract submission deadline: May 15, 2024. Full paper submission deadline, including technical appendices and supplemental material (all authors must have an OpenReview profile when submitting): May 22, 2024 01:00 PM PDT or. Author notification: Sep 25, 2024. Camera-ready, poster, and video submission: Oct 30, 2024 AOE.

  22. Templates

    This demo file is intended to serve as a ``starter file'' for IEEE conference papers produced under LaTeX using IEEEtran.cls version 1.8b and later. This is one of a number of templates using the IEEE style that are available on Overleaf to help you get started - use the tags below to find more. IEEEtran.cls version: 1.8b