-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #646 from harvard-lil/redesign
Merge redesign in to develop
- Loading branch information
Showing
231 changed files
with
5,351 additions
and
5,749 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ build/ | |
bundle | ||
apache/logs | ||
nginx/logs | ||
app/node_modules/ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
FROM node:18-alpine as nodebuilder | ||
|
||
WORKDIR /app | ||
|
||
COPY app/package.json app/package-lock.json ./ | ||
|
||
|
||
RUN npm install | ||
|
||
FROM tiryoh/jekyll:4.2.1 | ||
|
||
COPY --from=nodebuilder /app/node_modules /srv/jekyll/node_modules | ||
|
||
WORKDIR /srv/jekyll | ||
|
||
ENV PATH="/srv/jekyll/node_modules/.bin:${PATH}" | ||
|
||
EXPOSE 8080 | ||
|
||
CMD ["jekyll", "build", "--watch"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: 404 | ||
layout: default | ||
permalink: /404.html | ||
--- | ||
|
||
<section class="container pb-150"> | ||
<div class="page-hero simple relative z-[1]"> | ||
<h1 class="page-hero__title">Oops!</h1> | ||
<h2 class="page-hero__subtitle flex flex-col gap-24 !max-w-[1080px]"> | ||
We can’t seem to find the page you are looking for. | ||
</h2> | ||
<p> | ||
To report a broken link, please <a class="interactive-link dark reverse" href="mailto:{{ site.email }}">contact us.</a> | ||
</p> | ||
</div> | ||
<div class="w-full -translate-y-[150px] relative z-[0]"> | ||
{% include 404.html %} | ||
</div> | ||
</section> |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
source "https://rubygems.org" | ||
gem 'jekyll-sitemap' | ||
gem 'jekyll-paginate-v2' | ||
gem 'jekyll-postcss-v2' |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,17 @@ markdown: kramdown | |
plugins: | ||
- jekyll-paginate-v2 | ||
- jekyll-sitemap | ||
- jekyll-postcss-v2 | ||
liquid: | ||
error_mode: strict | ||
sass: | ||
sass_dir: _scss | ||
style: nested | ||
postcss: | ||
cache: false | ||
timezone: Etc/GMT | ||
future: true | ||
|
||
|
||
# Site settings | ||
title: The Library Innovation Lab at Harvard University | ||
|
@@ -24,6 +29,8 @@ sharing-image: "thumbs/800x800r/lil-primary-black.png" | |
email: [email protected] | ||
twitter_account_name: HarvardLIL | ||
twitter_url: https://twitter.com/harvardlil | ||
linkedin_account_name: libraryinnovationlab | ||
linkedin_url: https://www.linkedin.com/company/libraryinnovationlab/ | ||
facebook_url: https://www.facebook.com/HarvardLibraryInnovationLab/ | ||
github_account_name: harvard-lil | ||
github_url: https://github.com/harvard-lil | ||
|
@@ -38,41 +45,38 @@ blog_feed_title: The Harvard Library Innovation Lab | |
|
||
# Collections | ||
collections: | ||
projects_active: | ||
our_work: | ||
output: true | ||
permalink: /projects/:slug/ | ||
projects_retired: | ||
permalink: /our-work/:slug/ | ||
our_work_pageless: | ||
output: false | ||
sketches_active: | ||
events: | ||
output: true | ||
permalink: /sketches/:slug/ | ||
sketches_retired: | ||
permalink: /events/:slug/ | ||
jobs: | ||
output: false | ||
|
||
# Plugins | ||
news_feed_for: | ||
- projects_active | ||
- projects_retired | ||
- sketches_active | ||
- our_work | ||
|
||
contributors_feed_for: | ||
- projects_active | ||
- projects_retired | ||
- our_work | ||
|
||
# Defaults | ||
defaults: | ||
- scope: | ||
path: "" | ||
type: projects_active | ||
type: our_work | ||
values: | ||
layout: project | ||
type: project | ||
layout: our_work | ||
type: our_work | ||
- scope: | ||
path: "" | ||
type: sketches_active | ||
type: events | ||
values: | ||
layout: project | ||
type: sketch | ||
layout: event | ||
type: event | ||
- scope: | ||
path: "" | ||
type: posts | ||
|
@@ -83,7 +87,6 @@ defaults: | |
- scope: | ||
path: "" | ||
values: | ||
custom-footer: false | ||
sharing-card-type: summary | ||
|
||
# Feature Flags | ||
|
@@ -104,15 +107,15 @@ pagination: | |
collection: 'posts' | ||
|
||
# How many objects per paginated page, used to be `paginate` (default: 0, means all) | ||
per_page: 10 | ||
per_page: 12 | ||
|
||
# The permalink structure for the paginated pages (this can be any level deep) | ||
permalink: '/page/:num/' # Pages are index.html inside this folder (default) | ||
#permalink: '/page/:num.html' # Pages are simple html files | ||
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style. | ||
|
||
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages) | ||
title: ':title - page :num' | ||
title: 'Page :num of :max | :title' | ||
|
||
# Limit how many pagenated pages to create (default: 0, means all) | ||
limit: 0 | ||
|
@@ -155,12 +158,12 @@ autopages: | |
layouts: | ||
- 'tag_or_category.html' | ||
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name) | ||
title: 'Posts in category :cat' | ||
title: 'Posts in category ":cat" | Blog' | ||
# Optional, the permalink for the pagination page (:cat is replaced), | ||
# the pagination permalink path is then appended to this permalink structure | ||
permalink: '/blog/category/:cat/' | ||
slugify: | ||
mode: raw | ||
mode: default | ||
cased: true | ||
|
||
collections: | ||
|
@@ -170,8 +173,8 @@ autopages: | |
tags: | ||
layouts: | ||
- 'tag_or_category.html' | ||
title: 'Posts tagged with :tag' # :tag is replaced by the tag name | ||
title: 'Posts tagged ":tag" | Blog' # :tag is replaced by the tag name | ||
permalink: '/blog/tag/:tag/' | ||
slugify: | ||
mode: raw | ||
mode: default | ||
cased: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
- title: Banned Books | ||
url: /blog/2023/09/25/ai-book-bans-freedom-to-read-case-study/ | ||
subcategory: AI Explorations | ||
order: | ||
|
||
- title: WARC-GPT | ||
url: /blog/2024/02/12/warc-gpt-an-open-source-tool-for-exploring-web-archives-with-ai/ | ||
subcategory: AI Explorations | ||
order: | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- AI Research | ||
- Tools | ||
- Library Principles | ||
- Fellows Research | ||
- Fellows’ Research |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
institutions: | ||
- name: Harvard Law School | ||
logo: supporters/harvard-law-school-logo.png | ||
|
||
- name: Berkman Klein Center for Internet & Society | ||
logo: supporters/bkc-logo.svg | ||
|
||
foundations: | ||
- name: Filecoin Foundation for the Decentralized Web | ||
logo: supporters/ffdw-logo.png | ||
|
||
- name: Institute of Museum and Library Services | ||
logo: supporters/imls-logo.jpg | ||
|
||
- name: Knight Foundation | ||
logo: supporters/knight-logo.png | ||
|
||
nonprofits: | ||
- name: Internet Archive | ||
logo: supporters/ia-logo.svg | ||
|
||
- name: Webrecorder | ||
logo: supporters/webrecorder-logo.png | ||
|
||
- name: Free Law Project | ||
logo: supporters/flp-logo.svg | ||
|
||
companies: | ||
- name: Cloudflare | ||
logo: supporters/cloudflare-logo.png | ||
|
||
- name: LexisNexis | ||
logo: supporters/lexisnexis-logo.png | ||
|
||
- name: Thomson Reuters | ||
logo: supporters/tr-logo.png | ||
|
||
- name: OpenAI | ||
logo: supporters/openai-logo.png | ||
|
||
- name: Fastcase | ||
logo: supporters/fastcase-logo.png |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "Harvard Law AI Summit" | ||
date: 2023-09-19 19:05:36+00:00 | ||
short_description: "A closed-door gathering of experts exploring AI as a new form of knowledge." | ||
description: "The Harvard Law AI Summit was an invitation-only gathering across the spectrum of law, government, AI research, civil society and social science. The summit explored how AI as a new form of knowledge is poised to challenge and reshape institutions." | ||
banner: ai-summit-sm.png | ||
banner_large: ai-summit-lg.png | ||
--- | ||
|
||
The Harvard Law AI Summit was an invitation-only gathering across the spectrum of law, government, AI research, civil society and social science. The summit explored how AI as a new form of knowledge is poised to challenge and reshape institutions. | ||
|
||
Generative AI offers a defining moment where information archives gain the ability to answer questions about themselves; to act without human intervention; and even to infer and replicate the processes that created them. It will challenge and reshape every institution — for better and worse — and we cannot draw on just one field or expertise to respond to it. | ||
|
||
The one-day summit observed the Chatham House Rule and featured short, provocative talks from leaders in fields working on, or affected by, AI. This was combined with discussion among participants selected for their incisive, expert perspectives on what comes next. |
Oops, something went wrong.