| license: apache-2.0 | |
| # primary_citation_with_pmcid.jsonl | |
| This dataset links **PDB protein structures** with their corresponding **primary ciatation text content**. | |
| --- | |
| ## Format | |
| Each line is a JSON object: | |
| ```json | |
| { | |
| "protein_name": "9HCG", | |
| "structure_title": "Mouse mitoribosome large subunit assembly intermediate bound to NSUN4, MTERF4, and mt-RNAs", | |
| "main_text": "..." | |
| } | |