All Projects → org-arl → jupyter-ieee-paper

org-arl / jupyter-ieee-paper

Licence: MIT license
Jupyter notebook to generate fully formatted IEEE papers

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to jupyter-ieee-paper

PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (+350%)
Mutual labels:  ieee
designing-with-libreoffice
The work to translate Designing with LibreOffice book into traditional Chinese.
Stars: ✭ 17 (-34.62%)
Mutual labels:  publication
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+146.15%)
Mutual labels:  publication
icassp2019-latex-template
ICASSP 2019 official Latex template
Stars: ✭ 21 (-19.23%)
Mutual labels:  ieee
lwodf
The Chinese edition of Live Working or Die Fighting: How the Working Class Went Global (劳工的全球化), authored by Paul Mason, translated by the CNPolitics translation team.
Stars: ✭ 25 (-3.85%)
Mutual labels:  publication
fandom-publics
The Chinese edition of The Internet and New Social Formation in China (粉丝公众), authored by Weiyu Zhang, translated by the CNPolitics translation team.
Stars: ✭ 62 (+138.46%)
Mutual labels:  publication
Matex
LaTeX labels in Mathematica
Stars: ✭ 251 (+865.38%)
Mutual labels:  latex
tabularray
Typeset tabulars and arrays with LaTeX3
Stars: ✭ 101 (+288.46%)
Mutual labels:  latex
lockdown-maps-R
Population Movements at Spring 2020 Lockdown in France - Interactive Data Visualizations
Stars: ✭ 19 (-26.92%)
Mutual labels:  publication
geosapi
R interface to GeoServer REST API
Stars: ✭ 26 (+0%)
Mutual labels:  publication
my-writing-workflow
Tutorial for converting markdown files in to APA-formatted docs, based on my workflow.
Stars: ✭ 35 (+34.62%)
Mutual labels:  publication
hardcider
🍺 CLI for quickly generating citations for websites and books
Stars: ✭ 17 (-34.62%)
Mutual labels:  ieee
WolfieMouse
IEEE Reion 1 Micromouse competition.
Stars: ✭ 29 (+11.54%)
Mutual labels:  ieee
deepBlink
Threshold independent detection and localization of diffraction-limited spots.
Stars: ✭ 23 (-11.54%)
Mutual labels:  publication
OpenOctober
Open-October contribution destination. The Contest has now ended.
Stars: ✭ 27 (+3.85%)
Mutual labels:  ieee
Tikz
Galley of Tikz drawings.
Stars: ✭ 251 (+865.38%)
Mutual labels:  latex
i-librarian-free
I, Librarian - open-source version of a PDF managing SaaS.
Stars: ✭ 110 (+323.08%)
Mutual labels:  ieee
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (+196.15%)
Mutual labels:  latex
TJU-typora-latex-theme
天津大学本科生课程论文撰写:使用Typora代替LaTex
Stars: ✭ 24 (-7.69%)
Mutual labels:  latex
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-26.92%)
Mutual labels:  ieee

Jupyter notebook to generate IEEE papers

Introduction

This is a simple template to demonstrate how fully formatted IEEE papers can directly be generated from Jupyter notebooks. Although not very sophisticated, it shows how most common requirements (e.g. title block, abstract, citations, section numbering & referencing, equations, equation numbering & referencing, figure numbering & referencing, etc) can be easily met.

Quick start

To use this for your own papers, fork or clone this repository and edit the Jupyter notebook paper.ipynb and references references.bib. To generate the pdf version, simply open a terminal in the folder and type make. If everything goes well, you should have a paper.pdf generated in the folder.

If you need a single-column version for review, simply edit the metadata in the notebook and add "options": "journal,onecolumn" entry to the latex_metadata section.

Dependencies

You will certainly need the following installed:

  • Python 3
  • Jupyter notebook
  • LaTeX

The example template has the following additional dependencies:

  • arlpy
  • selenium
  • pillow
  • phantomjs

These allow high quality bokeh plots to be included in your paper. However, feel free to use matplotlib instead, if you prefer.

Credits

The ieee.tplx template is adapted from work by Julius Schulz and Alexander Schlaich.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].