Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coq-pactole
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pactole
coq-pactole
Commits
506d4ea9
Commit
506d4ea9
authored
6 months ago
by
Pierre Courtieu
Browse files
Options
Downloads
Patches
Plain Diff
Adding codedmeta.json file + CREDIT.
Every author should fill his part.
parent
5dac5ce5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CREDIT.md
+11
-0
11 additions, 0 deletions
CREDIT.md
codemeta.json
+59
-0
59 additions, 0 deletions
codemeta.json
with
70 additions
and
0 deletions
CREDIT.md
0 → 100644
+
11
−
0
View file @
506d4ea9
The following people have contrinuted to the Pactole library. See also
the LICENSE file.
Cédric Auger (2013)
Thibaut Balabonski(2016-2017)
Sebastien Bouchard(2021-)
Pierre Courtieu (2013-)
Robin Pelle (2016-2020)
Lionel Rieg (2019-)
Xavier Urbain (2013-)
This diff is collapsed.
Click to expand it.
codemeta.json
0 → 100644
+
59
−
0
View file @
506d4ea9
{
"@context"
:
"https://doi.org/10.5063/schema/codemeta-2.0"
,
"@type"
:
"SoftwareSourceCode"
,
"name"
:
"Pactole"
,
"license"
:
"https://spdx.org/licenses/LGPL-3.0"
,
"codeRepository"
:
"https://gitlab.liris.cnrs.fr/pactole/coq-pactole"
,
"relatedLink"
:
"TODO? https://???"
,
"dateCreated"
:
"TODO 2013-??-??"
,
"datePublished"
:
"TODO 2024-???"
,
"version"
:
"TODO 2.0???"
,
"description"
:
"TODO A Coq library formalizing the distributed computing model for robot swarm called Look-Compute-Move (due to Suzuki and Yamashita) and several case studies in this model. "
,
"applicationCategory"
:
"FIXME: Formal development"
,
"releaseNotes"
:
"TODO Second release."
,
"runtimePlatform"
:
"Coq-8.20"
,
"developmentStatus"
:
"active"
,
"funding"
:
[
{
"@type"
:
"Grant"
,
"identifier"
:
"Digiteo Project #2009-38HD"
}
,
{
"@type"
:
"Grant"
,
"identifier"
:
"ANR Project 2019-CE25-0005"
}
],
"keywords"
:
[
"distributed systems"
,
"formal proof"
,
"robot swarm"
],
"programmingLanguage"
:
[
"Coq/Rocq"
],
"runtimePlatform"
:
[
"Coq/Rocq"
],
"author"
:
[
{
"@type"
:
"Person"
,
"@id"
:
"https://orcid.org/0000-0001-8789-9781"
,
"givenName"
:
"Pierre"
,
"familyName"
:
"Courtieu"
,
"email"
:
"Pierre.Courtieu@lecnam.net"
,
"affiliation"
:
{
"@type"
:
"Organization"
,
"name"
:
"Conservatoire National des Arts et Métiers"
}
},
{
"@type"
:
"Person"
,
"@id"
:
"https://orcid.org/XXX"
,
"givenName"
:
"Xavier"
,
"familyName"
:
"Urbain"
,
"email"
:
"???"
,
"affiliation"
:
{
"@type"
:
"Organization"
,
"name"
:
"Université???"
}
}
],
"contributor"
:
"TODO: Les stagiaires comme ci-dessus?"
,
"citation"
:
"TODO un papier décrivant Pactole"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment