edi-technology

Jekyll site for the EDI & Technology Reading Group @ Boston College

https://github.com/bcdigschol/edi-technology

Science Score: 52.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
    Organization bcdigschol has institutional domain (ds.bc.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Jekyll site for the EDI & Technology Reading Group @ Boston College

Basic Info
  • Host: GitHub
  • Owner: BCDigSchol
  • License: other
  • Language: CSS
  • Default Branch: main
  • Size: 1.19 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

edi-technonlogy

Jekyll website for the EDI & Technology Reading Group @ Boston College

Local Development

  • Follow this guide to install Ruby and Jekyll
  • Install Node
  • git clone this repo and then cd inside the directory
  • Comment out the url and baseurl lines of _config.yml when working locally
  • Install Ruby dependencies by running bundle install
  • Install Node dependencies by running npm install
  • Run the server with bundle exec jekyll serve

Acknowledgements

Jekyll & Tailwind Setup based on TailPages by Harry Wang (Chinese: 王建楠)

Owner

  • Name: Digital Scholarship@Boston College Libraries
  • Login: BCDigSchol
  • Kind: organization
  • Email: digschol-ggroup@bc.edu

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "Reading Group for EDI & Technology at Boston College"
authors:
  - family-names: Hockema
    given-names: Chase
abstract: "Jekyll site for the EDI & Technology Reading Group @ Boston College"
version: 0.0.1
date-released: "2024-6-24"
license: "CC-BY-NC-SA-4.0"
repository-code: "https://github.com/BCDigSchol/edi-technology"

GitHub Events

Total
  • Push event: 12
Last Year
  • Push event: 12

Dependencies

.github/workflows/jekyll.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/setup-node v2 composite
  • actions/upload-pages-artifact v3 composite
  • ruby/setup-ruby 8575951200e472d5f2d95c625da0c7bec8217c42 composite
package.json npm
  • @tailwindcss/typography ^0.5.0 development
  • autoprefixer ^10.4.19 development
  • postcss ^8.4.5 development
  • postcss-cli ^9.1.0 development
  • tailwindcss ^3.0.12 development
  • @fontsource/inter ^4.5.1
Gemfile rubygems
  • jekyll-feed ~> 0.12 development
  • jekyll-paginate >= 0 development
  • jekyll-postcss-v2 >= 0 development
  • jekyll-seo-tag >= 0 development
  • jekyll ~> 4.2.1
  • minima ~> 2.5
  • tzinfo ~> 1.2
  • tzinfo-data >= 0
  • wdm ~> 0.1.1
  • webrick ~> 1.7