https://github.com/animesh/public-html-ani

Automatically exported from code.google.com/p/public-html-ani

https://github.com/animesh/public-html-ani

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

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

Repository

Automatically exported from code.google.com/p/public-html-ani

Basic Info
  • Host: GitHub
  • Owner: animesh
  • Language: R
  • Default Branch: gita
  • Size: 62.9 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 9
  • Open Issues: 0
  • Releases: 0
Created almost 11 years ago · Last pushed 6 months ago
Metadata Files
Readme

README.md

Accessing a random verse from Srimad Bhagavad-Gita

source: R email: ani

Features

  • Downloads a random verse from the Bhagavad Gita (source: bhagavad-gita.org)
  • Downloads the corresponding PNG image of the verse
  • Processes the PNG image to:
    • Invert its colors (with alpha preserved)
    • Generate an orange-on-white version for better readability
    • Saves debug images for grayscale and mask to assist with image processing

Usage

```bash git clone https://github.com/animesh/public-html-ani/ git checkout -b gita

Run the R script (requires R and internet access)

Rscript R/gita.r ```

Output

  • data.png: Original verse image
  • data_inverted.png: Inverted color image
  • data_orange_on_white.png: Orange text on white background
  • gray_mask.png, text_mask.png: Debug images for image processing

Source

base

schedule

cron: "45 6 * * *"

Owner

  • Name: Ani
  • Login: animesh
  • Kind: user
  • Location: Norway
  • Company: Norwegian University of Science and Technology

A medical graduate from Delhi University with post-graduation in bioinformatics from Jawaharlal Nehru University, India.

GitHub Events

Total
  • Push event: 276
Last Year
  • Push event: 276

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 4.0.2 depends
  • jsonlitewebshot * imports
  • recipes >= 0.1.15 imports
  • rlang >= 0.4.0 imports
  • workflows >= 0.1.0 imports
  • modeldata * suggests
  • rmarkdown * suggests
Dockerfile docker
  • rocker/shiny-verse 4.0.3 build