Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 116 additions & 0 deletions data/sheets_d4dassistant/cm4ai_d4d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>D4D Datasheet: Cell Maps for AI</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
}
.container {
background-color: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #2c3e50;
border-bottom: 3px solid #3498db;
padding-bottom: 10px;
margin-bottom: 30px;
}
.metadata-section {
margin-bottom: 30px;
}
.field {
margin-bottom: 15px;
}
.field-label {
font-weight: 600;
color: #34495e;
margin-bottom: 5px;
}
.field-value {
color: #555;
padding-left: 10px;
}
.badge {
display: inline-block;
padding: 4px 12px;
background-color: #3498db;
color: white;
border-radius: 4px;
font-size: 0.9em;
margin-top: 5px;
}
.minimal-notice {
background-color: #fff3cd;
border-left: 4px solid #ffc107;
padding: 15px;
margin-bottom: 30px;
border-radius: 4px;
}
.generated-info {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #ddd;
color: #777;
font-size: 0.9em;
}
</style>
</head>
<body>
<div class="container">
<h1>Datasheet for Dataset: Cell Maps for AI</h1>

<div class="minimal-notice">
<strong>Note:</strong> This is a minimal D4D datasheet containing only basic information about the dataset.
</div>

<div class="metadata-section">
<h2>Basic Information</h2>

<div class="field">
<div class="field-label">Dataset ID:</div>
<div class="field-value"><code>cm4ai_001</code></div>
</div>

<div class="field">
<div class="field-label">Dataset Name:</div>
<div class="field-value">Cell Maps for AI</div>
</div>

<div class="field">
<div class="field-label">Title:</div>
<div class="field-value">Cell Maps for AI</div>
</div>

<div class="field">
<div class="field-label">Description:</div>
<div class="field-value">
Study to build cell maps with SEC-MS, IF Images, and genomic sequencing. Formats vary by modality.
</div>
</div>

<div class="field">
<div class="field-label">License:</div>
<div class="field-value">
<span class="badge">CC-BY-4.0</span>
</div>
</div>
</div>

<div class="generated-info">
<p><strong>Generated by:</strong> D4D Assistant</p>
<p><strong>Schema:</strong> Datasheets for Datasets (D4D)</p>
<p><strong>Source file:</strong> <code>data/sheets_d4dassistant/cm4ai_d4d.yaml</code></p>
</div>
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions data/sheets_d4dassistant/cm4ai_d4d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
id: cm4ai_001
name: Cell Maps for AI
title: Cell Maps for AI
description: Study to build cell maps with SEC-MS, IF Images, and genomic sequencing. Formats vary by modality.
license: CC-BY-4.0
Loading