Skip to content

Commit be3256c

Browse files
authored
Update portfolio.md
1 parent 63f2ef4 commit be3256c

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

portfolio.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,32 @@ show_profile: false
99
## Study of Annual Migration Patterns of the Baltimore Oriole (Icterus galbula)
1010
10/29/25
1111

12-
**Introduction**
12+
**Introduction**
1313
The Baltimore Oriole (Icterus galbula) is a colorful migratory bird found throughout the Eastern/Central part of North and Central America. The male has bright orange and black plummage which makes it easy to spot, while the female plummage is only slightly less brilliant. Like many species, the Baltimore Oriole spends the winters in the warmer climates of Central American, and migrates north during the summer ([Cornell Lab of Ornithology](https://www.allaboutbirds.org/guide/Baltimore_Oriole/overview)). According to the [Audubon Society](https://www.audubon.org/field-guide/bird/baltimore-oriole), Orioles prefer open woods, riverside groves, elms, and shade trees, and generally prefer to nest on the edges of woodlands. The Audubon Society also notes that this species still has a healthy population, but "surveys show a decline in recent decades." In particular, Dutch elm disease during the mid 20th century may have contributed to a loss of habitat for Orioles. Climate change is another factor threatening Orioles. The Audubon Society lists fire weather, spring heat waves, and urbanization as leading climate change related factors that are negatively impacting Oriole populations.
1414

1515
<img src="img/baltimore-oriole-image.jpg" alt="Baltimore Oriole" width="600">
1616

17-
**Migration Mapping**
17+
**Migration Mapping**
1818
Knowing the month-by-month range of the Balitmore Oriole's migration path can be a useful tool for conservation efforts. Since the Oriole is a migratory species, it relies on a wide range of habitats across Central and North America. Knowing when and where this species will be can aid conservation efforts. While this analysis focuses on the 2024 migration range, mapping the range over multiple years or decades can be an important way of assessing the health of the Oriole population.
1919

20-
**Migration Data from GBIF**
20+
**Migration Data from GBIF**
2121
To map the Oriole's annual migration, I will be using occurrence data from the [Global
2222
Biodiversity Information Facility (GBIF)](https://www.gbif.org/). Occurrence data is largely collected using [eBird](https://ebird.org/home) and [iNaturalist](https://www.inaturalist.org/), as well as several other reputable citizen science data sources ([GBIF Data Processing](https://www.gbif.org/data-processing)).
2323

24-
**Ecoregion Data**
24+
**Ecoregion Data**
2525
I will be plotting occurrence (sightings of Orioles) data within ecoregions to visualize the Oriole migration on a map. For the ecoregion data, I will be using data published in 2017 by [RESOLVE](https://www.resolve.ngo/) and [OneEarth](https://www.oneearth.org/announcing-the-release-of-ecoregion-snapshots/).
2626

27-
**Data Processing**
27+
**Data Processing**
2828
After downloading the data, there are several steps necessary to plot the data geographically over time. Major steps included joining both datasets, counting observations in each ecoregion per month, and normalizing for space and time.
2929

30-
**Normalization**
30+
**Normalization**
3131
The goal of this analysis is not only to plot geographically, but to also represent density of bird observations using a color gradient. The goal of the normalization step is to remove systematic differences such as some months have more sampling because more birdwatchers are outside, and some regions being more heavily surveyed because more birdwatchers live there.
3232

3333
[Click here to view my full analysis and Python code](./img/baltimore-oriole-migration-notebook)
34+
35+
<embed type="text/html" src="/img/baltimore-oriole-migration.html" width="800" height="700">
3436

35-
**Results**
36-
<embed type="text/html" src="/img/baltimore-oriole-migration.html" width="700" height="700">
37-
38-
**Analysis**
37+
**Results and Analysis**
3938
According to the interative plot above, the Baltimore Oriole spends the coldest winter months (December/January) in warmer climates with ecoregions with dense observations in South and Central America. Surprisingly, there are also less dense ecoregions with Orioles along the East Coast of North America, extending into Canada during the coldest months. This suggests that while Orioles may prefer the warmer climates of the South, they can still tolorate the colder winter weather along the East Coast. There are also observations of Orioles on the Carribean islands in most months except for summer, suggesting that Orioles are very capable of migrating across fairly large water bodies.
4039

4140
During the summer months, Orioles are almost solely observed in the U.S. and Canada, and are almost completely absent from their winter habitats in Central and South America. Additionally, the Orioles range appears to be limited by the geographic barrier of the Rocky Mountains. This might be explained by the Oriole's habitat preferences which don't align well with the dense forests and steep terrain of the Rockies. However, the Oriole is not affraid to venture far north, with ecoregions with very dense summer observations found in the Northern U.S. and Canada.

0 commit comments

Comments
 (0)