cruzeiro-do-sul-database

Quati Beamline (Sirius-CNPEM) XAS database

https://github.com/jamesmalmeida/cruzeiro-do-sul-database

Science Score: 57.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
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Quati Beamline (Sirius-CNPEM) XAS database

Basic Info
  • Host: GitHub
  • Owner: jamesmalmeida
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 6.23 MB
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 3
  • Open Issues: 10
  • Releases: 1
Created over 3 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

Cruzeiro do Sul Database

QUATI Beamline [1] Data Library for storing XAS spectra and make it accesible to the users.

This project was developed initially in 2023 by Anailson Santos Silva as a research project during his participation in the 30th Summer Scholarship Program (PBV30) at the Brazilian Synchrotron Light Laboratory (LNLS) part of the National Center for Research in Energy and Materials (CNPEM) located in Campinas, São Paulo - Brazil.

The idealizers of this database and the website were PhDs Santiago José Alejandro Figueroa (LNLS/CNPEM), James Moraes de Almeida (ILUM/CNPEM) and the Engineer Igor Ferreira Torquato (LNLS/CNPEM).

[1] https://doi.org/10.1016/j.radphyschem.2023.111198

Requirements:

  • Python : version 3.10 or higher
  • Django : version 4.2 or higher
  • Pandas, lmfit, plotly, chardet and keyborard

Steps to configure and run the application:

  1. Create an python3 vitual environment, activate it and install the dependencies:

```

python3 -m venv csvenv source csvenv/bin/activate python3 -m pip install django~=4.2 python3 -m pip install pandas lmfit plotly chardet keyboard ```

  1. Clone the repository.
  2. Configure the project: > cd Cruzeiro-do-Sul-Database/cruzeiro_do_sul_db/ > python3 manage.py makemigrations database > python3 manage.py migrate database > python3 manage.py makemigrations > python3 manage.py migrate
  3. Create a superuser (optional): python3 manage.py createsuperuser
  4. Run the server: > python3 manage.py runserver
  5. Access the website at address http://127.0.0.1:8000/.
  6. Alternatively, to make website visible at the local network, run the command: > python3 manage.py runserver 0.0.0.0:8000

Owner

  • Name: James Moraes de Almeida
  • Login: jamesmalmeida
  • Kind: user
  • Location: Campinas, SP, Brazil
  • Company: Ilum Escola de Ciência (CNPEM)

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Cruzeiro do Sul Database
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: James
    family-names: Moraes de Almeida
    email: james.almeida@ilum.cnpem.br
    affiliation: Centro Nacional de Pesquisa em Energia e Materiais
    orcid: 'https://orcid.org/0000-0002-3126-7619'
  - given-names: Antonio
    family-names: Augusto Alves Junior
    affiliation: Centro Nacional de Pesquisa em Energia e Materiais
  - given-names: Anailson
    family-names: Santos Silva
    affiliation: Universidade Federal de Sergipe
  - given-names: Eric
    family-names: Augusto da Silva
    affiliation: Centro Nacional de Pesquisa em Energia e Materiais
  - given-names: Gustavo
    family-names: Uchôa Barros
    affiliation: Centro Nacional de Pesquisa em Energia e Materiais
  - given-names: Pedro
    family-names: Henrique Sophia
    affiliation: >-
      Centro Nacional de Pesquisa em Energia e Materiais  
       edit  delete
  - given-names: Raphaella
    family-names: Tamyres Siqueira Gonçalves
    affiliation: Centro Nacional de Pesquisa em Energia e Materiais
  - given-names: Santiago
    family-names: José Alejandro Figueroa
    email: santiago.figueroa@lnls.br
    affiliation: Centro Nacional de Pesquisa em Energia e Materiais
    orcid: 'https://orcid.org/0000-0003-2694-3050'
identifiers:
  - type: doi
    value: 10.5281/zenodo.14609145
url: 'https://github.com/jamesmalmeida/Cruzeiro-do-Sul-Database'
abstract: >-
  Database for XAFS experiments collected at the Quati
  Beamline of the Brazilian Center for Research in Energy
  and Materials
license: MIT
commit: ca6a2cc
version: v1.0
date-released: '2025-01-07'

GitHub Events

Total
  • Create event: 5
  • Issues event: 4
  • Release event: 1
  • Watch event: 1
  • Push event: 5
  • Pull request event: 2
Last Year
  • Create event: 5
  • Issues event: 4
  • Release event: 1
  • Watch event: 1
  • Push event: 5
  • Pull request event: 2