nyc_code_browser
Browser for the New York City Administrative Code.
Science Score: 18.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
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Browser for the New York City Administrative Code.
Basic Info
- Host: GitHub
- Owner: countxyz
- License: unlicense
- Language: JavaScript
- Default Branch: master
- Size: 5.5 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Created almost 13 years ago
· Last pushed almost 13 years ago
Metadata Files
Readme
License
Citation
README.md
NYC Code Browser
New York City Administrative Code browser based off the openlawdc browser.
The source code for the openlawdc browser can be found at https://github.com/openlawdc/browser
View Progress
git clone https://github.com/countxyz/nyccodebrowser.git
python3 -m http.server
Owner
- Name: Efreezy
- Login: countxyz
- Kind: user
- Location: New York, NY
- Website: http://d3-resume.herokuapp.com/
- Repositories: 29
- Profile: https://github.com/countxyz
Citation (citation.sh)
mkdir -p tmp wget http://rawgithub.com/unitedstates/citation/master/citation.js -O tmp/citation.js wget http://rawgithub.com/unitedstates/citation/master/citations/dc_code.js -O tmp/dc_code.js wget http://rawgithub.com/unitedstates/citation/master/citations/dc_law.js -O tmp/dc_law.js wget http://rawgithub.com/unitedstates/citation/master/citations/dc_register.js -O tmp/dc_register.js wget http://rawgithub.com/unitedstates/citation/master/citations/law.js -O tmp/law.js wget http://rawgithub.com/unitedstates/citation/master/citations/stat.js -O tmp/stat.js cat tmp/*.js > js/lib/citation.js