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
dc685f28
Commit
dc685f28
authored
4 years ago
by
Roberto Di Cosmo
Browse files
Options
Downloads
Patches
Plain Diff
Added sample tex and bib file for testing future styles
parent
e2c1eaec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sample.bib
+57
-0
57 additions, 0 deletions
sample.bib
sample.tex
+22
-0
22 additions, 0 deletions
sample.tex
with
79 additions
and
0 deletions
sample.bib
0 → 100644
+
57
−
0
View file @
dc685f28
@software
{
cgal
,
title
=
{The Computational Geometry Algorithms Library}
,
author
=
{{The CGAL Project}}
,
editor
=
{{CGAL Editorial Board}}
,
year
=
1996
,
url
=
{https://cgal.org/}
}
@softwareversion
{
cgal:5-0-2
,
crossref
=
cgal
,
version
=
{{5.0.2}}
,
url
=
{https://docs.cgal.org/5.02}
,
year
=
2020
,
swhid
=
{swh:1:rel:636541bbf6c77863908eae744610a3d91fa58855;
origin=https://github.com/CGAL/cgal/}
}
@softwaremodule
{
cgal:lp-gi-20a
,
crossref
=
cgal:5-0-2
,
author
=
{Menelaos Karavelas}
,
subtitle
=
{{2D} Voronoi Diagram Adaptor}
,
license
=
{GPL}
,
introducedin
=
cgal:3-1
,
url
=
{https://doc.cgal.org/5.0.2/Manual/packages.html#PkgVoronoiDiagram2}
,
}
@softwaremodule
{
cgal:lp-gi-20a
,
title
=
{The Computational Geometry Algorithms Library}
,
subtitle
=
{{2D} Voronoi Diagram Adaptor}
,
author
=
{Menelaos Karavelas}
,
editor
=
{{CGAL Editorial Board}}
,
license
=
{GPL}
,
version
=
{{5.0.2}}
,
introducedin
=
cgal:3-1
,
year
=
2020
,
swhid
=
{swh:1:rel:636541bbf6c77863908eae744610a3d91fa58855;
origin=https://github.com/CGAL/cgal/}
,
url
=
{https://doc.cgal.org/5.0.2/Manual/packages.html#PkgVoronoiDiagram2}
,
}
@software
{
parmap
,
title
=
{The Parmap library}
,
author
=
{Di Cosmo, Roberto and Marco Danelutto}
,
year
=
{2020}
,
version
=
{1.1.1}
,
institution
=
{Inria}
,
license
=
{LGPL-2.0}
,
url
=
{https://rdicosmo.github.io/parmap/}
,
repository
=
{https://github.com/rdicosmo/parmap}
,
}
@codefragment
{
simplemapper
,
subtitle
=
{Core mapping routine}
,
swhid
=
{swh:1:cnt:43a6b232768017b03da934ba22d9cc3f2726a6c5;lines=192-228;
origin=https://github.com/rdicosmo/parmap}
,
crossref
=
parmap
}
This diff is collapsed.
Click to expand it.
sample.tex
0 → 100644
+
22
−
0
View file @
dc685f28
\documentclass
[11pt]
{
article
}
\author
{
Inria Software Citation Working Group
}
\date
{
\today
}
\title
{
Test document for software entries
}
\begin{document}
\maketitle
This is how the proposed entries are rendered with the style:
\emph
{
standard BibTeX abbrv style
}
\begin{itemize}
\item
sofware entry CGAL
\cite
{
cgal
}
\item
sofwareversion entry CGAL 5.0.2
\cite
{
cgal:5-0-2
}
\item
sofwaremodule entry Voronoi
\cite
{
cgal:lp-gi-20a
}
\item
sofware entry Parmap
\cite
{
parmap
}
\item
codefragment entry simplemapper
\cite
{
simplemapper
}
\end{itemize}
\nocite
{
*
}
\bibliographystyle
{
abbrv
}
\bibliography
{
sample
}
\end{document}
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