Skip to content

Commit

Permalink
fixed html
Browse files Browse the repository at this point in the history
  • Loading branch information
icweaver committed Mar 15, 2022
1 parent 075a141 commit f5fe5ac
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 31 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
NaturalSort = "c020b1a1-e9b0-503a-9c33-f039bfc54a85"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down
39 changes: 17 additions & 22 deletions html/08_retrievals.html

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions html/09_pop.html

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions notebooks/09_pop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,17 @@ end
@bind token confirm(TextField())

# ╔═╡ 5678d8f6-ccb8-4693-af0a-632dc51df278
isempty(token) &&
if isempty(token)
md"""
!!! danger "No token"
Enter [ads token](https://ui.adsabs.harvard.edu/user/settings/token) to pull down bib data
""";
"""
else
md"""
!!! tip "token entered"
🚀
"""
end

# ╔═╡ c7eabcc6-5139-448d-abdb-ec752788bd59
strip_u(u) = x -> ustrip(u, x)
Expand Down
Binary file modified notebooks/figures/pop/hg_pop.pdf
Binary file not shown.
Binary file modified notebooks/figures/pop/t_vs_g.pdf
Binary file not shown.

0 comments on commit f5fe5ac

Please sign in to comment.