deliverable.template

Template for Deliverables

https://github.com/numpex/deliverable.template

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

deliverable exa-ma numpex template
Last synced: 6 months ago · JSON representation ·

Repository

Template for Deliverables

Basic Info
  • Host: GitHub
  • Owner: numpex
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 3.72 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 6
Topics
deliverable exa-ma numpex template
Created over 1 year ago · Last pushed 8 months ago
Metadata Files
Readme Citation

README.adoc

= LaTeX style files for NumPEx deliverables.
:figure-caption!:


.Zenodo DOI
--
image::https://zenodo.org/badge/DOI/10.5281/zenodo.13341126.svg[DOI, link=https://doi.org/10.5281/zenodo.13341126]
--

.GitHub Information
--
image:https://img.shields.io/github/v/release/numpex/deliverable.template[GitHub Release]
image:https://img.shields.io/github/actions/workflow/status/numpex/deliverable.template/latex.yml[GitHub Actions Workflow Status]
image:https://img.shields.io/github/downloads/numpex/deliverable.template/total[GitHub Downloads (all assets, all releases)]
--

== Introduction

This repository contains a LaTeX style for deliverables in the context of the French initiative for Exascale computing NumPEx. 

This style is based on the deliverable template provided by the European project Hyperride.

== Basic usage:

Create a repository for your deliverable and use this repo as template.

.Create a new repository from deliverable.template
image::graphics/create-repo-from-template.png[]

The basic structure of a deliverable formatted according with these
styles should be (minimally):

    \documentclass[11pt]{report}
    \usepackage{numpex}  
    
    \begin{document}
    
    %% a Changelog. Each call to \istChange adds an entry to the
    %% changelog. After LaTeX is run, it will generate a table on page 2
    %% containing all changes. N.B.: I could not find a way to generate
    %% this table directly, so the whiledo{} loop in istprog.sty writes
    %% the changelog table to a temp file (more or less the way tables of
    %% content are generated), so you have to run LaTeX twice to update
    %% this table (as you would to update the TOC).
    \istChange{dd/mm/yyyy}{v1.o}{Name (Partner short name)}{Draft report template}
    \istChange{...}{}{...}{}
    \istChange{}{}{}{}

    %% Deliverable information
    \ProjectAcronym{numpex}
    \ProjectFullTitle{Hybrid Provision of Energy based on Reliability and Resiliency by Integration of Dc Equipment}
    \ProjectRefNo{957788}
    \delivNumber{Dx.y}
    \delivName{[Title as appears in the DoA]}
    \delivShortTile{Short Title}
    %% Lead partner
    \delivResponsible{[Responsible partner]} 
    \delivVersion{vn.n}
    \ActualDate{dd/mm/yyyy}
    \delivDissLevel{CO}
    \delivType{[Report, Prototype, Other]}
    \delivWP{WPx} % Workpackage x; not used at the moment
    \delivAuthor{Names of co-authors  (partners short names)}
    \delivFPAuthor{Names of co-authors  (partners short names)}
    \delivStatus{Draft}
    \delivKeywords{[List of free keywords relevant to the deliverable]}
    \delivTask{Tn.n}
    \delivStatus{[Draft, v1.0, v2.0, Final version]}
    \delivExecSummary{This is a summary of the deliverable; a paragraph or
    so to go on the cover page} 
    
    \makecover
    % page 3: table of contents
    \newpage
    \fancypagestyle{plain}{}
    
    \settableofcontents
    \tableofcontents
    
    \vfill
    \section*{List of abbreviations}
    
    \begin{tabular}[h]{ll}
     EC	        &	European Commission \\
     DoA	&	Description of Action\\
    \end{tabular}
    
    
    \newpage
    \section{Your first section}
    
    \subsection{A subsection of your first section}
    
    etc
    
    \bibliography{your-bib-file}
    \bibliographystyle{apacite} %% recommended 
    \{document}

== Further details

See deliverable.template.tex/deliverable.template.pdf in this directory.

If you have any thoughts on how to improve this style, feel free to
implement them and share your results. The same goes for bug fixes.


Just clone the project and 'Have fun!'

Owner

  • Name: NumPEx
  • Login: numpex
  • Kind: organization
  • Location: France

French Exascale Research Initiative

Citation (CITATION.cff)

cff-version: 1.2.0 
message: If you use this software, please cite it as below.
authors:
- family-names: Prud'homme
  given-names: Christophe
  orcid: 'https://orcid.org/0000-0003-2287-2961'
  affiliation: "University of Strasbourg"
  email: christophe.prudhomme@cemosis.fr
title: "numpex/deliverable.template - Template repository for deliverables"
version: 1.0.2
abstract: >
  This repository contains a LaTeX style for deliverables in
  the context of the French initiative for Exascale
  computing NumPEx.

  This style is based on the deliverable template provided
  by the European project Hyperride.
keywords:
  - Deliverable
  - Template
  - NumPEx
license: CC-BY-4.0
identifiers:
  - type: doi
    value: 10.5281/zenodo.13341126
date-released: 2024-08-19
url: "https://github.com/numpex/deliverable.template"
references:
  - type: grant
    title: Exa-MA — Methods and Algorithms for Exascale
    institution: French National Research Agency
    number: ANR-22-EXNU-0002

GitHub Events

Total
  • Release event: 1
  • Member event: 3
  • Push event: 2
  • Create event: 2
Last Year
  • Release event: 1
  • Member event: 3
  • Push event: 2
  • Create event: 2