partondensity.jl

A Bayesian approach to parton density extraction.

https://github.com/cescalara/partondensity.jl

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 (9.9%) to scientific vocabulary

Keywords

bayesian-inference hep-ex hep-ph julia particle-physics parton-distribution-functions quantum-chromodynamics
Last synced: 7 months ago · JSON representation ·

Repository

A Bayesian approach to parton density extraction.

Basic Info
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 6
  • Open Issues: 5
  • Releases: 0
Topics
bayesian-inference hep-ex hep-ph julia particle-physics parton-distribution-functions quantum-chromodynamics
Created almost 5 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

PartonDensity

CI codecov License: MIT

A Bayesian approach to parton density extraction.

For more information please see the documentation and examples/ scripts.

Quick start

To install PartonDensity.jl and its dependencies, start Julia and run

julia julia> using Pkg julia> Pkg.add(url="https://github.com/cescalara/PartonDensity.jl.git") To install a specific version (git tag) of PartonDensity.jl, e.g. "v0.1.0", run julia> Pkg.add(url="https://github.com/cescalara/PartonDensity.jl.git", rev="v0.1.0")

To run the examples scripts, you can follow the steps used in the GitHub workflow. In particular, we need to remember to use the latest versions of BAT.jl from GitHub.

julia using Pkg Pkg.add(url="https://github.com/bat/BAT.jl.git")

Owner

  • Name: Francesca Capel
  • Login: cescalara
  • Kind: user
  • Location: Munich, Germany
  • Company: Max Planck Institute for Physics

Astrophysics and statistics

Citation (CITATION.cff)

cff-version: 1.2.0
preferred-citation:
  type: article
  message: "If you use this software, please cite it as below."
  authors:
    - family-names: "Capel"
      given-names: "Francesca"
      orcid: "https://orcid.org/0000-0002-1153-2139"
    - family-names: "Aggarwal"
      given-names: "Ritu"
    - family-names: "Botje"
      given-names: "Michiel"
    - family-names: "Caldwell"
      given-names: "Allen"
    - family-names: "Schulz"
      given-names: "Oliver"
    - family-names: "Andrii"
      given-names: "Verbytskyi"
  title: "PartonDensity.jl: a novel parton density determination code"
  archivePrefix: "arXiv"
  eprint: "2401.17729"
  year: 2024
  primaryClass: "hep-ph"
  url: "https://github.com/cescalara/PartonDensity.jl"

GitHub Events

Total
  • Watch event: 1
  • Delete event: 3
  • Member event: 1
  • Issue comment event: 4
  • Push event: 20
  • Pull request event: 11
  • Fork event: 1
  • Create event: 7
Last Year
  • Watch event: 1
  • Delete event: 3
  • Member event: 1
  • Issue comment event: 4
  • Push event: 20
  • Pull request event: 11
  • Fork event: 1
  • Create event: 7

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/Testsv2.yml actions
  • actions/checkout v3 composite
  • actions/checkout v2 composite
  • docker/login-action v2 composite
.github/workflows/Dockerfile docker
  • fedora 38 build