-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64a7fc9
commit cf7b7c4
Showing
1 changed file
with
52 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,52 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: egrader | ||
message: >- | ||
Please cite this software using the metadata from 'preferred-citation'. | ||
type: software | ||
authors: | ||
- given-names: Nuno | ||
family-names: Fachada | ||
email: [email protected] | ||
affiliation: 'Lusófona University, COPELABS' | ||
orcid: 'https://orcid.org/0000-0002-8487-5837' | ||
repository-code: 'https://github.com/VideojogosLusofona/egrader' | ||
abstract: >- | ||
Auto-grader for Git-based programming exercises. | ||
keywords: | ||
- aat | ||
- education | ||
- autograder | ||
- programming | ||
- computer science education | ||
license: GPL-3.0 | ||
preferred-citation: | ||
type: conference-paper | ||
collection-type: proceedings | ||
collection-title: >- | ||
Proceedings of the 2020 ACM Conference on Innovation and Technology in | ||
Computer Science Education | ||
conference: | ||
name: ITiCSE '20 | ||
authors: | ||
- given-names: Nuno | ||
family-names: Fachada | ||
email: [email protected] | ||
affiliation: 'Lusófona University, COPELABS' | ||
orcid: 'https://orcid.org/0000-0002-8487-5837' | ||
- given-names: Nélio | ||
family-names: Códices | ||
email: [email protected] | ||
affiliation: 'Lusófona University, ECATI' | ||
orcid: 'https://orcid.org/0000-0001-8682-0410' | ||
title: "Top-down Design of a CS Curriculum for a Computer Games BA" | ||
doi: 10.1145/3341525.3387378 | ||
publisher: | ||
name: ACM | ||
start: 300 | ||
end: 306 | ||
month: 6 | ||
year: 2020 | ||
|