fortran2018-asymptote
A Fortran 2018 library to generate drawings using the Asymptote Vector Graphics Language.
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 (8.6%) to scientific vocabulary
Keywords from Contributors
Repository
A Fortran 2018 library to generate drawings using the Asymptote Vector Graphics Language.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
fortran2018-asymptote
Summary
A Fortran 2018 library to generate drawings using the Asymptote Vector Graphics Language.
License
This project's license is GPL-3.0. 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 3 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, see https://www.gnu.org/licenses/.
Software Requirements
| Requirement | Type | Role | |:------------------|:-------------:|:--------------------------------------| | bump2version | Python CLI | automatic version increment | | Doxygen | application | source code documentation | | GFortran | application | Fortran 2018 compiler | | Just | Rust binary | execution of the build instructions | | Latexmk | application | LaTeX compilation of Doxygen manual | | Scriv | Python CLI | changelog management | | TeX Live (full) | package | LaTeX environment for Doxygen manual | | Valgrind | application | memory leak detection |
This library is written in Fortran 2018 such that its build requires a compiler supporting this standard. This project relies on GFortran therefore.
The library build is organised with Just. The corresponding .justfile
does not only take care for the compilation of the library but also for its
documentation and testing.
The documentation is generated by Doxygen. The configured output formats are listed in the following.
- HTML
- LaTeX
- UNIX manual pages
In order to finalise the LaTeX documentation, an appropriate LaTeX distribution is required. A full installation of TeX Live is recommended. This project employs Latexmk as LaTeX build manager for the manual finalisation.
There are unit tests for the library logic written in plain Fortran 2018 without requiring any further libraries. When running the tests, Valgrind will analyse their memory management.
In order to simplify the maintenance, bump2version as well as Scriv are used to automate the release generation. Scriv will compile the changelog on release after all version numbers were incremented by bump2version.
Owner
- Name: Kevin Matthes
- Login: kevinmatthes
- Kind: user
- Repositories: 16
- Profile: https://github.com/kevinmatthes
Citation (CITATION.cff)
######################## GNU General Public License 3.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 3 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, see <https://www.gnu.org/licenses/>. ##
## ##
################################################################################
################################################################################
##
## AUTHOR Kevin Matthes
## BRIEF Citation settings for the Git repository.
## COPYRIGHT GPL-3.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 software using these meta data.
# Version information.
date-released: 2022-10-19
version: 0.0.0
# Project information.
abstract: >-
A Fortran 2018 library to generate drawings using the Asymptote Vector
Graphics Language.
authors:
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license: GPL-3.0
repository-code: https://github.com/kevinmatthes/fortran2018-asymptote
title: fortran2018-asymptote
url: https://github.com/kevinmatthes/fortran2018-asymptote
# References.
references:
- 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
- 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
- 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
################################################################################
GitHub Events
Total
- Delete event: 2
- Push event: 2
- Pull request review event: 2
- Pull request event: 4
- Create event: 2
Last Year
- Delete event: 2
- Push event: 2
- Pull request review event: 2
- Pull request event: 4
- Create event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****] | 48 |
| Kevin Matthes | 9****s | 37 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 6
- Total pull requests: 86
- Average time to close issues: 25 minutes
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.17
- Average comments per pull request: 0.24
- Merged pull requests: 85
- Bot issues: 0
- Bot pull requests: 48
Past Year
- Issues: 0
- Pull requests: 16
- Average time to close issues: N/A
- Average time to close pull requests: about 15 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 16
Top Authors
Issue Authors
- kevinmatthes (4)
- Beliavsky (2)
Pull Request Authors
- dependabot[bot] (61)
- kevinmatthes (37)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3.3.0 composite
- citation-file-format/cffconvert-github-action 2.0.0 composite