Skip to content

Commit

Permalink
Fix links using idea from dcclink discussed here plotly/dash-core-com…
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoupe committed Aug 10, 2020
1 parent f3c7b10 commit 83e0216
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,15 +460,15 @@ def make_traces(base_data, biden_data, y, title):
html.Div([dcc.Graph(id="fig_tab")]),
dcc.Markdown(
"""
**Note:** This project builds on TK paper by Pomerleau.
Data for this project are generated using the open-source
<a href="https://github.com/PSLmodels/Cost-of-Capital-Calculator" target="_blank">Cost-of-Capital-Calculator</a>
and <a href="https://github.com/PSLmodels/Tax-Calculator" target="_blank">Tax-Calculator</a> projects.
**Note:** This project builds on TK paper by Pomerleau.
Data for this project are generated using the open-source
<a href="https://github.com/PSLmodels/Cost-of-Capital-Calculator" children="Cost-of-Capital-Calculator" target="blank"/>
and <a href="https://github.com/PSLmodels/Tax-Calculator" children="Tax-Calculator" target="blank"/> projects.
The code that modifies the underlying models to produce these estimates
can be found <a href="https://github.com/kpomerleau/Cost-of-Capital-Calculator/tree/Tests" target="_blank">here</a>
and <a href="https://github.com/erinmelly/Tax-Calculator/tree/Biden" target="_blank">here</a>.
can be found <a href="https://github.com/kpomerleau/Cost-of-Capital-Calculator/tree/Tests" children="here" target="blank"/>
and <a href="https://github.com/erinmelly/Tax-Calculator/tree/Biden" children="here" target="blank" />.
The code that powers this data visualization can be found
<a href="https://github.com/Peter-Metz/ccc-widget" target="_blank">here</a>.
<a href="https://github.com/Peter-Metz/ccc-widget" children="here" target="blank" />.
""",
style={"padding-top": "30px", "max-width": "1000px"},
dangerously_allow_html=True,
Expand Down
2 changes: 1 addition & 1 deletion cs-config/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG=3
ARG=4
git clone https://github.com/hdoupe/ccc-widget
cd ccc-widget
git fetch origin
Expand Down

0 comments on commit 83e0216

Please sign in to comment.