From e31f26ee387bb901931348c84cbea2c50307d866 Mon Sep 17 00:00:00 2001 From: tradinh0304 <143743424+tradinh0304@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:47:04 -0500 Subject: [PATCH 1/6] test test --- Tra_Dinh_Idea_1.md (1).html | 75 +++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 Tra_Dinh_Idea_1.md (1).html diff --git a/Tra_Dinh_Idea_1.md (1).html b/Tra_Dinh_Idea_1.md (1).html new file mode 100644 index 0000000..c6d0708 --- /dev/null +++ b/Tra_Dinh_Idea_1.md (1).html @@ -0,0 +1,75 @@ +Tra Dinh Idea 1.md +

Research Idea 1 : The World Through the Eyes of U.S. Media. What country got mentioned the most during each era from 1900 to 2025

+

Abstract

+

Media coverage plays a central role in shaping public awareness and collective consciousness about global events. In the United States, newspaper headlines particularly front-page stories have long served as a focal point for daily conversations about international affairs. This project examines how global attention has shifted over time by analyzing front-page headlines published by The New York Times between 1900 and 2025.

+

Using the New York Times digital archive, this study identifies which countries most frequently appeared in prominent news coverage during different historical periods. By tracking the rise and decline of country mentions across more than a century, this research aims to reveal how wars, political conflicts, economic power shifts, and global crises influence which parts of the world occupy U.S. media attention at any given time.

+

Hypothetical Scenarios / Expectations

+

Based on historical context, certain periods are expected to show concentrated coverage of specific regions or countries. For example:

+ +

Data Sources

+
    +
  1. The New York Times Article Archive API
    +Source: https://developer.nytimes.com/
  2. +
  3. Metadata fields used include headline text, publication date, article type, section, and page placement.
  4. +
  5. Considering other article API such as The Economist,…
  6. +
+

Methodology / Strategy

+

This project uses web scraping and API-based data collection to retrieve articles published between 1900 and 2025. The dataset is filtered to include only:

+ +

Methods

+

NLP Approach

+ +

Frequency Analysis

+ +

Ethical Considerations

+ +

Who benefits from the research

+
    +
  1. Media scholars and journalists
  2. +
+ +
    +
  1. Historians and political scientists
  2. +
+ +
    +
  1. Policy analysts and international relations researchers
  2. +
+ + + \ No newline at end of file From 260e7083fa5f720a8ef6c3aa06bfb95e18c5b5f8 Mon Sep 17 00:00:00 2001 From: tradinh0304 <143743424+tradinh0304@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:51:00 -0500 Subject: [PATCH 2/6] Create Tra_Dinh_Idea_1.md.html --- Tra_Dinh_Idea_1.md.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Tra_Dinh_Idea_1.md.html diff --git a/Tra_Dinh_Idea_1.md.html b/Tra_Dinh_Idea_1.md.html new file mode 100644 index 0000000..f0bced9 --- /dev/null +++ b/Tra_Dinh_Idea_1.md.html @@ -0,0 +1,37 @@ +Tra Dinh Idea 1.md +

Research Idea 1 : The World Through the Eyes of U.S. Media: Countries Most Mentioned in Each Era (1900–2025)

+

Abstract

+

Media coverage plays a central role in shaping public awareness and collective consciousness about global events. In the United States, newspaper headlines particularly front-page stories have long served as a focal point for daily conversations about international affairs. This project examines how global attention has shifted over time by analyzing front-page headlines published by The New York Times between 1900 and 2025.

+

Using the New York Times digital archive, this study identifies which countries most frequently appeared in prominent news coverage during different historical periods. By tracking the rise and decline of country mentions across more than a century, this research aims to reveal how wars, political conflicts, economic power shifts, and global crises influence which parts of the world occupy U.S. media attention at any given time.

+

Hypothetical Scenarios / Expectations

+

Based on historical context, certain periods are expected to show concentrated coverage of specific regions or countries. For example:

+ +

Data Sources

+
    +
  1. The New York Times Article Archive API
    +Source: https://developer.nytimes.com/
  2. +
  3. Metadata fields used include headline text, publication date, article type, section, and page placement.
  4. +
  5. Considering other article API such as The Economist,…
  6. +
+

Methodology / Strategy

+

This project uses web scraping and API-based data collection to retrieve articles published between 1900 and 2025. The dataset is filtered to include only:

+ +

Ethical Considerations

+

While this research relies on publicly available archival data, several ethical considerations remain important:

+
    +
  1. Front-page coverage reflects editorial bias and institutional priorities
  2. +
  3. Frequency of mention does not equal importance or positive representation
  4. +
  5. Some regions may be underrepresented due to geopolitical power imbalances
  6. +
  7. Historical headlines may contain outdated or biased language and will be interpreted in historical context
  8. +
+ + \ No newline at end of file From 5d126cdbdbefd23c502320687ae917040cfe5f58 Mon Sep 17 00:00:00 2001 From: tradinh0304 <143743424+tradinh0304@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:55:31 -0500 Subject: [PATCH 3/6] final --- Tra_Dinh_Idea_1.md.html => traidea1.md.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Tra_Dinh_Idea_1.md.html => traidea1.md.html (100%) diff --git a/Tra_Dinh_Idea_1.md.html b/traidea1.md.html similarity index 100% rename from Tra_Dinh_Idea_1.md.html rename to traidea1.md.html From a34be47a338683cf60c8f4923c3436d3f8049214 Mon Sep 17 00:00:00 2001 From: tradinh0304 <143743424+tradinh0304@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:57:36 -0500 Subject: [PATCH 4/6] mini idea final --- .DS_Store | Bin 0 -> 6148 bytes Tra_Dinh_Idea_1.md | 52 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .DS_Store create mode 100644 Tra_Dinh_Idea_1.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ddf42c124589498180e987133f1ad13c32b30e21 GIT binary patch literal 6148 zcmeHKJx{|h5PgPH6%bNKB!m<;SSnf}=Cmq92Nuc>X;WyWejrK*w(R@|{sO;`3ErKJ zl(=*RQRIv4XP@7l?I$IU0hrbztpim66&AtL4y$iW#-%LThVw|AksO`ztlt~YdhAQW zU_pVPz~5Ft-rW*XBzQvNy}wP4)jrg86Gv!U9wMCKluv{%9`J|}rnqOXL0<#s>VL+V zPl6s6n4?BsiaT$HH*bbAIdf)8Fu|b6HHRK|OE_BQ9`j|1ImL|o8^CA2d(1uE4SD2F zMG=+}W2b&3nv8tSX|s(hT+rLbC9%eJrNvc2_L`3vk6p;iO+)$M##{TOweus7toCm4HKMVEZmDp`_sT26w#Et=yY|ZN z8t)-2Jtz`*Pj@PgBUx^EYd?WHk4>Xjk{tP zcXKc{oa3?MXBKTZjLytFZf4_dD8^kpOr&&}*kY)I0zrYI0-Ls5mGl2%_5HsX6na5{ zpuoRUz?9nEc8gnbXY11D Date: Mon, 23 Feb 2026 14:03:57 -0500 Subject: [PATCH 5/6] Update .DS_Store --- .DS_Store | Bin 6148 -> 6148 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.DS_Store b/.DS_Store index ddf42c124589498180e987133f1ad13c32b30e21..fdef4e07060795668f66a4f25928b7de63900654 100644 GIT binary patch delta 82 zcmZoMXfc=|#>B)qu~2NHo+2aX#(>?7jGUW!Se7y}3QgX`sxmo^m2dJlR>95gYzG)O lHUu$kX6NAN0P5H*$nl+dGQWr;2Lli=GBB`gju2VH3;>R26g~g| delta 156 zcmZoMXfc=|#>B!ku~2NHo+2aH#(>?7i&&T#xi<4KEoEesp1g@!MTkLxL4(1NL6bp` zA%mfWA(tU%@-=38YXKm;h#`?7lOcs66-XNb<#T~-xGK+_{N$vZ{3Hej1_1^J#-BiX q-hVLI{E_)6<7Rdaeh#4BK+bpO$^0UY9E=PMOh82pn Date: Mon, 23 Feb 2026 14:05:43 -0500 Subject: [PATCH 6/6] Create Tra_Dinh_Idea_2.md --- Tra_Dinh_Idea_2.md | 159 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 Tra_Dinh_Idea_2.md diff --git a/Tra_Dinh_Idea_2.md b/Tra_Dinh_Idea_2.md new file mode 100644 index 0000000..b0328cc --- /dev/null +++ b/Tra_Dinh_Idea_2.md @@ -0,0 +1,159 @@ +## Research Idea : How Seasons Shape Consumer Behavior +Abstract + +Seasonality plays a critical role in shaping consumer demand, influencing when people search for, purchase, and respond to products throughout the year. While businesses rely heavily on seasonal planning calendars to manage inventory and marketing campaigns, consumer behavior does not always align perfectly with these predefined retail timelines. This project examines how seasonal changes—particularly weather conditions and calendar-based seasons—affect consumer interest over time. + +By combining consumer search behavior, retail seasonality calendars, and weather data, this study analyzes when consumers begin showing interest in seasonal products and whether that interest is driven more by environmental triggers (such as temperature changes) or by retail-driven expectations (such as promotional seasons). The project aims to identify systematic patterns in demand timing, regional variation, and lead–lag relationships between weather, consumer attention, and retail planning. + +Research Questions + +This project is guided by the following questions: + +When do consumers begin showing interest in seasonal products relative to official retail season start dates? + +Does consumer demand respond more strongly to weather conditions or to calendar-based seasons? + +How does seasonal demand differ across regions with different climate patterns? + +Are there consistent lead or lag patterns between temperature changes and consumer interest? + +Hypothetical Scenarios / Expectations + +Based on prior research in consumer behavior and seasonal marketing, the following patterns are expected: + +Anticipatory behavior: Consumers may begin searching for seasonal products (e.g., winter coats, sunscreen) weeks before retailers formally launch seasonal campaigns. + +Weather-driven demand: Sudden temperature changes may trigger demand spikes independent of the retail calendar. + +Regional variation: Warmer regions (e.g., Florida, California) are expected to show weaker or delayed seasonal spikes for cold-weather products compared to colder regions (e.g., Minnesota, New York). + +Product-specific differences: Necessity-based products (e.g., air conditioners) may be more tightly linked to weather than discretionary or fashion-based items. + +These patterns would suggest that consumer behavior is shaped by both environmental and institutional signals, but not always in equal measure. + +Data Sources +1. Consumer Demand Data + +Source: Google Trends + +Google Trends provides indexed weekly search interest data for specific products over time and across regions. This dataset serves as a proxy for consumer attention and early-stage demand. + +Key fields: + +Date (weekly) + +Search interest index (0–100) + +Geographic region (national and state-level) + +2. Retail Seasonality Calendars + +Sources: + +Retail consulting blogs + +Fashion merchandising calendars + +Trade publications + +These sources provide industry-standard timelines for seasonal product launches, peak selling periods, and clearance phases. Although collected manually, these calendars reflect how retailers structure inventory and marketing decisions. + +Key fields: + +Product category + +Retail season start + +Peak season + +Clearance period + +3. Weather and Climate Data + +Source: NOAA Climate Data Online + +Weather data is used to capture environmental triggers that may influence consumer behavior independently of retail planning. + +Key fields: + +Date (monthly) + +Average temperature + +Maximum temperature + +Location (city or region) + +Methodology / Strategy + +This project integrates time-series analysis, comparative regional analysis, and lead–lag evaluation to examine the relationship between seasons and consumer behavior. + +Data Preparation + +Google Trends data is downloaded as weekly time series for selected seasonal products. + +Weather data is aggregated to monthly averages to align with demand patterns. + +Retail calendars are standardized into structured tables representing expected supply-side timelines. + +Analytical Approach +Time-Series Alignment + +Rather than merging datasets into a single table, timelines are aligned visually and analytically to preserve their distinct roles: + +Consumer demand (search interest) + +Weather conditions + +Retail season start dates + +Lead–Lag Analysis + +Measure the number of weeks between temperature thresholds and demand spikes. + +Compare consumer interest peaks with retail season launch dates. + +Identify whether demand leads or lags supply planning. + +Regional Comparison + +Compare seasonal demand patterns across states with different climate profiles. + +Rank regions by speed of seasonal adoption. + +Ethical and Analytical Considerations + +This study treats search behavior as an indicator of consumer interest, not a direct measure of purchasing activity. Google Trends data is anonymized and aggregated, minimizing privacy concerns. Retail seasonality calendars are interpreted as planning tools rather than definitive representations of consumer needs. + +The analysis acknowledges that consumer attention is influenced by marketing, culture, and habit, and does not assume that search frequency equates to necessity or welfare. + +Purpose of the Research + +The goals of this project are to: + +Understand how seasonal signals influence consumer behavior over time + +Identify misalignment between retail planning and actual consumer demand + +Highlight the role of environmental factors in shaping market behavior + +Provide data-driven insights into timing decisions for marketing and inventory management + +Who Benefits From This Research +Retailers and Marketing Teams + +Improve campaign timing and inventory allocation + +Reduce overstock and premature seasonal launches + +Business Analysts and Consultants + +Gain a framework for analyzing external demand signals + +Apply lead–lag analysis to real-world decision-making + +Researchers and Students + +Explore how behavioral, environmental, and institutional factors interact + +Use public data sources to study consumer behavior rigorously \ No newline at end of file