From 548978bbf1617885ea9ddc454bf7e82b34cfcb28 Mon Sep 17 00:00:00 2001 From: Alex Stuart Date: Mon, 30 Nov 2020 12:15:44 +0000 Subject: [PATCH] Generate and publish list of SPs which assert R&S entity category Adds new generate.html.randssps target which extracts details about SPs which assert the R&S entity category, and processes them into HTML suitable for the website. Also updates the publish.generated.html target to push the HTML to webserver stats directory. See ukf/ukf-meta#283 for details --- .gitignore | 1 + build.xml | 20 ++++++ utilities/list_rands_sps.xsl | 126 +++++++++++++++++++++++++++++++++++ 3 files changed, 147 insertions(+) create mode 100644 utilities/list_rands_sps.xsl diff --git a/.gitignore b/.gitignore index 7e66cb9d..5ae1b52e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ Thumbs.db # /build/ /build/locations.txt /build/orgnamescope.html +/build/randssps.html # /charting/ /charting/cache diff --git a/build.xml b/build.xml index 0b03c082..e5333aec 100644 --- a/build.xml +++ b/build.xml @@ -2390,6 +2390,11 @@ + + + + + @@ -2810,6 +2815,21 @@ + + + Running generate.html.randssps XSLT + + + + + + + + + + + + + + <!DOCTYPE html> + <html lang="en"> + <head> + <title> + List of SPs asserting the Research and Scholarship entity category + </title> + <meta charset="UTF-8"> + </head> + <body> + <h1> + List of SPs asserting the Research and Scholarship entity category + </h1> + + + + + + <h2> + + + </h2> + + <table> + + + entityID + + + + + registrationAuthority + + + + + + + InformationURL + + <a href=" + + "> + + </a> + + + + + + InformationURL + No English language version available + + + + + + Description + + + + </table> + + + + + + + + + + <tr> + + + + + + + + + + + </tr> + + + + + <th> + + </th> + + + + + + <td> + + </td> + + + +