Categories

Aphid Search Data

So, I know I have been missing from the flog lately, but that is only because I was saving up all my flog posts to make one huge, wonderful one! But this is not that post. First of all,
AphidSearch09FinalVersion.mdb
Here is the aphid search data for the past 6 weeks. Each plant has a unique RecordID that identifies it though all three tables. The UnitID field, while it might seem repetitive, is just from the format used on the Hjelm house computer. We have found 263 plants so far, but about 20 of them were can’t finds in following weeks.

This still lacks the transect searches that we will do next week, at which time I shal post an updated version. Note that even though this says Final version, this is just where I save all the final versions of my tables, as opposed to the working versions I use to sort out the tables.

Good news!

Today I found some healthy-looking Echinacea seedlings at my experimental plot in Perch Lake WPA near Leola, SD.
Thumbnail image for P8091480.JPGView image
The DNR sprayed this area (including my plot) last week, in an effort to eradicate yellow toadflax. It seems that my seedlings were shielded by the tall grass. It’s also likely that the seedlings are not in a rapidly growing stage, so they may have been less vulnerable than other broad-leaf plants.

Here’s another picture:
P8091479.JPG

Monday 8/10/09 Team Echinacea Picnic Potluck

Come to the farm for a picnic celebrating the near end of the Echinacea season. I’ll be making pesto and roasted zucchini and yellow squash. Jean is making brownies. We’ll provide drinks and s’more necessities-including a monster burn pile. Hope to see you 6:30ish.

Measurements of pollen

Until I get the website done, this list of measurements is all I can offer you. The measurements are in pixels. The measurements were made from multiple pollen on a single slide.Slide list.xls

Oh the things you will find … doing rechecks

I found a few things besides Echinacea plants, while searching for plants that may have died in the common garden. I found a fossil shell. I gave it to Per and he held on to it for a while but dropped it. Someone else will find it! I found a stylus (for a handspring visor). It’s probably Gretel’s; she lost hers earlier this year. I found a snake skin with an intact top of head–the eyes were transparent-cool! Per gave to Hattie, I think. I found a mouse in a mouse nest (right on top of dead Echinacea leaves from last year). The mouse bounded away. Also, Ruth called while I was searching to say that she had just found the serial cord for the survey station data collector that we couldn’t find–we had been looking for that for a few days. Wahoo! Finally, I emptied my pockets of litter that I had picked up: three pieces of flagging, one melted plastic plug label, and 2 blue plastic cocktail stirrers.

IMG_5633.JPG

Stuff from Stuart’s pocket: stylus (1), flagging bits (3),
melted plastic plug label (1), blue plastic cocktail stirrers (2)

We are making great progress on annual measurements of plant in the common garden. On Monday we finished measuring all plants (~10000). On Tuesday we finished placing staples at all locations where plants died overwinter in 2007-2008 (>700). Today we made a huge dent in “rechecks.”

Rechecking is when we revisit all the locations where we recorded a “can’t find” and left a flag while measuring. We placed about 1500 flags. About 700 of those “can’t finds” were stapled this year. So, we just verified that staples were in the correct locations and pulled flags. Some locations had staples from previous years that a measurer didn’t find. We pulled flags there too. Then there were the plants that were alive last year. We rechecked those and found quite a few plants. Each time someone found one, they yelled “wahoo” and the rest of us responded with a whoop and a holler.

Shucks, it was fun!! Actually I was burned out by the end. Next year we should plan two 2h sessions instead of one 4h session.

Amorpha Pollen

Perplexed by Stuart’s question – a trip to the hilltop here in Watertown, and Mimi’s poster, I checked again on the amorpha pollen – it is NOT bean shaped. But I do have reliable pictures – (Amanda don’t bother getting its pollen tomorrow)

What keeps amorpha and medicago sativa from occupying the same locations? Legume wars underground? Does Andrea have insight?
Amorpha canescens g.jpg

demo equipment

A list of equipment we need for demo was posted here: https://echinaceaproject.org/wp-content/uploads/2008/08/demography.html

shrivel data

Here’s a snippet of R code showing how to extract info from the shrivel character data (a file is below…

df <- data.frame(shrivel.txt =c("x", "xoxx", "xxxx", "oooo", "xoooo"))
df      # start off with this data frame
str(df)

df$shrivel.count <- nchar(as.character(df$shrivel.txt)) #add column

vx <- gsub("o", "", df$shrivel.txt)  # replace o with ""
vx
df$shrivel.xs <- nchar(vx)           # make a new column in df

vo <- gsub("x", "", df$shrivel.txt)  # replace x with ""
vo
df$shrivel.os <- nchar(vo)           # make a new column in df

str(df)
df      # final data frame

codeForAllegra.r

Common Garden Measuring 2009

Yesterday we finished measuring in the Common Garden! Here are some details about the protocol used for 2009:

Gardens: Inbreeding & INB2 we used the same form as in 2008. Basal and Flowering Rosettes were counted separately. Crisp leaves were included in the leaf counts.

Gardens: 2001, Monica’s, SPP, Big Batch, and 96-99 we used an abbreviated form. We did not record data on insect damage. Insects on all rosettes (basal and flowering) were recorded on the main form. Insects on the heads were recorded on the subform. Cauline leaves were not counted. The longest cauline leaf (longest leaf on the tallest flowering rosette) was recorded on the main form. For basal leaves, crisp leaves were included in leaf counts and also noted, as were leaves that were “gone.” Pips or duds with no florets were only recorded if there was a peduncle long enough for a twist-tie collar.

Staples 2009

Staples mark positions in the Common Garden where plants have died. Our policy has been to add a staple to a position where a plant has not been found for 3 years. This year, we’ve followed that protocol for the Inbreeding and INB2 gardens. However, we have added staples in Big Batch, 2001, SPP, Monica’s, 1996, 1997, 1998, 1999, and 1999s where plants have only been “Can’t Find” for TWO years. This should minimize the time it takes to search positions. We hope that plants and staples won’t both be found at the same position in the future.