Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bibtex-sw-entry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
gt-sw-citation
bibtex-sw-entry
Commits
11feac14
Commit
11feac14
authored
5 years ago
by
Morane Gruenpeter
Browse files
Options
Downloads
Patches
Plain Diff
Update swentry.org
parent
402b54e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swentry.org
+48
-1
48 additions, 1 deletion
swentry.org
with
48 additions
and
1 deletion
swentry.org
+
48
−
1
View file @
11feac14
...
...
@@ -72,7 +72,54 @@ This is the most recent proposition, taking into account most fields above.
NOTE = {First Scilab version. It was distributed by anonymous ftp.},
REPOSITORY= {https://github.com/scilab/scilab},
ABSTRACT = {Software for Numerical Computation freely distributed.},
PUBLISHER = {HAL-Inria}
PUBLISHER = {}
}
#+END_SRC
A new proposition has emerged, dividing a software citation into 3 parts:
1. The sofwtare concept or collection:
#+BEGIN_SRC
@software {delebecque:hal-02090402,
TITLE = {{Scilab 1.1}},
AUTHOR = {Delebecque, Fran{\c c}ois and Gomez, Claude and Goursat, Maurice
and Nikoukhah, Ramine and Steer, Serge and Chancelier, Jean-Philippe},
LICENSE = {Scilab license},
HAL_ID = {hal-02090402},
ABSTRACT = {Software for Numerical Computation freely distributed.},
}
#+END_SRC
2. The software version or release
#+BEGIN_SRC
@softwareversion {delebecque:hal-02090402v1,
TITLE = {{Scilab 1.1}},
AUTHOR = {Delebecque, Fran{\c c}ois and Gomez, Claude and Goursat, Maurice
and Nikoukhah, Ramine and Steer, Serge and Chancelier, Jean-Philippe},
URL = {https://hal.inria.fr/hal-02090402},
YEAR = {1994},
MONTH = Jan,
FILE = {https://hal.inria.fr/hal-02090402/file/scilab-1.1.tar.gz},
LICENSE = {Scilab license},
HAL_ID = {hal-02090402v1},
SWH_ID = {swh:1:dir:1ba0b67b5d0c8f10961d878d91ae9d6e499d746a},
VERSION = {1.1},
NOTE = {First Scilab version. It was distributed by anonymous ftp.},
REPOSITORY= {https://github.com/scilab/scilab},
ABSTRACT = {Software for Numerical Computation freely distributed.},
PUBLISHER = {}
}
#+END_SRC
3. The software fragment
#+BEGIN_SRC
@insoftware {algorithmX,
URL = {},
YEAR = {1994},
MONTH = Jan,
LICENSE = {license},
SWH_ID = {swh:1:cnt:1ba0b67b5d0c8f10961d878d91ae9d6e499d746a},
NOTE = {note describing the fragment},
ABSTRACT = {abstract describing the software},
}
#+END_SRC
...
...
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