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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JSO-Boneyard
  • License: mpl-2.0
  • Language: Julia
  • Default Branch: main
  • Size: 353 KB
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 4 years ago · Last pushed about 4 years ago
Metadata Files
Readme License Citation

README.md

SolverLogger

Stable Dev Build Status Build Status Coverage

This is a logger for solvers, as the name implies.

Basic usage

julia> logger = Logger(:iter => ("Iter", "%4d"), :fx => ("f(x)", "%8.1e"), verbosity=1) ... julia> header(logger) | Iter | f(x) | julia> logger(45, sqrt(2)) | 45 | 1.4e+00 |

Owner

  • Name: JSO-Boneyard
  • Login: JSO-Boneyard
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Template
    given-names: JSO
    orcid: https://orcid.org/0123-4567-89AB-CDEF
title: "JSO Template"
version: 2.0.4
doi: 10.5281/zenodo.1234
date-released: 2021-10-04

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • abelsiqueira (1)
Pull Request Authors
  • github-actions[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
formatting (2) automated pr (2) no changelog (2)