Skip to content

Commit

Permalink
[New Card] New cards in all the three sections
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyansuMaurya committed Jun 29, 2023
1 parent 02efb87 commit 3d3ba63
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 54 deletions.
2 changes: 1 addition & 1 deletion components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Card({
key={id}
className="w-[20.5rem] h-64 p-6 mt-3 border border-[--dark-bg] dark:border-[--light-bg] rounded-3xl flex flex-col m-3 text-[--dark-bg] dark:text-[--light-bg]"
>
<h1 className="text-2xl font-semibold">{title}</h1>
<h1 className="text-2xl font-semibold line-clamp-1">{title}</h1>
<span className="font-light mt-3 text-sm line-clamp-5">
{description}
</span>
Expand Down
83 changes: 74 additions & 9 deletions database/datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@
"title": "Awesome Public Datasets",
"description": "Awesome Public Datasets is a curated list of publicly available datasets across various domains and disciplines. It is hosted on GitHub and maintained by the community. The repository contains a collection of links to high-quality datasets that are freely accessible for research, analysis, and other purposes.",
"url": "http://www.github.com/awesomedata/awesome-public-datasets",
"tags": ["numeric",
"text",
"time-series",
"categorical",
"image",
"geospatial",
"relational",
"genomic"
]
"tags": [
"numeric",
"text",
"time-series",
"categorical",
"image",
"geospatial",
"relational",
"genomic"
]
},
{
"title": "AWS Open Data Registry",
Expand All @@ -59,5 +60,69 @@
"relational",
"genomic"
]
},
{
"title": "Google Dataset Search",
"description": "Dataset Search is a free search engine powered by Google that allows users to find and explore datasets from various repositories worldwide, using keywords, topics, and filters. It provides detailed information, links to dataset homepages, and is regularly updated, making it an invaluable resource for researchers, data scientists, and journalists in need of comprehensive and user-friendly dataset discovery.",
"url": "https://datasetsearch.research.google.com/",
"tags": [
"data-exploration",
"dataset-discovery",
"data-search-engine",
"machine-learning-indexing"
]
},
{
"title": "DATA.GOV",
"description": " This website is the United States government's open data website. It provides access to datasets published by agencies across the federal government. The site aims to make government more open and accountable, and to create opportunities for economic development and informed decision making.",
"url": "https://data.gov/",
"tags": [
"data-gov",
"open-data-website",
"government-datasets",
"economic-development",
"informed-decision-making"
]
},
{
"title": "UCI Machine Learning Repository",
"description": "The UCI Machine Learning Repository is a comprehensive resource with over 500 freely available datasets for machine learning. It offers easy access to well-documented datasets, organized by subject area, and provides various formats for download.",
"url": "https://archive.ics.uci.edu/",
"tags": [
"numeric",
"text",
"time-series",
"categorical",
"image",
"geospatial",
"relational",
"genomic"
]
},
{
"title": "EARTHDATA",
"description": "NASA Earthdata is a gateway providing free and open access to a wide variety of NASA's Earth science data and information. Users can search, download, and explore satellite imagery, weather data, climate data, and more. It is a valuable resource for scientists, students, and anyone interested in learning about our planet.",
"url": "https://www.earthdata.nasa.gov/",
"tags": [
"nasa-earthdata",
"earth-science-data",
"satellite-imagery",
"weather-data",
"climate-data",
"scientific-research",
"planet-earth"
]
},
{
"title": "opendata CERN",
"description": "The CERN Open Data portal provides access to a vast collection of research data from CERN, including the Large Hadron Collider experiments. It offers open licenses, extensive documentation, and various tools for exploration and analysis. This valuable resource for researchers and educators in particle physics is constantly updated and available in multiple formats.",
"url": "http://opendata.cern.ch/",
"tags": [
"cern-open-data-portal",
"large-hadron-collider",
"research-data",
"open-licenses",
"particle-physics"
]
}
]
Loading

1 comment on commit 3d3ba63

@vercel
Copy link

@vercel vercel bot commented on 3d3ba63 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

aifusion – ./

aifusion.vercel.app
aifusion-git-main-priyansu.vercel.app
aifusion-priyansu.vercel.app

Please sign in to comment.