<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">What do you call a user? an IP address?<br>
<br>
EPrints stores the IP address of a download request (in the
'access' dataset), IRStats2 processes it in order to find out its
geo-location (the country). Aggregates of country data is rendered
on the GeoMap.<br>
<br>
^^ that's the only scenario where something is done with the IP
address within IRStats2. Other metrics don't require that piece of
information.<br>
<br>
Seb.<br>
<br>
<br>
<br>
On 24/06/13 12:56, <a class="moz-txt-link-abbreviated" href="mailto:clyde.cerejo@id.uzh.ch">clyde.cerejo@id.uzh.ch</a> wrote:<br>
</div>
<blockquote
cite="mid:OF64CE57FA.DE497C9B-ONC1257B94.003FECF5-C1257B94.004193B3@lotus.uzh.ch"
type="cite"><font face="sans-serif" size="2">Hi Seb</font>
<br>
<br>
<font face="sans-serif" size="2">Thanks for your reply.</font>
<br>
<br>
<font face="sans-serif" size="2">For us it is important that all
data
being sent outside our system - the generated statistics and
graphs
as well as data being transferred in the background, is always
aggregated
data only without the possibility of identifying individual
users. Is this
guaranteed?</font>
<br>
<br>
<font face="sans-serif" size="2">Regards</font>
<br>
<font face="sans-serif" size="2">Clyde</font>
<br>
<br>
<br>
<br>
<font color="#5f5f5f" face="sans-serif" size="1">Von:
</font><font face="sans-serif" size="1">Sebastien Francois
<a class="moz-txt-link-rfc2396E" href="mailto:sf2@ecs.soton.ac.uk"><sf2@ecs.soton.ac.uk></a></font>
<br>
<font color="#5f5f5f" face="sans-serif" size="1">An:
</font><font face="sans-serif" size="1"><a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>,
</font>
<br>
<font color="#5f5f5f" face="sans-serif" size="1">Datum:
</font><font face="sans-serif" size="1">24.06.2013 13:03</font>
<br>
<font color="#5f5f5f" face="sans-serif" size="1">Betreff:
</font><font face="sans-serif" size="1">[EP-tech] Re:
IRStats 2 and data security</font>
<br>
<font color="#5f5f5f" face="sans-serif" size="1">Gesendet von:
</font><font face="sans-serif" size="1"><a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a></font>
<br>
<hr noshade="noshade">
<br>
</blockquote>
<br>
<br>
<blockquote
cite="mid:OF64CE57FA.DE497C9B-ONC1257B94.003FECF5-C1257B94.004193B3@lotus.uzh.ch"
type="cite">
<br>
<br>
<font size="3">Hi Clyde,<br>
<br>
The following Google Charts are used by IRStats2:<br>
<br>
- Area Charts: </font><a moz-do-not-send="true"
href="https://google-developers.appspot.com/chart/interactive/docs/gallery/areachart"><font
color="blue" size="3"><u>https://google-developers.appspot.com/chart/interactive/docs/gallery/areachart</u></font></a><font
size="3"><br>
- Column Charts: </font><a moz-do-not-send="true"
href="https://google-developers.appspot.com/chart/interactive/docs/gallery/columnchart"><font
color="blue" size="3"><u>https://google-developers.appspot.com/chart/interactive/docs/gallery/columnchart</u></font></a><font
size="3"><br>
- Combo Charts: </font><a moz-do-not-send="true"
href="https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart"><font
color="blue" size="3"><u>https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart</u></font></a><font
size="3"><br>
- Pie Charts: </font><a moz-do-not-send="true"
href="https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart"><font
color="blue" size="3"><u>https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart</u></font></a><font
size="3"><br>
<br>
These 4 have the same data policy (look at the bottom of each of
the pages
above):</font>
<p><font color="#2f2f2f" face="Arial" size="4">Data Policy</font>
<br>
<font color="#2f2f2f" face="Arial" size="2">All code and data
are processed
and rendered in the browser. No data is sent to any server.</font>
</p>
<p><font size="3"><br>
- Geo Charts: </font><a moz-do-not-send="true"
href="https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart"><font
color="blue" size="3"><u>https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart</u></font></a><font
size="3"><br>
<br>
That one seems a bit more tricky: </font><a
moz-do-not-send="true"
href="https://google-developers.appspot.com/maps/terms"><font
color="blue" size="3"><u>https://google-developers.appspot.com/maps/terms</u></font></a><font
size="3"><br>
<br>
Note that the Geo map can easily be replaced by a simple table
which is
rendered outside Google Charts. Anyway there's a known issue
with EPrints
3.2 and EPrints 3.3 up to 3.3.9 which prevents the Geo Map to
load successfully
(clash with Prototype v1.7- fixed in 1.7.1).<br>
<br>
The way the code generally works is this way:<br>
<br>
- browser loads JS library from Google's servers: </font><a
moz-do-not-send="true" href="http://www.google.com/jsapi"><font
color="blue" face="Consolas" size="1"><u>http://www.google.com/jsapi</u></font></a><font
size="3"><br>
- local JS code instantiates a Chart and feeds it data<br>
- Chart renders data locally.<br>
<br>
For info, tables and other bits of IRStats2 (exporters etc)
are rendered
outside Google Charts.<br>
<br>
I hope this will help you.<br>
<br>
Kind regards,<br>
Seb.<br>
<br>
<br>
<br>
<br>
On 24/06/13 11:43, </font><a moz-do-not-send="true"
href="mailto:clyde.cerejo@id.uzh.ch"><font color="blue"
size="3"><u>clyde.cerejo@id.uzh.ch</u></font></a><font
size="3">
wrote:</font>
<br>
<tt><font size="2">Hi all<br>
<br>
To the developers of IRStats 2:<br>
<br>
In general, as a government organisation we are not allowed
to send usage
<br>
data to third parties like Google. Could you please give me
exact <br>
information about which data are being sent to Google/other
parties by
<br>
IRStats 2? That way, I could investigate further if we would
be legally
<br>
allowed to use IRStats 2.<br>
<br>
Thanks.<br>
<br>
Best regards<br>
Clyde Cerejo<br>
<br>
University of Zurich<br>
</font></tt><font face="sans-serif" size="2"><br>
</font><font size="3"><br>
<br>
</font>
<br>
<tt><font size="3">*** Options: </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
color="blue" size="3"><u>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</u></font></tt></a><tt><font
size="3"><br>
*** Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font color="blue"
size="3"><u>http://www.eprints.org/tech.php/</u></font></tt></a><tt><font
size="3"><br>
*** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
color="blue" size="3"><u>http://wiki.eprints.org/</u></font></tt></a><tt><font
size="3"><br>
</font></tt>
<br>
<tt><font size="2">*** Options: </font></tt><a
moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font
size="2">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font
size="2"><br>
*** Archive: </font></tt><a moz-do-not-send="true"
href="http://www.eprints.org/tech.php/"><tt><font size="2">http://www.eprints.org/tech.php/</font></tt></a><tt><font
size="2"><br>
*** EPrints community wiki: </font></tt><a
moz-do-not-send="true" href="http://wiki.eprints.org/"><tt><font
size="2">http://wiki.eprints.org/</font></tt></a><tt><font
size="2"><br>
</font></tt>
<br>
<font face="sans-serif" size="2"><br>
</font>
<br>
</p>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a>
</pre>
</blockquote>
<br>
</body>
</html>