In [1]:
import yaml
import tarfile,os
import matplotlib.pyplot as plt
In [2]:
data = yaml.safe_load(open("ReadMe.yaml", encoding='utf8'))
data.keys()
Out[2]:
dict_keys(['general_description', 'Figure_2', 'Figure_3', 'Figure_4', 'Figure_calculations', 'Figure_S2.2', 'Figure_S2.3', 'Figure_S2.4'])
In [3]:
print(data['general_description'])
The record contains raw data pertinent to the publication:
On‐Surface Synthesis and Characterization of Triply Fused Porphyrin–Graphene Nanoribbon Hybrids L. Mateo, Q. Sun, S.-X. Liu, J. J. Bergkamp, K. Eimre, C. A. Pignedoli, P. Ruffieux, S. Decurtins, G. Bottari, R. Fasel, T. Torres Angew. Chem. Int. Ed. 59 (3), 1334-1339 (2020). DOI: 10.1002/anie.201913024

In [ ]: