From 2fc958c47142b5e1d5646e018e3c434e73dc71c3 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Wed, 17 Jun 2026 14:14:15 +1000 Subject: Add --footer flag for custom HTML footer in web UI Allows deploying with contextual links (e.g. blog post, homepage). Also adds links to live instance and blog post in README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 870bf34..e095099 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Filters academic articles using TF-IDF on titles plus logistic regression. +Live instance: [qolscanner.samsci.com](https://qolscanner.samsci.com) +Blog post: [ScholScan — automated keyword filtering](https://blog.samsci.com/blog/scholscan) + ## Build ``` go build -o scholscan . -- cgit v1.2.3