From 18416cc304178f0944b69dd75ce529922f4c5443 Mon Sep 17 00:00:00 2001 From: Charmgil Hong Date: Sun, 15 Sep 2024 08:23:12 +0900 Subject: [PATCH] new file: css/styles.css new file: pages/projects-detail.html --- css/styles.css | 70 ++++++++++++++++++++++++++++++++++ pages/projects-detail.html | 78 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 css/styles.css create mode 100644 pages/projects-detail.html diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..1db9c91 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,70 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Arial', sans-serif; + line-height: 1.6; + background-color: #f9f9f9; + color: #333; +} + +.container { + width: 80%; + max-width: 1200px; + margin: 0 auto; + padding: 20px; +} + +.header { + background-color: #333; + color: #fff; + padding: 20px 0; + text-align: center; +} + +.header h1 { + margin-bottom: 10px; +} + +.header p { + font-size: 1.2em; +} + +h2 { + font-size: 1.8em; + margin-top: 30px; + margin-bottom: 10px; + color: #333; +} + +section ul { + list-style-type: disc; + margin-left: 20px; + margin-bottom: 20px; +} + +section ul li { + margin-bottom: 10px; +} + +main { + background-color: #fff; + padding: 20px; + border-radius: 8px; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); +} + +footer { + background-color: #333; + color: #fff; + text-align: center; + padding: 10px 0; + margin-top: 20px; +} + +footer p { + margin: 0; +} diff --git a/pages/projects-detail.html b/pages/projects-detail.html new file mode 100644 index 0000000..c0ac36b --- /dev/null +++ b/pages/projects-detail.html @@ -0,0 +1,78 @@ + + + + + + + HAIL Lab Projects + + + + +
+
+

HAIL Lab Projects

+

At HAIL, we work at the forward edge of artificial intelligence and machine learning, aiming to leverage cutting-edge technologies to improve everyday life.

+
+
+ +
+
+

ML Method Development

+

HAIL is a research group focused on machine learning-driven AI. We generalize real-world problems and propose solutions grounded in modern mathematical and statistical approaches.

+
    +
  • Prediction with graph data
  • +
  • Outlier detection using Transformer
  • +
  • Learning with multiple modalities
  • +
+
+ +
+

Medical & Clinical AI

+

HAIL is dedicated to applying AI technologies in healthcare to enhance the quality of medical services and increase access to care for more people. Currently, we are involved in the following projects:

+
    +
  • Development of liver disease support software (with Dr. Answer 2.0 Liver Disease Team, Ajou University Hospital)
  • +
  • AI algorithm for fecal image recognition for health monitoring (with HEM Pharma)
  • +
  • Risk model and analysis for pancreatic cancer (with Herings)
  • +
+
+ +
+

Anomalies in Surveillance Video

+

The proliferation of surveillance cameras has led to a massive amount of footage that still relies on human operators for analysis during incidents. In this project, we aim to develop automated methods to detect critical segments in surveillance videos using advanced video processing techniques.

+
    +
  • Video anomaly detection with variational autoencoder (with GMDSOFT)
  • +
  • Video Anomaly Transformer for Monitoring Accidents and Nefariousness (VATMAN, with GMDSOFT)
  • +
  • Video Indexing for Rapid Surveillance Footage Summarization and Review (VIDEX, with GMDSOFT)
  • +
  • Driving habit analysis using dashcam videos (with AI-CAR)
  • +
+
+ +
+

Battery Remaining Useful Life

+

Electric vehicles have become a part of daily life and represent the future of transportation. Through analysis of data collected from EV Battery Management Systems (BMS), we are building the foundations for technology that helps users predictively manage their vehicles.

+
    +
  • Range prediction
  • +
  • Future remaining useful life prediction
  • +
+
+ +
+

Korean Unification Big Data Center (KUBiC)

+

Korea remains the world’s last divided nation. At HAIL, we are actively developing IT-based methodologies and case studies to accelerate reconciliation between North and South Korea.

+
    +
  • Development of the KUBiC search engine
  • +
  • Development of a South-North Korean parallel corpus and translation model
  • +
  • Bias analysis of LLMs on North Korean and unification issues
  • +
+
+
+ + + + +