Publications
This publications list is generated programmatically from .bib files. Expand the folded code to see how!
Code
# Format a publication's author list
<- function(authors) {
format_authors # Split authors' names (First MI Last or First Last)
<- stringr::str_split(authors, " ")
authors_split # Format as Last, FI. or Last, FI.MI.
# Two-word last names indicated by underscore, must be post-processed
<- function(x, pattern, replacement) sub(pattern, replacement, x)
sub2 <- purrr::map_chr(
authors_formatted
authors_split,function(parts) {
if (length(parts) == 3) {
sprintf("%s, %s.%s.",
3],
parts[substr(parts[1], 1, 1),
substr(parts[2], 1, 1))
else {
} sprintf("%s, %s.",
2],
parts[substr(parts[1], 1, 1))
}
}|>
) sub2("_", " ")
# Shorten long author lists
if (length(authors_formatted) > 7) {
<- c(authors_formatted[1:5],
authors_short "...",
length(authors_formatted)])
authors_formatted[else {
} <- authors_formatted
authors_short
}# Make my name bold
== "Czapanskiy, M.F."] <- "<strong>Czapanskiy, M.F.</strong>"
authors_short[authors_short # Concatenate
paste(authors_short, collapse = ", ")
}
# Find path to PDF file
<- function(authors, year, title) {
find_pdf if (year == "In press") {
return(NA)
}<- stringr::str_extract(authors[1], "[^ ]+$")
lead_author <- title |>
title_short ::str_replace_all("[^a-zA-Z \\-]", "") |>
stringrsubstr(1, 30)
<- glue::glue("{lead_author}.*- {year} - {title_short}")
pdf_pattern dir(here::here("assets", "papers"),
pattern = pdf_pattern,
ignore.case = TRUE) |>
file.path("assets", "papers", pdf))()
(\(pdf)
}<- function(pdf) {
create_pdf_link ifelse(is.na(pdf),
"",
::glue(" <a href=\"{pdf}\" target=\"_blank\">PDF</a>"))
glue
}
# Read bib file
<- bib2df::bib2df("assets/works.bib") |>
pubs # Retain relevant fields and format author list
::transmute(
dplyrauthors = purrr::map_chr(AUTHOR, format_authors),
title = TITLE,
journal = JOURNAL,
year = ifelse(YEAR == 9999, "In press", YEAR),
pdf = purrr::pmap_chr(list(AUTHOR, year, TITLE), find_pdf),
note = ifelse(is.na(NOTE), "", paste0(" ", NOTE))
|>
) # Format in HTML. Markdown doesn't support reverse ordered lists??
::mutate(
dplyrpub_html = glue::glue("<li>{authors} ({year}). {title}. <em>{journal}</em>.{note}{create_pdf_link(pdf)}</li>")
|>
) ::pull(pub_html)
dplyr# Reverse ordered list
c(
"<ol reversed>",
pubs,"</ol>"
|>
) cat()
- Czapanskiy, M.F., Arcila Hernández, L., Munro, C., Garfield, I., Bastidas, A., …, Beltran, R. (In press). Long-term studies should provide structure for inclusive education and professional development. Ecology Letters. *Czapanskiy and Arcila Hernández were co-lead authors on this work.
- Czapanskiy, M.F., Santora, J.A., Dietrich, K.S., Cimino, M.A., Hazen, E.L., Reiss, C.S., Veit, R.R. (2024). Sea-Ice and Macrozooplankton Distribution as Determinants of Top Predator Community Structure in Antarctic Winter. Marine Ecology Progress Series. PDF
- Hazen, E.L., Savoca, M.S., Clark-Wolf, T., Czapanskiy, M.F., Rabinowitz, P.M., Abrahms, B. (2024). Ecosystem Sentinels as Early-Warning Indicators in the Anthropocene. Annual Review of Environment and Resources. PDF
- Price, S.E., Savoca, M.S., Kumar, M., Czapanskiy, M.F., McDermott, D., …, Goldbogen, J.A. (2024). Energy Densities of Key Prey Species in the California Current Ecosystem. Frontiers in Marine Science. PDF
- Kahane-Rapport, S.R., Czapanskiy, M.F., Fahlbusch, J.A., Friedlaender, A.S., Calambokidis, J., …, Savoca, M.S. (2022). Field measurements reveal exposure risk to microplastic ingestion by filter-feeding megafauna. Nature Communications. PDF
- Gough, W.T., Cade, D.E., Czapanskiy, M.F., Potvin, J., Fish, F.E., …, Goldbogen, J.A. (2022). Fast and furious: energetic tradeoffs and scaling of high-speed foraging in rorqual whales. Integrative Organismal Biology. PDF
- Fahlbusch, J.A., Czapanskiy, M.F., Calambokidis, J., Cade, D.E., Abrahms, B., Hazen, E.L., Goldbogen, J.A. (2022). Blue whales increase feeding rates at fine-scale ocean features. Proceedings of the Royal Society B. PDF
- Nazario, E.C., Cade, D.E., Bierlich, K., Czapanskiy, M.F., Goldbogen, J.A., …, Friedlaender, A.S. (2022). Baleen whale inhalation variability revealed using animal-borne video tags. PeerJ. PDF
- Czapanskiy, M.F., Beltran, R.S. (2022). How reproducibility will accelerate discovery through collaboration in physio-logging. Frontiers in Physiology. PDF
- Czapanskiy, M.F., Ponganis, P.J., Fahlbusch, J.A., Schmitt, T.L., Goldbogen, J.A. (2022). An accelerometer-derived ballistocardiogram method for detecting heartrates in free-ranging marine mammals. Journal of Exp. Bio.. PDF
- Beltran, R.S., Yuen, A.L., Condit, R., Robinson, P.W., Czapanskiy, M.F., Crocker, D.E., Costa, D.P. (2022). Elephant seals time their long-distance migrations using a map sense. Current Biology. PDF
- Segre, P.S., Gough, W.T., Roualdes, E.A., Cade, D.E., Czapanskiy, M.F., …, Goldbogen, J.A. (2022). Scaling of maneuvering performance in baleen whales: larger whales outperform expectations. Journal of Exp. Bio.. PDF
- Cade, D.E., Gough, W.T., Czapanskiy, M.F., Fahlbusch, J.A., Kahane-Rapport, S.R., …, Goldbogen, J.A. (2021). Tools for integrating inertial sensor data with video bio-loggers, including estimation of animal orientation, motion, and position. Animal Biotelemetry. PDF
- Savoca, M.S., Czapanskiy, M.F., Kahane-Rapport, S.R., Gough, W.T., Fahlbusch, J.A., …, Goldbogen, J.A. (2021). Baleen whale prey consumption based on high-resolution foraging measurements. Nature. PDF
- Czapanskiy, M.F., Savoca, M.S., Gough, W.T., Segre, P.S., Wisniewska, D.M., Cade, D.E., Goldbogen, J.A. (2021). Modelling short-term energetic costs of sonar disturbance to cetaceans using high-resolution foraging data. Journal of Applied Ecology. PDF
- Gough, W.T., Smith, H.J., Savoca, M.S., Czapanskiy, M.F., Fish, F.E., …, Goldbogen, J.A. (2021). Scaling of oscillatory kinematics and Froude efficiency in baleen whales. Journal of Exp. Bio.. PDF
- Williams, C.L., Czapanskiy, M.F., John, J.S., Leger, J.S., Scadeng, M., Ponganis, P.J. (2021). Cervical air sac oxygen profiles in diving emperor penguins: parabronchial ventilation and the respiratory oxygen store. Journal of Exp. Bio.. PDF
- Goldbogen, J.A., Cade, D.E., Wisniewska, D.M., Potvin, J., Segre, P.S., …, Pyenson, N.D. (2019). Why whales are big but not bigger: Physiological drivers and ecological limits in the age of ocean giants. Science. PDF
- Goldbogen, J.A., Cade, D.E., Calambokidis, J., Czapanskiy, M.F., Fahlbusch, J., …, Ponganis, P.J. (2019). Extreme bradycardia and tachycardia in the world’s largest animal. PNAS. PDF
- Adams, J., Felis, J.J., Czapanskiy, M.F., Carle, R., Hodum, P. (2019). Diving behavior of Pink-footed Shearwaters rearing chicks on Isla Mocha, Chile. Marine Ornithology. PDF
- Kelsey, E.C., Felis, J.J., Czapanskiy, M.F., Pereksta, D.M., Adams, J. (2018). Collision and displacement vulnerability to offshore wind energy infrastructure among marine birds of the Pacific Outer Continental Shelf. Journal of Env. Mgmt.. PDF