-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: comply with cff citation format
- Loading branch information
1 parent
bd9c308
commit 742b8fe
Showing
1 changed file
with
36 additions
and
18 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 |
---|---|---|
@@ -1,18 +1,36 @@ | ||
# Citation | ||
|
||
## bibtex | ||
|
||
@inproceedings{farah2022supporting, | ||
title = {Supporting {Developers} in {Creating} {Web} {Apps} for {Education} via an {App} {Development} {Framework}}, | ||
author = {Farah, Juan Carlos and Ingram, Sandy and Gillet, Denis}, | ||
booktitle = {{HEAd}'22 {Conference} {Proceedings}}, | ||
publisher = {Editorial Universitat Politècnica de València}, | ||
address = {Valencia, Spain}, | ||
year = {2022}, | ||
pages = {883--890} | ||
doi = {10.4995/HEAD22.2022.15652}, | ||
} | ||
|
||
## other | ||
|
||
Juan Carlos Farah, Sandy Ingram, and Denis Gillet. 2022. Supporting Developers in Creating Web Apps for Education via an App Development Framework. In HEAd'22 Conference Proceedings (Valencia, Spain, 2022). Editorial Universitat Politècnica de València, Valencia, Spain, 883–890. https://doi.org/10.4995/HEAD22.2022.15652 | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: "Farah" | ||
given-names: "Juan Carlos" | ||
orcid: "https://orcid.org/0000-0002-2477-4196" | ||
- family-names: "Ingram" | ||
given-names: "Sandy" | ||
orcid: "https://orcid.org/0000-0002-4050-580X" | ||
- family-names: "Gillet" | ||
given-names: "Denis" | ||
orcid: "https://orcid.org/0000-0002-2570-929X" | ||
title: "Graasp CLI" | ||
version: 0.5.3 | ||
date-released: 2023-11-02 | ||
url: "https://github.com/graasp/graasp-cli" | ||
preferred-citation: | ||
type: conference-paper | ||
authors: | ||
- family-names: "Farah" | ||
given-names: "Juan Carlos" | ||
orcid: "https://orcid.org/0000-0002-2477-4196" | ||
- family-names: "Ingram" | ||
given-names: "Sandy" | ||
orcid: "https://orcid.org/0000-0002-4050-580X" | ||
- family-names: "Gillet" | ||
given-names: "Denis" | ||
orcid: "https://orcid.org/0000-0002-2570-929X" | ||
doi: "10.4995/HEAD22.2022.15652" | ||
booktitle: "HEAd'22 Conference Proceedings" | ||
start: 883 | ||
end: 890 | ||
title: "Supporting Developers in Creating Web Apps for Education via an App Development Framework" | ||
publisher: "Editorial Universitat Politècnica de València" | ||
address: "Valencia, Spain" | ||
year: 2022 |