Skip to content

Commit

Permalink
fix bib
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Mar 15, 2024
1 parent bc536e2 commit 45449b2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/electronics/examples/coplanar_waveguide_vary_gap.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,10 @@ def mesh_waveguide_1(filename, wsim, hclad, hsi, wcore_1, wcore_2, hcore, gap):

plt.show()

# %%
# %% [markdown]
# ## Bibliography
#
# ```{bibliography}
# :style: unsrt
# :filter: docname in docnames
# ```
9 changes: 7 additions & 2 deletions docs/electronics/examples/coplanar_waveguide_vary_width.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,10 @@ def current_form(w):
)

plt.show()

# %%
# %% [markdown]
# ## Bibliography
#
# ```{bibliography}
# :style: unsrt
# :filter: docname in docnames
# ```
4 changes: 2 additions & 2 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ @article{Rukhlenko2012
number = {12},
journal = {Optics Letters},
publisher = {The Optical Society},
author = {Rukhlenko, Ivan D. and Premaratne, Malin and Agrawal, Govind P.},
author = {Rukhlenko, Ivan D. and Premaratne, Malin and Agrawal, Govind P.},
year = {2012},
month = jun,
pages = {2295}
Expand Down Expand Up @@ -340,5 +340,5 @@ @article{Jansen1978
author = {Jansen, R.H.},
year = {1978},
month = feb,
pages = {7582}
pages = {75--82}
}

0 comments on commit 45449b2

Please sign in to comment.