Open barefootford opened 4 years ago
Title 7 Part 1464 was updated on 2020-02-14_4cfb84d0 to include Subparts, A, B, C & D.
2020-02-14_4cfb84d0
When inserted it appears they also created duplicate subparts that don't have sections but contain section data tags.
https://www.federalregister.gov/documents/2020/02/13/2020-01812/regional-conservation-partnership-program
A month later they were removed in source xml 2020-03-13_572a691e.
2020-03-13_572a691e
I think we can just modify this part to be the later part, which appears to be the same content but with the subparts with subpart data tags removed.
diff -u data/titles/preprocessed/xml/07/2020/02/2020-02-14_4cfb84d0.xml data/titles/preprocessed/xml/07/2020/03/2020-03-13_572a691e.xml
<DIV5 N="1464" TYPE="PART"> <HEAD>PART 1464 - REGIONAL CONSERVATION PARTNERSHIP PROGRAM - - </HEAD> - -<DIV6 N="A" TYPE="SUBPART"> -<HEAD>Subpart A - General Provisions</HEAD> - -<SECHD>Sec. -</SECHD> -<SECTNO>1464.1 -</SECTNO> -<SUBJECT>Applicability. -</SUBJECT> -<SECTNO>1464.2 -</SECTNO> -<SUBJECT>Administration. -</SUBJECT> -<SECTNO>1464.3 -</SECTNO> -<SUBJECT>Definitions. -</SUBJECT> -<SECTNO>1464.4 -</SECTNO> -<SUBJECT>Funding pool allocations. -</SUBJECT> -<SECTNO>1464.5 -</SECTNO> -<SUBJECT>Program requirements. -</SUBJECT> -</DIV6> - - -<DIV6 N="B" TYPE="SUBPART"> -<HEAD>Subpart B - Partnership Agreements</HEAD> - -<SECTNO>1464.20 -</SECTNO> -<SUBJECT>Proposal procedures. -</SUBJECT> -<SECTNO>1464.21 -</SECTNO> -<SUBJECT>Ranking considerations and proposal selection. -</SUBJECT> -<SECTNO>1464.22 -</SECTNO> -<SUBJECT>Partnership agreements. -</SUBJECT> -<SECTNO>1464.23 -</SECTNO> -<SUBJECT>Funding. -</SUBJECT> -<SECTNO>1464.24 -</SECTNO> -<SUBJECT>Modifications, noncompliance, termination, and remedies. -</SUBJECT> -<SECTNO>1464.25 -</SECTNO> -<SUBJECT>Alternative funding arrangements or grant agreements. -</SUBJECT> -<SECTNO>1464.26 -</SECTNO> -<SUBJECT>Supplemental agreements. -</SUBJECT> -<SECTNO>1464.27 -</SECTNO> -<SUBJECT>Third-party contracts or agreements. -</SUBJECT> -</DIV6> - - -<DIV6 N="C" TYPE="SUBPART"> -<HEAD>Subpart C - Program Contracts</HEAD> - -<SECTNO>1464.30 -</SECTNO> -<SUBJECT>Application for contracts and selecting applications for funding. -</SUBJECT> -<SECTNO>1464.31 -</SECTNO> -<SUBJECT>Program contract requirements. -</SUBJECT> -<SECTNO>1464.32 -</SECTNO> -<SUBJECT>Modifications and transfers of land. -</SUBJECT> -<SECTNO>1464.33 -</SECTNO> -<SUBJECT>Violations and remedies. -</SUBJECT> -</DIV6> - - -<DIV6 N="D" TYPE="SUBPART"> -<HEAD>Subpart D - General Administration</HEAD> - -<SECTNO>1464.40 -</SECTNO> -<SUBJECT>Appeals. -</SUBJECT> -<SECTNO>1464.41 -</SECTNO> -<SUBJECT>Compliance with regulatory measures. -</SUBJECT> -<SECTNO>1464.42 -</SECTNO> -<SUBJECT>Access to agricultural operation or tract. -</SUBJECT> -<SECTNO>1464.43 -</SECTNO> -<SUBJECT>Equitable relief. -</SUBJECT> -<SECTNO>1464.44 -</SECTNO> -<SUBJECT>Offsets and assignments. -</SUBJECT> -<SECTNO>1464.45 -</SECTNO> -<SUBJECT>Misrepresentation and scheme or device. -</SUBJECT> -<SECTNO>1464.46 -</SECTNO> -<SUBJECT>Environmental credits for conservation improvements. - - -</SUBJECT>
Same xml issue in Title 50 https://github.com/criticaljuncture/ecfr-xml-corrections/issues/316
Same xml issue in Title 48 https://github.com/criticaljuncture/ecfr-xml-corrections/issues/319
Title 7 Part 1464 was updated on
2020-02-14_4cfb84d0
to include Subparts, A, B, C & D.When inserted it appears they also created duplicate subparts that don't have sections but contain section data tags.
https://www.federalregister.gov/documents/2020/02/13/2020-01812/regional-conservation-partnership-program
A month later they were removed in source xml
2020-03-13_572a691e
.I think we can just modify this part to be the later part, which appears to be the same content but with the subparts with subpart data tags removed.
diff -u data/titles/preprocessed/xml/07/2020/02/2020-02-14_4cfb84d0.xml data/titles/preprocessed/xml/07/2020/03/2020-03-13_572a691e.xml