Skip to content

Commit

Permalink
added new ethics section title
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Cotterell committed May 15, 2022
1 parent 30148c5 commit 8d7530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aclpubcheck/formatchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def check_page_num(self, paper_type):
# thresholds for different types of papers
standards = {"short": 5, "long": 9, "other": float("inf")}
page_threshold = standards[paper_type.lower()]
candidates = {"References", "Acknowledgments", "Acknowledgement", "Acknowledgment", "EthicsStatement", "EthicalConsiderations", "Ethicalconsiderations", "BroaderImpact", "EthicalConcerns"}
candidates = {"References", "Acknowledgments", "Acknowledgement", "Acknowledgment", "EthicsStatement", "EthicalConsiderations", "Ethicalconsiderations", "BroaderImpact", "EthicalConcerns", "EthicalStatement"}
#acks = {"Acknowledgment", "Acknowledgement"}

# Find (references, acknowledgements, ethics).
Expand Down

0 comments on commit 8d7530d

Please sign in to comment.