-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1112 from EcrituresNumeriques/feat/citation
Crée un fichier CITATION.cff
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: stylo | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- name: >- | ||
Chaire de recherche du Canada sur les écritures | ||
numériques | ||
website: 'https://www.ecrituresnumeriques.ca/fr/projets/stylo' | ||
country: CA | ||
city: Montréal | ||
repository-code: 'https://github.com/EcrituresNumeriques/stylo' | ||
url: 'https://stylo.huma-num.fr/' | ||
abstract: > | ||
Stylo est un éditeur de textes pour articles scientifiques | ||
en sciences humaines et sociales. | ||
L'environnement de travail de Stylo intègre une chaîne | ||
éditoriale complète basée sur pandoc et outillée des | ||
modules suivants : | ||
- un éditeur de métadonnées | ||
- un versionnage | ||
- une gestion de la bibliographie | ||
- différents formats exports : html5, xml (TEI, Erudit), | ||
pdf... | ||
- l'annotation | ||
- le partage de document | ||
license: GPL-3.0 |