Data
2024 Year in Review

The coder let out a sigh of relief.
The text was generating – albeit, not brief.
33% complete · View compiled project
# === Data ===
print("\nInitializing category: Data")
data_definition = "Innovative approaches and tools to help better process, analyze, use, manage and access data."
print(f"Definition: {data_definition}")
dataImpact = "In 2024, the Fulton Schools spearheaded key innovations in AI and machine learning, propelling automotive, health care and manufacturing industries to enable smarter, more connected solutions for a sustainable future."
print(f"Impact: {dataImpact}")
year_in_review = {"highlights": {"Data": []}}
year_in_review["highlights"]["Data"] = [
{title: "Kachow! ASU engineers will bring us talking cars",
excerpt: "ASU professor Aviral Shrivastava has a plan that allows self-driving cars to collect data through sensors and cameras and tell other vehicles what they detect."},
{title: "New AI for a new era of discovery",
excerpt: "ASU computer science and engineering researcher Kookjin Lee received an NSF CAREER award to develop a machine learning system to discover new scientific laws."},
{title: "Using AI can improve health outcomes for women",
excerpt: "Team of ASU researchers receive multiple grants to develop tech tools to improve treatment options for women."},
{title: "From ASU to Artemis: Engineering student helps astronauts suit up for moon mission"},
excerpt: "ASU chemical engineering major Abril Ramos has been instrumental to startup Swift Coat's success in the NASA Small Business Innovation Research program."},
{title: "No one left behind: AI-enabled support for aging vets",
excerpt: "Four perspectives. Four campuses. Four schools. Four researchers use AI to help aging vets."},
{title: "AI to connect small and medium manufacturing companies with a larger clientele",
excerpt: "Associate Professor Farhad Ameri is working on a project called the Prototype Open Knowledge Network, or Proto-OKN, an interconnected set of data repositories and knowledge graphs to enable data-driven, AI-based manufacturing solutions."},
{title: "Discovering new materials using AI and machine learning",
excerpt: "An ASU-led collaboration is using AI and machine learning to address critical material shortages and revolutionize materials discovery and manufacturing processes."}]