astroinspect

Web-based astronomical tools

https://github.com/nmcardoso/astroinspect

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 (10.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Web-based astronomical tools

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

AstroTools

AstroTools

About

Web-based astronomical tools that can support scientific research

XTable

XTable is a tool designed to quickly merge an input table with data (catalog and images) obtained from web services provided by S-PLUS, Legacy Survey and SDSS.

Development

Pre-requisites

  • Nodejs
  • NPM

Quick Start

Clone this repo

sh git clone https://github.com/nmcardoso/astrotools.git

Go to downloaded folder and install the dependencies

ssh cd astrotools npm i

Finally, run the development server

sh npm run dev

Access the local server at http://localhost:3001 and start developing.

Owner

  • Name: Natanael
  • Login: nmcardoso
  • Kind: user
  • Location: ::1

Citation (CITATION.bib)

@software{astrotools,
  doi = {10.5281/zenodo.7268504},
  url = {https://doi.org/10.5281/zenodo.7268504},
  year = {2022},
  month = oct,
  publisher = {Zenodo},
  author = {Cardoso, N. M.},
  title = {Astrotools: Web-based astronomical tools}
}

GitHub Events

Total
  • Push event: 113
Last Year
  • Push event: 113

Dependencies

package-lock.json npm
  • 295 dependencies
package.json npm
  • @types/json-bigint ^1.0.1 development
  • @types/lodash ^4.14.186 development
  • @types/node 18.7.23 development
  • @types/papaparse ^5.3.5 development
  • @types/react 18.0.21 development
  • @types/react-copy-to-clipboard ^5.0.4 development
  • @types/react-dom 18.0.6 development
  • @types/react-lazy-load-image-component ^1.5.2 development
  • eslint 8.24.0 development
  • eslint-config-next 12.3.1 development
  • typescript 4.8.4 development
  • @tanstack/react-query ^4.12.0
  • @tanstack/react-table ^8.5.13
  • axios ^0.27.2
  • bootstrap ^5.2.1
  • eventemitter3 ^4.0.7
  • fast-xml-parser ^4.0.10
  • json-bigint ^1.0.0
  • localforage ^1.10.0
  • lodash ^4.17.21
  • next 12.3.1
  • papaparse ^5.3.2
  • react 18.2.0
  • react-bootstrap ^2.5.0
  • react-copy-to-clipboard ^5.1.0
  • react-dom 18.2.0
  • react-icons ^4.4.0
  • react-lazy-load-image-component ^1.5.5
.github/workflows/pages.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • peaceiris/actions-gh-pages v3 composite