Skip to content

Commit

Permalink
add avinertia
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaliga committed Aug 1, 2022
1 parent 36848d9 commit 5d8682f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
6 changes: 3 additions & 3 deletions blog.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Stuff I tried to google"
subtitle: "Sporadically updated, (somewhat) useful stuff"
subtitle: "(but ended up figuring out myself)"
listing:
contents: posts
fields: [image, date, title, subtitle, categories, author, reading-time]
Expand All @@ -12,9 +12,9 @@ listing:
editor: visual
---

The motivation for these posts often comes from trying to google a question or topic related to coding, only to find little-to-no answer. Should I have luck in answering it myself, I'll post it here with the hope that it helps other people with similar questions 🐢
The motivation for these posts often comes from trying to google a question or topic related to coding, only to find little-to-no answer. Should I find a way to answer it myself, I'll post a "How to" here with the hope that it helps other people with similar questions. 🐢

::: gap-10
:::

Subscribe to new updates via [RSS](blog.xml).
Subscribe to very sporadic updates via [RSS](blog.xml).
19 changes: 15 additions & 4 deletions data-software-code.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ Many of the links below will take you to content on GitHub ([\@vbaliga](https://

## Software packages

### [avinertia](https://cran.r-project.org/web/packages/AvInertia/index.html): Calculate the inertial properties of a flying bird

*avinertia* provides tools to compute the center of gravity and moment of inertia tensor of any flying bird. The tools function by modeling a bird as a composite structure of simple geometric objects. This requires detailed morphological measurements of bird specimens although those obtained for the associated paper have been included in the package for use. Written with [Christina A. Harvey](https://www.christinaharvey.ca/) and [Jasmin C.M. Wong](https://research-information.bris.ac.uk/en/persons/jasmin-wong)

Accompanying paper ([Harvey et al., 2022](https://doi.org/10.1038/s41586-022-04477-8)) in Nature

------------------------------------------------------------------------

### [pathviewr](https://github.com/ropensci/pathviewr): Tools to import, clean, and visualize animal movement data in R
![](/images/pathviewrhex_600dpi_trns.png){fig-alt="pathviewr r package" style="float:left;" width="100"}

![](/images/pathviewrhex_600dpi_trns.png){fig-alt="pathviewr r package" style="float:left;" width="100"}

Part of the rOpenSci project (github: [ropensci/pathviewr](https://github.com/ropensci/pathviewr))

Expand All @@ -17,7 +26,8 @@ Part of the rOpenSci project (github: [ropensci/pathviewr](https://github.com/ro
------------------------------------------------------------------------

### [gaussplotR](https://github.com/vbaliga/gaussplotR): Fit, predict, and plot 2D Gaussians in R
![](/images/gaussplotR.png){fig-alt="gaussplotR r package" style="float:left;" width="100"}

![](/images/gaussplotR.png){fig-alt="gaussplotR r package" style="float:left;" width="100"}

gaussplotR provides functions to fit two-dimensional Gaussian functions, predict values from such functions, and produce plots of predicted data.

Expand All @@ -26,11 +36,12 @@ Accompanying paper ([Baliga, 2021](https://doi.org/10.21105/joss.03074)) in the
------------------------------------------------------------------------

### [workloopR](https://github.com/ropensci/workloopR): Analysis of work loops and other data from muscle physiology experiments in R
![](/images/workloopR_icon_300dpi.png){fig-alt="workloopR r package" style="float:left;" width="100"}

![](/images/workloopR_icon_300dpi.png){fig-alt="workloopR r package" style="float:left;" width="100"}

Part of the [rOpenSci](https://ropensci.org/) project (github: [ropensci/workloopR](https://github.com/ropensci/workloopR))

workloopR (pronounced "work looper") provides functions for the import, transformation, and analysis of muscle physiology experiments in R. Over the course of developing the package, we expanded this goal to also cover experiments that are often complementary to the work loop technique.
workloopR (pronounced "work looper") provides functions for the import, transformation, and analysis of muscle physiology experiments in R. Over the course of developing the package, we expanded this goal to also cover experiments that are often complementary to the work loop technique.

Accompanying paper ([Baliga and Senthivasan, 2019](https://doi.org/10.21105/joss.01856)) in the Journal of Open Source Software

Expand Down
2 changes: 2 additions & 0 deletions vbaliga.github.io.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

SpellingDictionary: en_US

0 comments on commit 5d8682f

Please sign in to comment.