Skip to content

Commit

Permalink
commenting demo lines staging deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Nov 26, 2024
1 parent 3518155 commit a8d9c0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/zbmath_rest2oai/staging_deposit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
xml_output_path = '../test/data/software/software_with_swhid.xml' # Update with your desired output path
output_log_filename = '../test/data/software/logfile.txt'
xsl_filename = '../xslt/software/xslt-software-Codemeta.xslt'
df= pd.read_csv(csv_file_path)
print(df.head().dtypes)
url="https://github.com/appliedtopology/javaplex"
df=df[df['cvs']==url]
print(df)
df=pd.read_csv(csv_file_path)
#print(df.head().dtypes)
#url="https://github.com/cran/rms"
#df=df[df['cvs']==url]
#print(df)
for (i,swmath_id) in enumerate(df['swmathid']):
if i == 10:
print("End of the deposit process")
Expand Down

0 comments on commit a8d9c0d

Please sign in to comment.