Skip to content

Commit

Permalink
Ingestion: jeptalnrecital (#2594)
Browse files Browse the repository at this point in the history
* ingested jeptalnrecital volume coria.

* ingested jeptalnrecital volume rjc.

* ingested jeptalnrecital volume arts.

* ingested jeptalnrecital volume deft.

* Updated ingestion scripts with volume tag

* added missing volume attribute

* black

* Update metadata from Papers with Code

* CCL 2023 Ingestion (#2735)

* Updates to README (#2745)

* updates readme regarding folder names
* adds quickstart info
* adds transitional text

* Backlinked missing ACL workshops (#2720)

* Linked missing workshops from ACL
* Organized workshops in 2023.ws under their parent event with an XML comment
* Anthology code now skips comments when parsing

* TSAR 2022 fixes (#2363) (#2751)

* backlinked missing workshop from EMNLP 2022
* added DOIs

* ingested long.

* ingested short.

* ingested statement.

* ingested international.

* ingested volume demos.

* ingested volume proj.

* fixed \\ issue.

* updated one pdf.

---------

Co-authored-by: Matt Post <[email protected]>
Co-authored-by: acl-pwc-bot <[email protected]>
Co-authored-by: Christopher Schölzel <[email protected]>
Co-authored-by: Matt Post <[email protected]>
  • Loading branch information
5 people authored Oct 13, 2023
1 parent 0ce844d commit 623db73
Show file tree
Hide file tree
Showing 3 changed files with 1,597 additions and 2 deletions.
6 changes: 5 additions & 1 deletion bin/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,11 @@ def find_book():

volume_node = make_simple_element(
"volume",
attrib={"id": volume_name, "ingest-date": args.ingest_date},
attrib={
"id": volume_name,
"ingest-date": args.ingest_date,
"type": "proceedings",
},
)

# Replace the existing one if present
Expand Down
2 changes: 1 addition & 1 deletion bin/ingest_aclpub2.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def create_xml(

volume_node = make_simple_element(
'volume',
attrib={'id': volume_name, 'ingest-date': ingest_date},
attrib={'id': volume_name, 'ingest-date': ingest_date, "type": "proceedings"},
)
# Replace the existing one if present
root_node.find(f"./volume[@id='{volume_name}']")
Expand Down
Loading

0 comments on commit 623db73

Please sign in to comment.