Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Keywords from Contributors
Repository
A set of BibTeX entries for Doxygen manuals.
Basic Info
- Host: GitHub
- Owner: kevinmatthes
- License: gpl-2.0
- Language: TeX
- Default Branch: main
- Size: 70.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
literature
Summary
A set of BibTeX entries for Doxygen manuals.
License
This project's license is GPL-2.0 (as of June 1991). The whole license text
can be found in LICENSE in the main directory of this repository. The brief
version is as follows:
Copyright (C) 2022 Kevin Matthes
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Owner
- Name: Kevin Matthes
- Login: kevinmatthes
- Kind: user
- Repositories: 16
- Profile: https://github.com/kevinmatthes
Citation (CITATION.cff)
######################## GNU General Public License 2.0 ########################
## ##
## Copyright (C) 2022 Kevin Matthes ##
## ##
## This program is free software; you can redistribute it and/or modify ##
## it under the terms of the GNU General Public License as published by ##
## the Free Software Foundation; either version 2 of the License, or ##
## (at your option) any later version. ##
## ##
## This program is distributed in the hope that it will be useful, ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
## GNU General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License along ##
## with this program; if not, write to the Free Software Foundation, Inc., ##
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ##
## ##
################################################################################
################################################################################
##
## AUTHOR Kevin Matthes
## BRIEF Citation settings for the Git repository.
## COPYRIGHT GPL-2.0
## DATE 2022
## FILE CITATION.cff
## NOTE See `LICENSE' for full license.
## See `README.md' for project details.
##
################################################################################
# Parser settings.
cff-version: 1.2.0
message: Please cite this repository using these meta data.
# Project information.
abstract: A set of BibTeX entries for Doxygen manuals.
authors:
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license: GPL-2.0
repository-artifact: https://github.com/kevinmatthes/literature
title: literature
type: dataset
url: https://github.com/kevinmatthes/literature
# References.
references:
- abstract: Everything you need to know about Git.
authors:
- family-names: Chacon
given-names: Scott
- family-names: Straub
given-names: Ben
edition: '2'
isbn: 978-1-4842-0077-3
languages:
- en
pages: 426
publisher:
city: New York
country: US
name: Apress
title: Pro Git
type: book
year: 2014
- authors:
- family-names: Chivers
given-names: Ian
- family-names: Sleightholme
given-names: Jane
doi: 10.1007/978-3-319-75502-1
edition: '4'
isbn: 978-3-030-09248-1
languages:
- en
pages: 956
publisher:
city: Cham
country: CH
name: Springer
title: Introduction to Programming with Fortran
type: book
year: 2018
- abstract: The Vector Graphics Language
authors:
- family-names: Hammerlindl
given-names: Andy
- family-names: Bowman
given-names: John
- family-names: Prince
given-names: Tom
languages:
- en
month: 02
title: Asymptote
type: manual
version: 2.69
url: https://asymptote.sourceforge.io/
year: 2021
- abstract: The Vector Graphics Language
authors:
- family-names: Hammerlindl
given-names: Andy
- family-names: Bowman
given-names: John
- family-names: Prince
given-names: Tom
languages:
- en
month: 09
title: Asymptote
type: manual
version: 2.83
url: https://asymptote.sourceforge.io/
year: 2022
- abstract: Covers Rust 2018
authors:
- family-names: Klabnik
given-names: Steve
- family-names: Nichols
given-names: Carol
isbn: 978-1-7185-0044-0
languages:
- en
pages: 526
publisher:
city: San Francisco
country: US
name: No Starch Press
title: The Rust Programming Language
type: book
year: 2018
- authors:
- family-names: Kühme
given-names: Thomas
- family-names: Witschital
given-names: Peter
edition: '3'
isbn: 978-3-486-22016-2
languages:
- de
pages: 248
publisher:
city: Munich
country: DE
name: Oldenbourg
title: Die FORTRAN-Fibel
type: book
year: 1991
- type: software
date-released: 2022-11-09
version: 0.0.1
abstract: >-
A Fortran 2018 library for conditional (de-)allocation of allocatable objects
of intrinsic types.
authors:
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license: GPL-3.0
repository-code: https://github.com/kevinmatthes/fortran2018-conditional-memory
title: fortran2018-conditional-memory
url: https://github.com/kevinmatthes/fortran2018-conditional-memory
- abstract: Incorporating Fortran 2018
authors:
- family-names: Metcalf
given-names: Michael
- family-names: Reid
given-names: John
- family-names: Cohen
given-names: Malcolm
doi: 10.1093/oso/9780198811886.001.0001
edition: '2'
isbn: 978-0-19-881188-6
languages:
- en
pages: 522
publisher:
city: Oxford
country: GB
name: Oxford University Press
title: Modern Fortran Explained
type: book
year: 2018
- type: software
date-released: 2022-10-24
version: 0.3.3
abstract: The system exit codes as defined by <sysexits.h> for Rust
authors:
- alias: sorairolake
family-names: Sakai
given-names: Shun
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license:
- Apache-2.0
- MIT
repository-artifact: https://crates.io/crates/sysexits
repository-code: https://github.com/sorairolake/sysexits-rs
title: sysexits-rs
url: https://docs.rs/sysexits
- type: software
date-released: 2022-11-24
version: 0.3.4
abstract: The system exit codes as defined by <sysexits.h> for Rust
authors:
- alias: sorairolake
family-names: Sakai
given-names: Shun
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license:
- Apache-2.0
- MIT
repository-artifact: https://crates.io/crates/sysexits
repository-code: https://github.com/sorairolake/sysexits-rs
title: sysexits-rs
url: https://docs.rs/sysexits
################################################################################
GitHub Events
Total
- Delete event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Create event: 2
Last Year
- Delete event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Create event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****] | 21 |
| Kevin Matthes | 9****s | 20 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 57
- Average time to close issues: N/A
- Average time to close pull requests: about 14 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.18
- Merged pull requests: 57
- Bot issues: 0
- Bot pull requests: 24
Past Year
- Issues: 0
- Pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: about 9 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 8
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (27)
- kevinmatthes (19)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3.4.0 composite
- citation-file-format/cffconvert-github-action 2.0.0 composite