columbia-point-boston

Jekyll site for the Struggle at Columbia Point Project @ Boston College

https://github.com/bcdigschol/columbia-point-boston

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

Repository

Jekyll site for the Struggle at Columbia Point Project @ Boston College

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

README.md

columbia-point-boston

Jekyll website for the Columbia Point Boston Project @ Boston College

By Emily Coello

About

For Bostonians in the 1960s and 1970s, the words “Columbia Point” probably would have instantly brought images of criminality, poverty, and the epitome of a local urban crisis. The sensationalized stories of racial conflicts, gangs, and a general urban wasteland - removed from the rest of Boston - proved to be a great story, and perhaps even fueled the fire for the busing crisis a few years later. Despite this, the Columbia Point Housing Project was not Boston’s only declining public housing project. South Boston’s D Street Housing Project was named the worst public housing by the Boston Housing Authority (BHA) - 40% of all maintenance costs were spent on directly repairing vandalism, and “at any given time, 300 to 400 windows need to be replaced.” The media however, focused on Columbia Point and its strong racial demographics.

The Columbia Point Housing Project for a long time has lived under a doomed and entirely negative perspective. The tenants of Columbia Point, who for the majority of its existence were low-income minorities, were very quickly seen as exacerbators of an ever-worsening conditions and that what was happening at Columbia Point, if not nipped in the butt, would be a microcosm of cities failing all across the country. This project aims to follow the peninsula through the decades and see the strengths and failures of urban renewal, and ultimately explore who is the most affected.

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

How to Make Changes

To set attribution

bash README.md # this file, make sure to change with your name in the credits CITATION.cff # the citation file, make sure to include your project name and author(s) names. Use OrcIDs if you have them package.json # the npm package file, include the project title and author information (again) _config.yml # the Jekyll config file, which controls how the page is put together, include project name, author names, project locations, and footer messages

To change the theme

bash _sass/theme-settings.scss # edit this file to change theme colors, fonts, and the sizes of the headers/footers _sass/custom-style.scss # edit this file to add your CSS (or SCSS) to the site. CSS here will override other files _sass/theme.scss # advanced, contains the code for the theme itself, edit to customize the theme directly

To change the site structure (the nav menu)

bash _config.yml # the Jekyll config file, edit the section titled nav-menu. Note that you can nest menus using a submenu attribute _pages/ # where you create individual site pages (either .html or .md). As you change the _config.yml you should create new files here, or rename/delete existing ones, to match _config.yml

To use built-in TailwindCSS

bash https://tailwindcss.com/docs # tailwind is already installed, consult the docs to look up how to use it for things like flex layout, margins, alignment, and more

html <!-- example of a tailwindcss element that goes to width 100% and also centers the text inside--> <div class="w-full text-center">Some text</div>

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: "The Struggle for Columbia POint"
authors:
  - family-names: Coello
    given-names: Emily
abstract: "Jekyll site for The Struggle for Columbia Point Project @ Boston College"
version: 0.0.1
date-released: "2024-4-9"
license: "CC-BY-NC-SA-4.0"
repository-code: "https://github.com/BCDigSchol/columbia-point-boston"

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

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-lock.json npm
  • 148 dependencies
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
Gemfile.lock rubygems
  • addressable 2.8.6
  • bundler 2.3.26
  • colorator 1.1.0
  • concurrent-ruby 1.2.3
  • em-websocket 0.5.3
  • eventmachine 1.2.7
  • ffi 1.16.3
  • forwardable-extended 2.6.0
  • http_parser.rb 0.8.0
  • i18n 1.14.4
  • jekyll 4.2.2
  • jekyll-feed 0.17.0
  • jekyll-paginate 1.1.0
  • jekyll-postcss-v2 1.0.2
  • jekyll-sass-converter 2.2.0
  • jekyll-seo-tag 2.8.0
  • jekyll-watch 2.2.1
  • kramdown 2.4.0
  • kramdown-parser-gfm 1.1.0
  • liquid 4.0.4
  • listen 3.9.0
  • mercenary 0.4.0
  • minima 2.5.1
  • pathutil 0.16.2
  • public_suffix 5.0.5
  • rb-fsevent 0.11.2
  • rb-inotify 0.10.1
  • rexml 3.2.6
  • rouge 3.30.0
  • safe_yaml 1.0.5
  • sassc 2.4.0
  • terminal-table 2.0.0
  • unicode-display_width 1.8.0
  • webrick 1.8.1