View BaseLayout.astro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
import HeaderLayout from "./HeaderLayout.astro" | |
import FooterLayout from "./FooterLayout.astro" | |
const {title} = Astro.props; | |
--- | |
<!doctype html> | |
<html lang="us-en"> | |
<head> | |
<title>{title} | MITH</title> | |
<link rel="stylesheet" href="/styles/global.css" /> |
View load_and_migrate.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%% | |
from dataclasses import asdict, fields | |
from datetime import datetime | |
import pytz | |
import json | |
import re | |
from collections import Counter | |
import ulid | |
from pydantic import ValidationError | |
import lakeland_db_migrate_v4 as lv4 |
View finding-cluster-breaks.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View genius-api.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View get-atl-base-geometries.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View mapzen_api_demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View geopandas_lyttonsville.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View crge_convert.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View kap-metadata-sample.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"creator_viaf_id": "56620604", | |
"shelfmark": { | |
"subseries": "6", | |
"box": "65", | |
"folder": "1", | |
"series": "1", | |
"item": "31" | |
}, | |
"location": { |
NewerOlder