From b1fef0759f58391ba914b0dea115e68d81cc9c44 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 14 Oct 2014 20:34:55 -0500 Subject: [PATCH] Move static post content to a subdir; update README. --- README.md | 8 ++++---- _posts/2014-08-20-copyvio-detector.md | 8 +++++--- .../copyvio-detector}/article-delta_confidence_function.pdf | Bin .../copyvio-detector}/delta_confidence_function.pdf | Bin 4 files changed, 9 insertions(+), 7 deletions(-) rename static/{ => content/copyvio-detector}/article-delta_confidence_function.pdf (100%) rename static/{ => content/copyvio-detector}/delta_confidence_function.pdf (100%) diff --git a/README.md b/README.md index ff99392..8dde530 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -This is a personal website of mine, showcasing my code work and linking to some -other sites where I have relevant profiles. +This is my personal website, home to information about my work and some blog +posts. All content on this site is released under the MIT License (see below), with -the exception of content in `_posts/`, which is not to be reused without -permission. +the exception of content in `_posts/`, `_drafts/`, and non-CSS/JS files in +`static/`, which are not to be reused without permission. LICENSE ------- diff --git a/_posts/2014-08-20-copyvio-detector.md b/_posts/2014-08-20-copyvio-detector.md index 67169db..c1a80bb 100644 --- a/_posts/2014-08-20-copyvio-detector.md +++ b/_posts/2014-08-20-copyvio-detector.md @@ -71,7 +71,8 @@ holding true. The exact coefficients used are shown below: -0.8939(\frac{\Delta}{A})^2+1.8948\frac{\Delta}{A}-0.0009 & \frac{\Delta}{A} \gt 0.52763 \end{cases}$$ -A graph can be viewed [here](/static/article-delta_confidence_function.pdf), +A graph can be viewed +[here](/static/content/copyvio-detector/article-delta_confidence_function.pdf), with the x-axis indicating \\(\frac{\Delta}{A}\\) and the y-axis indicating confidence. The background is colored red, yellow, and green when a violation is considered suspected, possible, or not present, respectively. @@ -88,8 +89,9 @@ points were \\(\\{(0, 0), (100, 0.5), (250, 0.75), (500, 0.9), \frac{10.5\Delta-750}{10\Delta} & 250\lt \Delta\leq 500\; \\[0.5em] \frac{\Delta-50}{\Delta} & \Delta\gt500 \end{cases}$$ -A graph can be viewed [here](/static/delta_confidence_function.pdf), with the -x-axis indicating \\(\Delta\\). The background coloring is the +A graph can be viewed +[here](/static/content/copyvio-detector/delta_confidence_function.pdf), with +the x-axis indicating \\(\Delta\\). The background coloring is the same as before. Now that we have these two definitions, we can define the primary confidence diff --git a/static/article-delta_confidence_function.pdf b/static/content/copyvio-detector/article-delta_confidence_function.pdf similarity index 100% rename from static/article-delta_confidence_function.pdf rename to static/content/copyvio-detector/article-delta_confidence_function.pdf diff --git a/static/delta_confidence_function.pdf b/static/content/copyvio-detector/delta_confidence_function.pdf similarity index 100% rename from static/delta_confidence_function.pdf rename to static/content/copyvio-detector/delta_confidence_function.pdf