File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919# Project Proposal
2020# =========================
2121with st .expander ("Project Proposal" , expanded = False ):
22-
2322 st .subheader ("Project Overview" )
2423 st .write ("""
2524 This project analyzes weekly U.S. petroleum product supplied data and
3029
3130 st .subheader ("Datasets" )
3231 st .markdown ("""
33- - **Weekly U.S. Petroleum Product Supplied**
32+ - **Weekly U.S. Petroleum Product Supplied**
3433 https://www.eia.gov/opendata/browser/petroleum/cons/wpsup
3534
36- - **Weekly WTI Crude Oil Spot Price (RWTC)**
35+ - **Weekly WTI Crude Oil Spot Price (RWTC)**
3736 https://www.eia.gov/opendata/browser/petroleum/pri/spt
3837 """ )
3938
4443 3. Do petroleum supply and crude oil prices show similar patterns over time?
4544 4. Are there noticeable disruptions during major events such as COVID-19 period?
4645 """ )
47-
4846 st .subheader ("Link to the notebook" )
49- st .markdown ("[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)" )
47+ st .markdown (
48+ "[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)"
49+ )
5050
5151 st .subheader ("Target Visualization" )
5252 st .markdown ("""
53- - Weekly time-series line chart of U.S. petroleum product supplied
54- - Weekly time-series line chart of WTI crude oil price
53+ - Weekly time-series line chart of U.S. petroleum product supplied
54+ - Weekly time-series line chart of WTI crude oil price
5555 - Visual comparison of trends between the two series
5656 """ )
5757
You can’t perform that action at this time.
0 commit comments