Coder Social home page Coder Social logo

baronefr / openlab-report-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avivace/openlab-report-template

4.0 0.0 0.0 1.41 MB

LaTeX template for the project report of CERN openlab summer students

License: MIT License

TeX 94.35% Makefile 5.65%

openlab-report-template's Introduction

openlab report template

A LaTeX template for the project report of CERN openlab summer students. Take a look at the document preview here.

It is based on LaTeX article class. Minimal customization has been added to match provided template.

Usage

Overleaf

To use this template on Overleaf:

  1. Download this repository as a zip file
  2. Go on Overleaf, click New Project and then Upload Project
  3. Select the zip file downloaded in step 1
  4. You're done! The report will get compiled and you'll see a live preview on the right :) You can start writing your report in the main.tex file.

Local

Use the traditional instructions, e.g.:

pdflatex --shell-escape main.tex
biber main
pdflatex --shell-escape main.tex

A makefile is also included for convenience. make pdf will build the PDF for you, provided you have all the dependencies installed on your system.

Document structure

Full structure of this template is placed below. You need to edit main.tex providing details of your project (title, names, specifications, abstract) and the content of the report. Bibliography in BibTeX can be placed in bibliography.bib.

To present the main features of this template, a dummy text is written in demo/. Delete such folder when developing your own project.

.
|-- assets
|   |-- cern_openlab_logo.png
|   |-- cern_openlab_logo_small.png
|   |-- front.png
|   |-- hline1.png
|   `-- hline2.png
|-- demo
|   |-- demo.tex
|   |-- smile.png
|   `-- tikz.tex
|-- bibliography.bib
|-- main.tex
|-- README.md
`-- openlabreports.cls

openlabreports.cls and assets contain customization of LaTeX article to CERN openlab theme.

Figures, code snippets, bibliography

Examples are given in the template, but please consult LaTeX documentation for further details. For instance, visit Overleaf webpage.

Contributing

Contributions are welcome! Please open a PR for any improvement.

License

The template is released under the MIT license. CERN and CERN openlab assets are © CERN.

openlab-report-template's People

Contributors

avivace avatar baronefr avatar carmenmarcos00 avatar zaborowska avatar

Stargazers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.