Publications by Katarzyna Wojczulanis-Jakubas

AnimBehav_coordination

24.10.2024

24 octubre, 2024 Why do we care about coordination? An abstractive example Random numbers: x <- rnorm(100) y <- rnorm(100) plot.new() plot.window(xlim = c(-1, 1), ylim = c(-1, 1), asp = 1) lines(x, y, col = hsv(0.65, 1, 1)) lines(0.8 * x, 0.8 * y, col = hsv(0.8, 1, 1)) lines(0.6 * x, 0.6 * y, col = hsv(0.9, 1, 1)) lines(0.4 * x, 0...

3341 sym 21 img

EcoEvo_Reproductive value and evolution of menopause

09.10.2024

09 octubre, 2024 Reproductive value source: http://www.oceanlifecentre.dk Life tables An example - life table for females: United States, 2003 National Vital Statistics Reports, Vol 54 lx - probability of surviving to age xr - reproduction potential Life tables An example - life table for females: United States, 2003 National Vital Statistics...

4422 sym 17 img

EcoEvo_Ageing

09.10.2024

09 octubre, 2024 Ageing Wear and tear theory DEF: Ageing is the result of fundamental limitations, inevitable small random changes that accumulate with time (stochastic theories of ageing); a tendency of all matter to decay into a more random, less ordered state (entropy). source: http://www.programmed-ageing.org Wear and tear theories of ag...

3816 sym 14 img

test

12.03.2024

Introduction This is our first markdown with randomization. # Loop N <- 1000 sample_cor_coef <- numeric(N) for(i in 1:N) { male_sample <- sample(x = male, size = length(male), replace = FALSE) female_sample <- sample(x = female, size = length(female), replace = FALSE) sample_cor_coef[i] <- cor(male_sample, female_sample) } # Plot...

71 sym R (1169 sym/4 pcs) 2 img

BEE_Optimization

17.10.2023

17 octubre, 2023 Evolutionary trade-offs trade-off: when a choice must be made between two, or multiple things that are either incompatible or in shortage, then an increase in one thing might lead to a decrease in another. In the evolutionary context, the currency is survival/reproduction. Evolutionary trade-offs One-trait trade-off - Result of an...

3497 sym 13 img 2 tbl

starlings_trimming

03.05.2023

Data are collected for roughly for 24 hours, with the session starting at mid day, and being continued untill noon of the next day. Assuming that all the nest visits are associated with feeding, a variation in feeding frequency may be expected during the day, e.g. due to varying food availability related to air temperature/humidity/etc. Even ...

1961 sym R (400 sym/2 pcs) 5 img

LA_acoustic_ms2

18.02.2023

rm(list = ls()) setwd("C:/Users/User/Desktop") # Libs & data library(readxl) library(tidyverse) dt <- read_excel("./liakm2_datause.xlsx") Ania’s ideas/questions: vocal individuality: PCA, then this used as input for pDFA for ID (controlling for calltype and sex)? (1a) stability over time: we have vocalisations from 2019 and 2020; not ...

4680 sym R (4883 sym/12 pcs) 4 img

reproductive value

11.10.2022

11 octubre, 2022 Reproductive value source: http://www.oceanlifecentre.dk Life tables An example - life table for females: United States, 2003 National Vital Statistics Reports, Vol 54 lx - probability of surviving to age xr - reproduction potential Life tables An example - life table for females: United States, 2003 National Vital Statistic...

4183 sym 13 img

EcoEvo_site fidelity_text

15.11.2022

Dispersal DEFINITION: the action or process of distributing or spreading things (e.g. seeds) or animals (including people) over a wide area. All species disperse to some extent, and the rate of the dispersal differs between the species. It is the process that strongly influences the population dynamics of a species, helping to regulate ...

13970 sym 17 img

dialy rhytms

19.05.2020

Dane Nagrania video alczyków - zachowań i obecności w kolonii (Hornsund, Spitsbergen), sezon 2019; wczesny okres pisklęcy (pisklęta w wieku 2-7 dni) i środkowy okres pisklęcy (pisklęta w wieku 8-14 dni). Ptaki znakowane indywidualnie za pomocą kombinacji kolorowych obrączek i znaków barwnych malowanych na piórach piersi. Kamery ustawi...

4241 sym R (1261 sym/1 pcs) 8 img 4 tbl