Skip to content

Commit b7563a2

Browse files
authored
Merge pull request #77 from CaptainUnbrauchbar/misc-changes
docs: 📝 misc changes to citation
2 parents 4939566 + 7a3b752 commit b7563a2

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

CITATION.cff

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,32 @@
22
# Visit https://bit.ly/cffinit to generate yours today!
33

44
cff-version: 1.2.0
5-
title: ASP Language Support - VS Code Extension
6-
message: >-
7-
If you use this software, please cite it using the
8-
metadata from this file.
5+
title: >-
6+
Clingo for VSCode - Answer Set Programming Language
7+
Support
8+
message: Please cite this software using these metadata.
99
type: software
1010
authors:
1111
- given-names: Florian
1212
family-names: Frankreiter
1313
email: frankreiter@uni-potsdam.de
1414
affiliation: University of Potsdam
15+
orcid: 'https://orcid.org/0009-0003-5675-8515'
1516
- given-names: Richard
1617
family-names: Hegewald
1718
email: richard.hegewald@uni-potsdam.de
1819
affiliation: University of Potsdam
19-
orcid: https://orcid.org/0009-0006-3953-6445
20+
orcid: 'https://orcid.org/0009-0006-3953-6445'
21+
identifiers:
22+
- type: doi
23+
value: 10.5281/zenodo.16755874
24+
description: Zenodo
2025
repository-code: 'https://github.com/CaptainUnbrauchbar/asp-language-support'
2126
url: >-
2227
https://marketplace.visualstudio.com/items?itemName=ffrankreiter.answer-set-programming-language-support
28+
repository: >-
29+
https://open-vsx.org/extension/ffrankreiter/answer-set-programming-language-support
30+
repository-artifact: 'https://zenodo.org/records/16755874'
2331
abstract: >-
2432
This extension provides built-in support for ASP script
2533
execution in VS Code.
@@ -29,3 +37,15 @@ keywords:
2937
- Answer Set Programming
3038
- Declarative Programming
3139
license: MIT
40+
references:
41+
- authors:
42+
- family-names: Gebser
43+
given-names: Martin
44+
- family-names: Kaminski
45+
given-names: Roland
46+
- family-names: Kaufmann
47+
given-names: Benjamin
48+
- family-names: Schaub
49+
given-names: Torsten
50+
title: "Multi-shot ASP solving with clingo"
51+
type: article

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "answer-set-programming-language-support",
33
"displayName": "Clingo for VSCode",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "Language Support for Clingo ASP (developed at University of Potsdam).",
66
"publisher": "ffrankreiter",
77
"jest": {
@@ -15,7 +15,6 @@
1515
"categories": [
1616
"Programming Languages",
1717
"Education",
18-
"Others",
1918
"Visualization"
2019
],
2120
"tags": [

0 commit comments

Comments
 (0)