Skip to content

Commit

Permalink
moved example with new annotation structure to experiments folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hennyu committed Jul 13, 2023
1 parent f9da595 commit 770c8ee
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 8 deletions.
Empty file.
6 changes: 3 additions & 3 deletions evaluation/html/citation-types-years.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<!DOCTYPE HTML><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="https://cdn.plot.ly/plotly-latest.min.js"></script></head>
<body>
<div id="myDiv" style="width: 600px; height: 500px;"></div>
<p style="font-size:0.8em;">created on 2022-11-04T20:36:51.633427+01:00 by citation-types-years.xsl</p><script>
<p style="font-size:0.8em;">created on 2023-04-17T12:00:44.73455217+02:00 by citation-types-years.xsl</p><script>
var trace1 = {
x: ["2016","2015","2018","2019","2020"],
y: [73.91304347826086,64.28571428571429,63.888888888888886,66.66666666666666,74.07407407407408],
Expand Down Expand Up @@ -57,7 +57,7 @@
var layout = {
title: "Citation types per year",
yaxis: {title: "Number of citation types (per abstract, in %)"},
xaxis: {title: "Jahr"},
xaxis: {title: "Jahr", tickmode: "linear"},
barmode: "group"
};

Expand Down
2 changes: 1 addition & 1 deletion evaluation/xsl/citation-types-years.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
var layout = {
title: "Citation types per year",
yaxis: {title: "Number of citation types (per abstract, in %)"},
xaxis: {title: "Jahr"},
xaxis: {title: "Jahr", tickmode: "linear"},
barmode: "group"
};

Expand Down
Loading

0 comments on commit 770c8ee

Please sign in to comment.