graffitihouse

Project files for the Graffiti House project.

https://github.com/chnm/graffitihouse

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 (6.5%) to scientific vocabulary

Keywords

django
Last synced: 6 months ago · JSON representation ·

Repository

Project files for the Graffiti House project.

Basic Info
  • Host: GitHub
  • Owner: chnm
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 522 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Topics
django
Created about 3 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Citation

README.md

Graffiti House Project

This repository contains code related to the NEH-funded planning grant for a collaborative project with the Roy Rosenzweig Center for History and New Media (RRCHNM), Historic Blenheim and the Civil War Interpretive Center (Fairfax City, VA), and the Brandy Station Foundation (Brandy Station, VA).

Setup

The project uses Poetry for dependency and package management. To create your Django environment, navigate to the root (cloned) directory and do the following:

sh cd graffitihouse poetry install

Running manage.py will require prepending poetry to the commands, like so:

sh poetry run python manage.py migrate poetry run python manage.py tailwind build poetry run python manage.py runserver

A Makefile exists to make life a little more convenient. The common commands are:

  • make preview: preview the site locally; this runs poetry run python manage.py runserver.
  • make tailwind: compile the CSS; this runs poetry run python manage.py tailwind start and will reload the browser anytime updates happen.

Owner

  • Name: Roy Rosenzweig Center for History and New Media
  • Login: chnm
  • Kind: organization
  • Location: Fairfax, VA, USA

Citation (CITATION.cff)

cff-version: 1.2.0
title: graffiti-house
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - email: chnm@gmu.edu
    affiliation: George Mason University
repository-code: "https://github.com/chnm/graffitihouse"
keywords:
  - digital history
  - django
license: MIT

GitHub Events

Total
  • Issues event: 16
  • Delete event: 11
  • Issue comment event: 9
  • Push event: 41
  • Pull request review event: 1
  • Pull request event: 35
  • Create event: 19
Last Year
  • Issues event: 16
  • Delete event: 11
  • Issue comment event: 9
  • Push event: 41
  • Pull request review event: 1
  • Pull request event: 35
  • Create event: 19

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 10
  • Total pull requests: 16
  • Average time to close issues: 6 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.1
  • Average comments per pull request: 0.38
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 9
  • Pull requests: 16
  • Average time to close issues: 2 months
  • Average time to close pull requests: 6 days
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.38
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 10
Top Authors
Issue Authors
  • hepplerj (11)
Pull Request Authors
  • dependabot[bot] (9)
  • hepplerj (7)
  • qtrinh2 (4)
Top Labels
Issue Labels
enhancement (5) python (2) bug (2)
Pull Request Labels
dependencies (9) python (7) javascript (3) enhancement (2) bug (2)