-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInt+Chart.html
More file actions
149 lines (147 loc) · 10.3 KB
/
Int+Chart.html
File metadata and controls
149 lines (147 loc) · 10.3 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<html>
<head>
<<<<<<< HEAD
=======
<link rel = "icon" href = "../icon_logo.png">
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
<link href = '../berkbear.css' type = 'text/css' rel = 'stylesheet'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap" rel="stylesheet">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<<<<<<< HEAD
</head>
<div>
<nav class = 'navigation'>
<a id = 'home_link' href = '../berkbear.html'>
=======
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/jquery-1.2.6.min.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/jquery-ui-personalized-1.5.2.packed.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/sprinkle.js"></script>
<link rel="import" href="https://linen-tracer-373120.wl.r.appspot.com/">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/jquery-1.2.6.min.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/jquery-ui-personalized-1.5.2.packed.js"></script>
<script language="JavaScript" type="text/javascript" src="/js/sprinkle.js"></script>
<link rel="import" href="https://linen-tracer-373120.wl.r.appspot.com/">
</head>
<nav class = 'navigation'>
<a id = 'home_link' href = '../index.html'>
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
<img id = 'logo_banner' src = '../transparent_logo_no_words.png' height = 100%>
</a>
<div class="dropdown">
<button id="dropbtn"><p>Research</p></button>
<div class="dropdown-content">
<<<<<<< HEAD
<a href="Short+Papers.html">Short Papers</a>
<a href="Market+Foresight.html">Market Foresight</a>
<a href="Editorials.html">Editorials</a>
=======
<a href="../Research+Publications/Short+Papers.html">Short Papers</a>
<a href="../Research+Publications/Market+Foresight.html">Market Foresight</a>
<a href="../Research+Publications/Editorials.html">Editorials</a>
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
</div>
</div>
<div class="dropdown">
<button id="dropbtn"><p>Data</p></button>
<div class="dropdown-content">
<a href="Int+Chart.html">Interactive Charting</a>
<<<<<<< HEAD
<a href="#">Markets Dashboard</a>
<a href="#">Index Glossary</a>
=======
<a href="Market+Dashboard.html">Markets Dashboard</a>
<a href="Index+Glossary.html">Index Glossary</a>
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
</div>
</div>
<div class = 'nav_link_div'>
<a id = 'about_link' href = '../about.html'>About</a>
</div>
<div class = 'nav_link_div'>
<<<<<<< HEAD
<a id = 'contact_link' href = '#'>Contact</a>
=======
<a id = 'contact_link' href = '../contact.html'>Contact</a>
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
</div>
</nav>
<div id = "content_background">
<div id = "int_chart_app_container">
<div id = "int_chart_info">
<<<<<<< HEAD
<h1>Methodology</h1>
<p class="article_text int_chart">The Bureau of Economic & Asset Research at Berkeley has amassed data from 36 databases including over 3.7 million datasets and compiled an interactive graphing tool to enable users to compare all manner of macroeconomic and financial indexes that previously were not easily accessible.
The Interactive Graphing tool allows users to apply transformations to datasets, chart different time series and periods for datasets, save images of charts created, and chart different styles of plots. The Interactive Graphing tool is still under development and continues to add more
data, so if you have any thoughts, ideas, or any issues please send us some feedback below the Interactive Graphing tool.
=======
<h1 id="int_chart_title">Methodology</h1>
<p class="article_text int_chart">The Bureau of Economic & Asset Research at Berkeley has amassed data from 36 databases including over 3.7 million datasets and compiled an interactive charting tool to enable users to compare all manner of macroeconomic and financial indexes in a consolidated representation.
The Interactive Charting tool allows users to apply transformations to datasets, chart different time series and periods for datasets, save images of charts created, and chart different styles of plots. The Interactive Charting tool is still under development and continues to add more
data, so if you have any thoughts, ideas, or any issues please send us some feedback below the Interactive Charting tool.
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
</p>
</div>
<br>
<br>
<div id = "int_chart_container">
<<<<<<< HEAD
<iframe id = "int_chart_iframe" width="1300" height="1000" src="https://linen-tracer-373120.wl.r.appspot.com/" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" loading="lazy" allowfullscreen></iframe>
=======
<object id="int_chart" data="https://linen-tracer-373120.wl.r.appspot.com/" type="text/html"></object>
<!--<script>
$("#int_chart_container")
.html('<object data="https://linen-tracer-373120.wl.r.appspot.com/"/>');
</script>
<embed id = "int_chart_iframe" width="1300" height="1000" src="https://linen-tracer-373120.wl.r.appspot.com/" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" loading="lazy" allowfullscreen></iframe>-->
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
</div>
<div id = "feedback_container">
<div id="feedback">
<a href="#" id = "close"></a>
<div id="feedback_iframe_container">
<iframe height="640" width="440" src="https://docs.google.com/forms/d/e/1FAIpQLSeEKmxhZL1fRlgnAZ-mFw6W-uBj3IaI8wmXGDQibtfMM-SI2w/viewform?embedded=true" allowfullscreen="true" id="feedback_form" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" loading="lazy"></iframe>
</div>
</div>
<a href="#feedback" id="feedback_form_icon">
<img src="question.png" id="question">
<h3>Something Wrong?</h3>
</a>
</div>
</div>
<div class = "additional_disclosures int_chart">
Disclosures:<br><br>
Investing involves market risk, including possible loss of principal, and there is no guarantee that investment objectives will be achieved. Past performance is not a guarantee of future results.<br><br>
Asset allocation/diversification does not guarantee a profit or protection against loss.<br><br>
The Bureau of Economic & Asset Research at Berkeley does not provide tax, legal or accounting advice. Information presented is not intended to provide, and should not be relied on for tax, legal and accounting advice. You should consult your own tax, legal and accounting advisors before engaging in any financial transaction.<br><br>
The price of equity securities may rise or fall due to the changes in the broad market or changes in a company's financial condition, sometimes rapidly or unpredictably. Equity securities are subject to 'stock market risk' meaning that stock
prices in general may decline over short or extended periods of time.<br><br>
When investing in mutual funds or exchange traded funds, please consider the investment objectives, risks, charges, and expenses associated with the funds. The prospectus contains this and other information, which should be carefully read before investing. You may obtain a fund's prospectus by visiting the fund company's website.<br><br>
All companies referenced are shown for illustrative purposes only and are not intended as a recommendation or endorsement by the Bureau of Economic & Asset Research at Berkeley in this context.<br><br>
</div>
<<<<<<< HEAD
</div>
=======
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
<footer class = "footer">
<div id = "disclosure_container">
<p>The Bureau of Economic & Asset Research at Berkeley does not provide tax, legal or accounting advice.
Information presented is not intended to provide, and should not be relied on for tax, legal and accounting advice. Past performance does not gaurentee future returns.
You should consult your own tax, legal and accounting advisors before engaging in any financial transaction.</p>
</div>
<img id = "footer_logo" src = "../logo_transparent.png" >
</footer>
<<<<<<< HEAD
=======
<script type="text/javascript" language="javascript">
var el = document.getElementById("content_background")
var nav = document.getElementsByClassName("navigation")[0]
var foot = document.getElementsByClassName("footer")[0]
el.style.minHeight = document.body.clientHeight - nav.clientHeight - foot.clientHeight
</script>
>>>>>>> 70d0c6876fcc65d16a9ee7764662b7c79d45eea0
</body>
</html>