-
Notifications
You must be signed in to change notification settings - Fork 4
/
privacy_policy.php
62 lines (39 loc) · 2.75 KB
/
privacy_policy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<?php $thisPage="Privacy Policy"; ?>
<head>
<?php include('inc/header.php') ?>
<link rel="shortcut icon" href="http://conference.scipy.org/scipy2013/favicon.ico" />
</head>
<body>
<div id="container">
<?php include('inc/page_headers.php') ?>
<section id="sidebar">
<?php include("inc/sponsors.php") ?>
</section>
<section id="main-content">
<h1>Information We Collect and How It's Used</h1>
<p>Enthought, Inc. is the institutional sponsor for the SciPy Conference. As such, we host the SciPy Conference website and provide administrative support for the conference and registration process.</p>
<h2>Credit Card Information</h2>
<p>We do not store credit card details nor do we share credit card details with any 3rd parties.</p>
<h2>Cookies</h2>
<p>Cookies are pieces of data that your web browser stores on your hard drive at the request of a website.</p>
<p>We use session cookies on the SciPy conference website to facilitate the registration process and ensure the same person starting the process is the one finishing it. Note that session cookies are deleted automatically by your browser when you quit the browser. Accepting session cookies is required for using the SciPy Conference website to register. If you do not want to accept session cookies, you can contact us via email to register for the conference.</p>
<h2>Aggregate Information</h2>
<p>We collect aggregate information on visits made to our pages. This information helps us improve the content of our site. We also track which websites refer visitors to the SciPy Conference website.</p>
<h2>Email addresses</h2>
<p>We use an opt-in process to add names to the conference e-mail list. All mass emails we send include an opt-out link that will allow you to remove yourself from all future mailings. We do not share our email lists with anyone without your permission. Also, Enthought will not use your contact information or email address for anything other than SciPy Conference business.</p>
<h2>Disclosure of Information Policy</h2>
<p>At no time do we allow others outside of Enthought, Inc. and the SciPy Conference organizing committee to access your personal information. Your information will likewise not be provided to our partners, outside vendors or any marketing agencies without your prior permission. We will provide your contact information to the SciPy Conference sponsors (listed on the website) after offering you the opportunity to opt-out (decline to have your email shared).</p>
<p>If you have any questions or comments concerning our privacy policy, please feel free to contact us by phone or e-mail.</p>
</section>
<div style="clear:both;"></div>
<footer id="page_footer">
<?php include('inc/page_footer.php') ?>
</footer>
</div>
</body>
</html>