Kquant03 commited on
Commit
1d329b7
1 Parent(s): d49f8f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +157 -3
README.md CHANGED
@@ -1,3 +1,157 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0838a5c8e3db"
4
+ ---
5
+
6
+ <!DOCTYPE html>
7
+ <html lang="en">
8
+ <head>
9
+ <meta charset="UTF-8">
10
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
+ <title>Data Card</title>
12
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
13
+ <style>
14
+ body {
15
+ font-family: 'Quicksand', sans-serif;
16
+ background-color: #1A202C;
17
+ color: #D8DEE9;
18
+ margin: 0;
19
+ padding: 0;
20
+ font-size: 26px;
21
+ background: linear-gradient(to bottom right, #1a1918, #7ab547);
22
+ }
23
+ p {
24
+ padding-left: 10px
25
+ }
26
+ .container {
27
+ width: 100%;
28
+ margin: auto;
29
+ background-color: rgb(255 255 255 / 1%);
30
+ padding: 20px 30px 40px;
31
+ padding-right: 32px;
32
+ border-radius: 12px;
33
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
34
+ backdrop-filter: blur(10px);
35
+ border: 1px solid rgba(255, 255, 255, 0.05);
36
+ background-color: rgb(0 0 0 / 75%) !important;
37
+ }
38
+ .header h1 {
39
+ font-size: 28px;
40
+ color: #fff;
41
+ margin: 0;
42
+ text-shadow:
43
+ -1px -1px 0 #000,
44
+ 1px -1px 0 #000,
45
+ -1px 1px 0 #000,
46
+ 1px 1px 0 #000;
47
+ }
48
+ .header {
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ gap: 20px;
53
+ }
54
+ img {
55
+ border-radius: 10px 10px 0 0!important;
56
+ padding-left: 0px !important;
57
+ }
58
+ .header h1 {
59
+ font-size: 28px;
60
+ color: #ECEFF4;
61
+ margin: 0;
62
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
63
+ }
64
+ .info {
65
+ background-color: rgba(255, 255, 255, 0.05);
66
+ color: #AEBAC7;
67
+ border-radius: 12px;
68
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
69
+ font-size: 14px;
70
+ line-height: 1.6;
71
+ margin-left: 5px;
72
+ overflow-x: auto;
73
+ margin-top: 20px;
74
+ border: 1px solid rgba(255, 255, 255, 0.05);
75
+ transition: background-color 0.6s ease;
76
+ }
77
+ .info img {
78
+ width: 100%;
79
+ border-radius: 10px 10px 0 0;
80
+ margin-top: -20px;
81
+ }
82
+ a {
83
+ color: #88C0D0;
84
+ text-decoration: none;
85
+ transition: color 0.3s ease;
86
+ position: relative;
87
+ }
88
+ a:hover {
89
+ color: #A3BE8C;
90
+ text-decoration: none;
91
+ }
92
+ a::before {
93
+ content: '';
94
+ position: absolute;
95
+ width: 100%;
96
+ height: 2px;
97
+ bottom: 0;
98
+ left: 0;
99
+ background-color: #A3BE8C;
100
+ visibility: hidden;
101
+ transform: scaleX(0);
102
+ transition: all 0.3s ease-in-out;
103
+ }
104
+ a:hover::before {
105
+ visibility: visible;
106
+ transform: scaleX(1);
107
+ }
108
+ .button {
109
+ display: inline-block;
110
+ background-color: #5E81AC;
111
+ color: #E5E9F0;
112
+ padding: 10px 20px;
113
+ border-radius: 5px;
114
+ cursor: pointer;
115
+ text-decoration: none;
116
+ transition: background-color 0.3s ease;
117
+ }
118
+ .button:hover {
119
+ background-color: #81A1C1;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div class="container">
125
+ <div class="header">
126
+ <h1>Caduceus Project Dataset</h1>
127
+ </div>
128
+ <div class="info">
129
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/E3lAz6VYaM7PLodDOcOcV.png" alt="Caduceus Project" style="border-radius: 10px;">
130
+ <p><strong>Creator:</strong> <a href="https://github.com/your_username" target="_blank">Your Name</a></p>
131
+ <div>
132
+ <p><strong>About the Dataset:</strong> The Caduceus Project Dataset is a curated collection of scientific and medical protocols sourced from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a> and converted from PDF to markdown format. This dataset aims to enhance the accessibility and usability of complex scientific and medical information by providing a structured and easily readable version of the protocols.</p>
133
+ <p><strong>Source Data:</strong></p>
134
+ <ul>
135
+ <li>Protocols from <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a></li>
136
+ </ul>
137
+ <p><strong>Key Features:</strong></p>
138
+ <ul>
139
+ <li>Carefully selected high-quality protocols</li>
140
+ <li>Converted from PDF to markdown format for improved readability</li>
141
+ <li>Structured organization with individual markdown files and a JSONL file</li>
142
+ <li>Quality assessment based on word count and measurements ratio</li>
143
+ <li>Density maps visualizing word counts and measurements ratios</li>
144
+ </ul>
145
+ <p><strong>Dataset Structure:</strong></p>
146
+ <ul>
147
+ <li><code>original_pdfs/</code>: Contains the original PDF files of the selected protocols.</li>
148
+ <li><code>markdown_files/</code>: Contains the individual markdown files converted from the selected PDF files.</li>
149
+ <li><code>jsonl_output/</code>: Contains the JSONL files with the converted markdown content of all the selected protocols. One has the base64 versions of the PDF, and the other has the text from the PDF.</li>
150
+ </ul>
151
+ <p><strong>License:</strong> The Caduceus Project Dataset is released under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>.</p>
152
+ <p><strong>Acknowledgments:</strong> We would like to express our gratitude to the contributors of <a href="https://github.com/protocolsio/protocols" target="_blank">protocols.io</a> for providing the open-source repository of scientific and medical protocols that served as the foundation for this dataset.</p>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ </body>
157
+ </html>