20 lines
999 B
JSON
20 lines
999 B
JSON
{
|
|
"title": "Sample Research Project",
|
|
"description": "This folder contains plots and analysis results for our sample research project studying data visualization techniques.",
|
|
"author": "Research Team",
|
|
"created": "2025-01-15",
|
|
"project_id": "PROJ-2025-001",
|
|
"status": "Active",
|
|
"tags": ["data-science", "visualization", "research"],
|
|
"collaborators": ["Alice Smith", "Bob Johnson", "Carol Davis"],
|
|
"funding": {
|
|
"agency": "National Science Foundation",
|
|
"grant_number": "NSF-2025-12345",
|
|
"amount": "$150,000"
|
|
},
|
|
"contact": "research-team@example.com",
|
|
"repository": "https://github.com/example/sample-project",
|
|
"documentation": "https://docs.example.com/sample-project",
|
|
"notes": "This is a long note that demonstrates how the system handles lengthy text content. It should be truncated in the display and allow users to expand it to see the full content. This helps keep the interface clean while still providing access to detailed information when needed."
|
|
}
|