-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a3455b
commit 8c9931f
Showing
288 changed files
with
37,671 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,165 @@ | ||
# Changelog | ||
|
||
Reference: common-changelog.org | ||
|
||
## 1.2.2 - 2024-06-05 | ||
|
||
### Added | ||
|
||
- Add `affiliation` member portrait field. | ||
|
||
### Changed | ||
|
||
- Change order and type of preferred ids from ORCID API. | ||
- Expand list of supported Manubot identifiers and thus keep ORCID API details less often. | ||
- Simplify portrait component under-the-hood. | ||
- Make tag component de-duplication consistent with search plugin de-duplication. | ||
|
||
## 1.2.1 - 2024-04-01 | ||
|
||
### Changed | ||
|
||
- Minor bug fixes in cite process and sitemap generation. | ||
|
||
## 1.2.0 - 2024-03-08 | ||
|
||
### Changed | ||
|
||
- Update all GitHub Actions to fix "Node v16 deprecated" warnings. | ||
- Sources that Manubot doesn't know how to cite (e.g. wosuid:12345) are now ignored by default if they're from metasources. | ||
- Fix bug where passing tags to tags component manually doesn't work. | ||
- Fix bug in citation (and other) components when `lookup` is blank. | ||
- Fix nested tables bug. | ||
- Dark mode tweaks. | ||
- Various CSS tweaks and fixes. | ||
|
||
### Added | ||
|
||
- Add `image` param to support blog post thumbnails. | ||
- Add `html-proofer` plugin that checks for broken images/links/etc. | ||
- Add `remove` flag to remove a source from a metasource. | ||
|
||
## 1.1.6 - 2023-10-06 | ||
|
||
### Changed | ||
|
||
- Use latest minor versions of Python packages in auto-cite script. | ||
|
||
## 1.1.5 - 2023-05-19 | ||
|
||
### Changed | ||
|
||
- Fix ORCID plugin bug and other cite process tweaks. | ||
|
||
## 1.1.4 - 2023-04-28 | ||
|
||
### Changed | ||
|
||
- Fix ORCID plugin and other cite process bugs. | ||
|
||
## 1.1.3 - 2023-04-20 | ||
|
||
### Changed | ||
|
||
- Fix first-time-setup mv bug. | ||
- Fix citation, float, and portrait component CSS. | ||
- Filter and trim citation info fields. | ||
|
||
## 1.1.2 - 2023-04-11 | ||
|
||
### Changed | ||
|
||
- Fix first-time-setup rm bug. | ||
|
||
## 1.1.1 - 2023-04-06 | ||
|
||
### Changed | ||
|
||
- Change member profile page from col layout to float. | ||
- Fix first time setup. Preserve config formatting and comments. | ||
- Improve Docker cite process behavior. | ||
- Fix post excerpt component start/end markers and special search attr chars. | ||
- Fix misc CSS. | ||
|
||
### Added | ||
|
||
- Add show-title and show-subtitle site config options. | ||
- Include site subtitle in description meta tag. | ||
- Add user pull request template. | ||
- Add title and link fallbacks to citation component. | ||
|
||
## 1.1.0 - 2023-03-17 | ||
|
||
Add alert component, Docker support, accessibility fixes. | ||
|
||
### Changed | ||
|
||
- Fix Lighthouse accessibility issues. | ||
- De-href components when link isn't provided (no hand cursor icon on hover or nav on click). | ||
- In search script, limit highlights by total count instead of char length. | ||
- Grid and link style tweaks. | ||
- Take ORCID icon from Font Awesome. | ||
- Misc bug fixes in tags script, float component. | ||
|
||
### Added | ||
|
||
- Add Docker configuration and scripts for local previewing. | ||
- Add alert component and types. | ||
- Role icon in portrait component hoisted to top left. | ||
|
||
## 1.0.0 - 2023-02-28 | ||
|
||
First official release. | ||
|
||
High-level comparison with pre-releases: | ||
|
||
- Simpler configuration. | ||
- More automation, less setup. | ||
- More customization and flexibility. | ||
- Redesigned components. | ||
- New docs. | ||
- Complete rewrite. | ||
- Culmination of years of feedback. | ||
|
||
### Changed | ||
|
||
- Template is no longer limited to GitHub Pages white-listed Jekyll plugins. Any plugins possible. | ||
- Pull request previews happen right within GitHub instead of needing Netlify. | ||
- Better versioning. `CITATION.cff` file now source of truth for version, and tags/releases enforced. | ||
- Citation-related files in `/_data` must now be named prefixed with the cite plugin they are to be run with, e.g. `sources-2020.yaml` or `orcid-students.yaml`. | ||
- Folder renames for clarity and for better separation of template and user content: `/auto-cite` → `/_cite`, `/css` → `/_styles`, `/js` → `/_scripts`. | ||
- Rename "Tools" page to "Projects" to be more clear and general purpose. | ||
- Rename `extra-links` to `buttons` in `sources.yaml` files. | ||
- Rename `theme.scss` to `-theme.scss`. | ||
- Rename/repurpose components: link → button, two-col → cols, gallery → grid. | ||
- Combine "link" and "role" data lists into single `types.yaml` map. | ||
- Redesign components, change parameters and behavior. | ||
- Update Font Awesome icon names from v5 to v6. | ||
- Change placeholder text, images, and other images. | ||
- Use CSS variables instead of Sass variables. | ||
- Simplify caching method in cite process. | ||
- Simplify Liquid code by including custom Ruby plugins. | ||
- Simplify styles and scripts. | ||
|
||
### Added | ||
|
||
- New docs at greene-lab.gitbook.io/lab-website-template-docs. | ||
- Add automations for first time setup and URL change. | ||
- Write PubMed and Google Scholar automatic citation plugins. | ||
- Automatic citations through GitHub Actions should now work from (most) forks. | ||
- Add optional description and type params for citations. | ||
- Add periodic cite process run that opens a pull request. | ||
- List component filters can now accept arbitrary regex. | ||
- Add light/dark mode toggle. | ||
- Pre-install selection of useful Jekyll plugins, namely Jekyll Spaceship. | ||
- Add author portrait and updated date for blog posts. | ||
- Add richer metadata for SEO. | ||
- Google Fonts link determined automatically from theme file. | ||
|
||
### Removed | ||
|
||
- Remove options from `_config.yaml` to simplify configuration: `baseurl`, `auto-cite`, `logo`. | ||
- Remove `/favicons` folder, hardcode files for logo, icon, and share in `/images`. | ||
- Remove `palettes.scss` and `mixins.scss`. | ||
- Remove banner component (same thing can be achieved with full width section and figure components). | ||
- Remove role component. Combine with portrait component. |
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 @@ | ||
|
Binary file added
BIN
+563 KB
preview/pr-27/CLIP-InterpreT/images/Animals_zebra_vit-b-16-openai-combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+545 KB
preview/pr-27/CLIP-InterpreT/images/France_location_vit-b-32-openai_combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 MB
preview/pr-27/CLIP-InterpreT/images/Nearest_neighbours_vit-l-14-laion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
|
Binary file added
BIN
+619 KB
...27/CLIP-InterpreT/images/Statue_of_liberty_location_ViT-L-14-laion_combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+963 KB
preview/pr-27/CLIP-InterpreT/images/Tiger_colors_ViT-B-32-datacomp_combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.18 MB
preview/pr-27/CLIP-InterpreT/images/Tiger_pattern_vit-b-32-openai-combined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+275 KB
preview/pr-27/CLIP-InterpreT/images/Vit-b-16-laoin-france-contrastive-seg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+267 KB
preview/pr-27/CLIP-InterpreT/images/Vit-l-14-laoin-location-l22-h13-topic-seg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.02 MB
preview/pr-27/CLIP-InterpreT/images/Vit-l-14-laoin-nearest-neighbours-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 KB
...ew/pr-27/CLIP-InterpreT/images/vit-b-16-openai-environment-l11-h3-topic-seg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.41 MB
preview/pr-27/CLIP-InterpreT/images/vit-b-16-openai-nearest-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+264 KB
preview/pr-27/CLIP-InterpreT/images/vit-b-32-openai-emotion-l10-h6-topic-seg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.