diff --git a/dev-0/out.tsv b/dev-0/out.tsv new file mode 100644 index 0000000..5956e21 --- /dev/null +++ b/dev-0/out.tsv @@ -0,0 +1,83 @@ +effective_date=2014-05-20 jurisdiction=New_York +effective_date=2012-06-21 jurisdiction=Georgia party=An_Electric_Membership_Corporation +jurisdiction=Delaware term=2_years +effective_date=2007-01-23 jurisdiction=Massachusetts +jurisdiction=Delaware +jurisdiction=Washington party=Schneider +jurisdiction=Delaware +jurisdiction=New_Hampshire party=Nat_Krishnamurti party=Interpace_Diagnostics_Group party=Interpace_Diagnostics_Corporation +jurisdiction=New_York +effective_date=2015-11-11 +"" +jurisdiction=Delaware +jurisdiction=Delaware +effective_date=2000-05-23 jurisdiction=Delaware +jurisdiction=New_York +jurisdiction=Massachusetts +effective_date=2008-07-31 jurisdiction=California +jurisdiction=California +jurisdiction=New_York +effective_date=2017-07-11 jurisdiction=California +"" +jurisdiction=California +jurisdiction=Virginia party=The_Corporation +"" +"" +jurisdiction=Indiana +jurisdiction=New_Jersey +jurisdiction=California +jurisdiction=Delaware term=2_years +jurisdiction=Georgia +jurisdiction=Delaware +effective_date=2015-06-23 jurisdiction=New_York +jurisdiction=California +"" +jurisdiction=California +"" +party=Target_Corporation party=Sears_Holdings_Corporation +jurisdiction=Ohio +jurisdiction=Massachusetts +jurisdiction=California +effective_date=2000-02-10 +jurisdiction=California +jurisdiction=Delaware +jurisdiction=Illinois +"" +effective_date=2010-06-23 jurisdiction=Texas +jurisdiction=New_Jersey +jurisdiction=Delaware party=LaserCard_Corporation +effective_date=2001-01-26 jurisdiction=Washington +jurisdiction=Georgia +effective_date=2014-11-26 jurisdiction=Delaware +jurisdiction=Oregon +jurisdiction=California +effective_date=2012-06-11 jurisdiction=Delaware +jurisdiction=Delaware +jurisdiction=Massachusetts +jurisdiction=California party=Life\nTechnologies_Corporation party=Invitrogen_Corporation +effective_date=2012-09-20 party=Contran_Corporation +jurisdiction=Delaware +effective_date=2008-09-15 jurisdiction=Illinois party=Paul_B._Mulhollem party=Paul_B._Mulhollem\nPAUL_B._MULHOLLEM\nDated:_September_29 +"" +jurisdiction=Ohio term=2_years +jurisdiction=California +jurisdiction=New_York +jurisdiction=California +effective_date=2015-03-16 jurisdiction=Utah +"" +jurisdiction=Washington +jurisdiction=Virginia +jurisdiction=New_York +jurisdiction=New_York party=Eurand_N.V. +jurisdiction=Illinois +jurisdiction=California +"" +"" +effective_date=2011-03-29 jurisdiction=Texas term=2_years +effective_date=2011-05-26 jurisdiction=California +jurisdiction=Washington party=Digital_River +jurisdiction=Delaware +jurisdiction=Washington +effective_date=2011-01-18 jurisdiction=New_York term=2_years +jurisdiction=Washington party=James_B._Bucher +jurisdiction=Illinois diff --git a/main.py b/main.py index b6770fb..913640d 100644 --- a/main.py +++ b/main.py @@ -114,28 +114,29 @@ def getTerm(document): if __name__ == '__main__': - NDAs = readInput('train/in.tsv.xz') + NDAs = readInput('test-A/in.tsv.xz') ner = spacy.load('NER') - predicted = [''] * len(NDAs) - - document = ner(NDAs[9]) + predicted = [] for i in range(len(NDAs)): - document = ner(NDAs[i]) + document = ner(NDAs[i].replace('\n', ' ')) + predict = '' ed = getEffectiveDate(document) j = getJurisdiction(document) p = getParties(document) t = getTerm(document) - if len(ed) > 0: predicted[i] += 'effective_date=' + ed + ' ' - if len(j) > 0: predicted[i] += 'jurisdiction=' + j + ' ' + if len(ed) > 0: predict += 'effective_date=' + ed + ' ' + if len(j) > 0: predict += 'jurisdiction=' + j + ' ' if len(p) > 0: - for party in p: predicted[i] += 'party=' + party + ' ' - if len(t) > 0: predicted[i] += 'term=' + t + for party in p: predict += 'party=' + party + ' ' + if len(t) > 0: predict += 'term=' + t - with open('train/out.tsv', 'w', newline='') as f: + predicted.append([predict]) + + with open('test-A/out.tsv', 'w', newline='') as f: writer = csv.writer(f) writer.writerows(predicted) \ No newline at end of file diff --git a/test-A/out.tsv b/test-A/out.tsv new file mode 100644 index 0000000..43fc314 --- /dev/null +++ b/test-A/out.tsv @@ -0,0 +1,203 @@ +jurisdiction=Ohio +jurisdiction=California +jurisdiction=Indiana +effective_date=2007-03-28 jurisdiction=New_York term=2_years +jurisdiction=Nevada +effective_date=2010-07-16 jurisdiction=Utah +"" +jurisdiction=California +jurisdiction=Delaware +effective_date=2008-06-25 jurisdiction=New_York +jurisdiction=California +jurisdiction=Delaware term=3_years +jurisdiction=New_York party=Central_European_Distribution_Corporation +effective_date=2017-07-20 jurisdiction=Georgia +jurisdiction=Texas party=Open_Text_Corporation +effective_date=2008-04-16 jurisdiction=California +"jurisdiction=Washington party=L._Schneider, party=Schneider " +"" +jurisdiction=Florida +"" +jurisdiction=Florida +jurisdiction=New_York +jurisdiction=California +jurisdiction=Florida +jurisdiction=New_York +jurisdiction=Washington party=ELECTRONIC_ARTS +jurisdiction=Texas +jurisdiction=Delaware +jurisdiction=Georgia party=American_Tower_Corporation +jurisdiction=Washington +effective_date=2012-01-11 jurisdiction=Delaware +"" +jurisdiction=California party=Rovi_Corporation party=Sonic_Solutions +jurisdiction=California +"" +jurisdiction=California party=CVS_Caremark_Corporation +jurisdiction=Virginia +effective_date=2014-01-28 jurisdiction=Delaware +jurisdiction=Florida +jurisdiction=California +jurisdiction=Virginia +effective_date=2010-07-23 jurisdiction=Pennsylvania +effective_date=2010-01-25 jurisdiction=Delaware +jurisdiction=Washington +jurisdiction=Virginia +jurisdiction=California +"" +effective_date=2000-03-28 jurisdiction=Pennsylvania +jurisdiction=New_Jersey +jurisdiction=Illinois +"" +jurisdiction=Massachusetts +jurisdiction=Washington +jurisdiction=New_York +"" +jurisdiction=Pennsylvania +jurisdiction=Pennsylvania +jurisdiction=California +effective_date=2001-09-17 jurisdiction=Georgia +jurisdiction=Delaware term=2_years +effective_date=2018-04-10 jurisdiction=Delaware +jurisdiction=Massachusetts +jurisdiction=Connecticut +effective_date=2006-05-11 jurisdiction=California +jurisdiction=Texas +jurisdiction=Delaware +jurisdiction=Virginia party=Peter_Federico +effective_date=2013-11-18 +jurisdiction=Washington +"" +party=The_Corporation +jurisdiction=Texas +"" +"" +effective_date=2017-05-24 jurisdiction=Nevada +jurisdiction=New_York +jurisdiction=Delaware party=Sprint_Corporation +jurisdiction=Illinois +effective_date=2014-12-22 jurisdiction=New_York +effective_date=2012-01-27 jurisdiction=New_York term=18_months +jurisdiction=Florida +jurisdiction=Virginia party=L._Waechter_CACI_International +jurisdiction=New_York +effective_date=2005-09-19 jurisdiction=Nevada party=MIKOHN_GAMING_CORPORATION +effective_date=2016-11-17 jurisdiction=Delaware +jurisdiction=New_Jersey +"" +jurisdiction=Georgia party=EFCO_Corporation +"" +jurisdiction=California party=Laboratory_Corporation_of_America_Holdings party=Laboratory_Corporation +jurisdiction=Missouri +jurisdiction=Florida +effective_date=2015-08-26 jurisdiction=Washington +jurisdiction=Ohio +effective_date=2004-03-17 jurisdiction=New_York +jurisdiction=Georgia +jurisdiction=New_York +jurisdiction=New_York +"" +jurisdiction=California +party=Telco_Solutions +jurisdiction=Ohio +"" +jurisdiction=California +jurisdiction=California +jurisdiction=Connecticut +effective_date=2019-02-14 +effective_date=2016-11-17 jurisdiction=Delaware +effective_date=2019-01-16 jurisdiction=Utah +jurisdiction=California term=18_months +jurisdiction=Utah +"" +jurisdiction=New_York +jurisdiction=New_York +effective_date=2002-02-28 jurisdiction=California party=SignalSoft_Corporation +effective_date=2013-07-29 jurisdiction=New_York +effective_date=2006-04-21 jurisdiction=Virginia +jurisdiction=Massachusetts +effective_date=2006-07-18 jurisdiction=Texas term=2_years +jurisdiction=Massachusetts +effective_date=2007-04-23 +effective_date=2018-04-26 jurisdiction=New_York +party=Flagstar_Bancorp +jurisdiction=Pennsylvania +jurisdiction=New_York +jurisdiction=New_Jersey +effective_date=2011-05-27 jurisdiction=Texas +"" +jurisdiction=Ohio +jurisdiction=Oregon +effective_date=2014-07-15 jurisdiction=New_Jersey party=Realogy_Group_LLC +effective_date=1999-04-29 jurisdiction=Florida +jurisdiction=Oregon +jurisdiction=Massachusetts +jurisdiction=Ohio +jurisdiction=California term=18_months +"" +jurisdiction=Indiana +jurisdiction=California +effective_date=2012-05-21 jurisdiction=Virginia party=Donald_H._Layton\nDate:\nMay +"" +effective_date=2009-02-16 jurisdiction=Delaware +party=2212421\n(Federal_ID# +jurisdiction=Pennsylvania party=Ikonics_Corporation +jurisdiction=Ohio +effective_date=1994-07-11 jurisdiction=California +jurisdiction=New_Jersey +"" +"" +jurisdiction=Virginia party=The_Corporation +"" +"" +jurisdiction=Delaware party=Chugai_Pharmaceutical_Co. +effective_date=2006-02-28 jurisdiction=New_York +jurisdiction=California +"" +effective_date=2009-01-15 jurisdiction=Texas party=1st +effective_date=2007-11-30 jurisdiction=Georgia +effective_date=1998-09-22 jurisdiction=New_York +effective_date=2012-01-27 jurisdiction=New_York term=18_months +jurisdiction=Oregon +jurisdiction=Nevada +jurisdiction=California +"" +effective_date=2008-03-12 jurisdiction=California +jurisdiction=Georgia party=Innotrac_Corporation +"" +jurisdiction=New_York +"" +jurisdiction=New_York party=General_Electric_Company +jurisdiction=Indiana +jurisdiction=Georgia +jurisdiction=New_Jersey +"" +party=The_Cato_Corporation +jurisdiction=Georgia term=2_years +"" +effective_date=2019-07-19 jurisdiction=Nevada party=Cosmos_Group_Holdings +jurisdiction=Missouri +effective_date=2007-06-14 jurisdiction=Utah +effective_date=2010-04-27 jurisdiction=Connecticut +jurisdiction=Delaware +effective_date=2015-11-24 +effective_date=2017-02-10 +jurisdiction=Georgia +jurisdiction=California +effective_date=2013-05-29 jurisdiction=New_York party=WMI_Holdings_Corp. +jurisdiction=Pennsylvania +jurisdiction=California party=SPECIALIZED_MARKETING_SERVICES +"" +jurisdiction=California +jurisdiction=Nevada party=IPSA_International_Services +jurisdiction=Pennsylvania term=2_years +effective_date=2003-07-30 jurisdiction=New_York party=Dodger_Acquisition_Corp. +jurisdiction=Virginia party=Daniel_L._Betts\nBY +jurisdiction=Virginia +jurisdiction=Delaware +jurisdiction=Nevada +jurisdiction=Nevada +jurisdiction=Georgia +effective_date=2008-09-10 jurisdiction=California +"" +"" diff --git a/train/out.tsv b/train/out.tsv new file mode 100644 index 0000000..60ccaad --- /dev/null +++ b/train/out.tsv @@ -0,0 +1,254 @@ +jurisdiction=Oregon +effective_date=2017-02-10 jurisdiction=California +jurisdiction=Florida +jurisdiction=Pennsylvania +effective_date=2011-07-13 jurisdiction=California +jurisdiction=California +effective_date=2009-09-23 jurisdiction=New_York party=TELENOR_ASA +jurisdiction=Delaware term=3_years +jurisdiction=Illinois +jurisdiction=New_York party=CompuDyne_Corporation term=2_years +"" +jurisdiction=Iowa +jurisdiction=Delaware party=Tyco_Healthcare_Group_LP +jurisdiction=Indiana +jurisdiction=New_York party=Central_European_Distribution_Corporation party=follows:\nCentral_European_Distribution +jurisdiction=Massachusetts +jurisdiction=New_York +effective_date=2006-01-30 jurisdiction=Michigan party=ASSET_ACCEPTANCE_CAPITAL_CORP. party=James_C._Lee party=James_C._Lee\nName:\nJames_C._Lee\n5 party=andJames_C._Lee party=ASSET_ACCEPTANCE_CAPITAL_CORP_a_Delaware +jurisdiction=Indiana party=Richard_Harcke +"" +jurisdiction=Georgia party=Ameris_Bancorp party=Shirley_P._Fiano +"" +effective_date=2020-01-13 jurisdiction=Oregon +jurisdiction=Pennsylvania party=L._B._Foster_Company party=L._B._Foster +party=Peter_H._Kesser party=Peter_H._Kesser\nPeter_H._Kesser\n7\nEXHIBIT party=Peter_H._Kesser\nPeter_H. +effective_date=2008-09-10 jurisdiction=Florida +jurisdiction=Delaware +jurisdiction=Illinois +jurisdiction=Illinois +jurisdiction=Delaware +jurisdiction=California +effective_date=2014-03-21 jurisdiction=Delaware party=Intel_Corporation party=Intel_Capital_Corporation +effective_date=2013-11-11 jurisdiction=Missouri party=of\nEmerson_Electric_Co. party=Emerson_Electric_Co. party=related\nEmerson_Electric_Co. party=the\nEmerson_Electric_Co. party=Craig_W._Ashmore +jurisdiction=Oregon +jurisdiction=Delaware +jurisdiction=Delaware +effective_date=2014-11-14 jurisdiction=Connecticut party=John_Michael_Magouirk party=Michael_Magouirk party=Colt's_Manufacturing_Company_LLC party=Colt's_Manufacturing_Company party=Colt's_Manufacturing_Company_LLC.\nDated:\nNovember_4_2014\nfor\n +effective_date=2015-11-28 jurisdiction=Nevada party=Affinity_Gaming +effective_date=2007-03-24 jurisdiction=New_York party=Accredited_Home_Lenders_Holding_Co. +jurisdiction=Illinois +"" +party=AEROSONIC_CORPORATION term=2_years +effective_date=2008-07-22 jurisdiction=Delaware +party=Interactive_Data_Corporation party=Andrew_Prozes party=Andrew_Prozes\n(Signature)\nAndrew_Prozes\n(Type +"" +jurisdiction=Virginia +effective_date=2009-11-19 jurisdiction=California +jurisdiction=California +effective_date=2018-04-20 jurisdiction=Nevada party=Elaine_P._Wynn party=LIMITED\nBy:\nName:\nTitle:\nELAINE_P._WYNN\nSigned:\n-24- +jurisdiction=New_York +jurisdiction=Washington party=InfrastruX_Group party=JOHN_RANDELL_HIGGINS party=InfrastruX_Group.\n3\nB. party=InfrastruX_Group.\n4 +jurisdiction=Pennsylvania +effective_date=2008-09-29 jurisdiction=Ohio +jurisdiction=Nevada +jurisdiction=Georgia +effective_date=2014-04-15 jurisdiction=Massachusetts +jurisdiction=Texas party=Charles_H._Turner party=Pier_1_Services_Company party=Charles_H._Turner\nBy:\nPier_1_Holdings party=Charles_H. +jurisdiction=New_York +jurisdiction=New_York +effective_date=2004-08-16 jurisdiction=Virginia +jurisdiction=Wisconsin party=Schneider party=SCHNEIDER +effective_date=2010-05-17 +party=Atlantic_Beverage_Co. +effective_date=2015-11-16 jurisdiction=Pennsylvania +jurisdiction=Ohio party=Perot_ystems_Corporation term=2_years +jurisdiction=Missouri +jurisdiction=South_Dakota party=Advanced_ID_Corporation party=ADVANCED_ID_CORPORATION +jurisdiction=New_York +"" +jurisdiction=Pennsylvania +jurisdiction=Maine party=Rural_Cellular_Corporation party=Saco_River_Telegraph_and_Telephone_Company +jurisdiction=Missouri +jurisdiction=Delaware +jurisdiction=Illinois +jurisdiction=Indiana +jurisdiction=Massachusetts +effective_date=2007-02-14 jurisdiction=Illinois +jurisdiction=New_Jersey party=Cognizant_Technology_Solutions_Corporation party=Cognizant_Technology_Solutions party=Technology_Solutions_Corporation\n500 party=TECHNOLOGY_SOLUTIONS_CORPORATION party=TECHNOLOGY_SOLUTIONS_CORPORATION\nAttest +jurisdiction=California +effective_date=2009-03-25 jurisdiction=California party=IXIA party=Ixia +jurisdiction=Maine party=Richard_Maltz party=Bar_Harbor_Bankshares +"" +jurisdiction=Missouri +jurisdiction=Georgia +jurisdiction=Missouri +jurisdiction=New_York term=18_months +jurisdiction=Georgia +jurisdiction=New_York +"" +effective_date=2007-05-17 jurisdiction=California +"" +jurisdiction=Delaware +jurisdiction=Delaware party=Xerox_Corporation +jurisdiction=Connecticut +effective_date=2003-03-27 jurisdiction=Utah party=Control4_Corporation +jurisdiction=Texas +"" +jurisdiction=Ohio party=The_Citizens_Bank_of_Logan +effective_date=2008-06-24 jurisdiction=California +jurisdiction=California +"" +jurisdiction=South_Carolina party=ENVIROMETRICS_PRODUCTS_COMPANY party=TOM_WILKIE party=Envirometrics_Products_Company party=Envirometrics_Products_Company\n__________________________\n__________________________________________\nSecretary +effective_date=2011-03-22 jurisdiction=Texas party=James_Frary_Title +jurisdiction=New_York +jurisdiction=Nevada +effective_date=2007-02-28 jurisdiction=Georgia party=Mary_Minnick party=The_Coca-Cola_Company +jurisdiction=Massachusetts party=Somanetics_Corporation +effective_date=2011-01-12 jurisdiction=Texas +jurisdiction=Delaware +jurisdiction=New_York +jurisdiction=Pennsylvania +jurisdiction=Pennsylvania party=Endo_International_plc +party=Interactive_Data_Corporation +jurisdiction=Delaware term=2_years +jurisdiction=Florida +jurisdiction=California +jurisdiction=New_York +jurisdiction=Delaware +jurisdiction=Washington +"" +jurisdiction=Pennsylvania term=2_years +effective_date=2014-12-16 +party=Verso_Paper_Holdings_LLC party=Michael_Weinhold +"" +jurisdiction=New_York +jurisdiction=Massachusetts +effective_date=2003-01-21 jurisdiction=Massachusetts party=James_P._Palermo party=James_P._Palermo\nDate\nJames_P. party=James_P._Palermo\n2/7/03\nDate_James_P. party=James_P._Palermo\n2/7/03\nDate\nJames_P. +"" +effective_date=2010-01-25 jurisdiction=Missouri +jurisdiction=Virginia party=Virginia_National_Bankshares_Corporation +jurisdiction=California +jurisdiction=Virginia +jurisdiction=California term=3_years +"" +jurisdiction=Wisconsin +jurisdiction=Washington +effective_date=2006-04-13 jurisdiction=New_York party=Andrew_Milstein +jurisdiction=California party=Actuate_Corporation party=Open_Text_Corporation term=18_months +jurisdiction=Illinois party=Sears_Holdings_Corporation party=SEARS_HOLDINGS_CORPORATION +jurisdiction=Delaware party=Jefferies_Finance_LLC +jurisdiction=Massachusetts party=Boston_Private_Financial_Holdings party=J.H._Cromarty +effective_date=2007-05-17 jurisdiction=California +jurisdiction=Ohio +jurisdiction=Illinois +jurisdiction=New_York +effective_date=2004-08-24 jurisdiction=New_Jersey +jurisdiction=Delaware +jurisdiction=Massachusetts +jurisdiction=Massachusetts +jurisdiction=Utah +jurisdiction=Washington party=Electronic_Arts party=ELECTRONIC_ARTS +jurisdiction=Texas party=Legacy_Housing_Corporation +jurisdiction=California +jurisdiction=California +party=John_B._Quam +jurisdiction=Georgia +jurisdiction=Ohio +jurisdiction=Pennsylvania party=The_Hershey_Company party=Employer:\nThe_Hershey_Company\n100 party=Address:\nEMPLOYER:\nThe_Hershey_Company +jurisdiction=New_Jersey party=Cognizant_Technology_Solutions party=Technology_Solutions_Corporation\n500 +jurisdiction=Virginia +jurisdiction=New_York +party=Delphi_Automotive_LLP +jurisdiction=Nevada party=AGS_LLC +effective_date=2006-04-13 jurisdiction=New_York +jurisdiction=Texas +effective_date=2008-09-10 +jurisdiction=New_York +jurisdiction=New_York party=API_Nanotronics_Corp. +jurisdiction=California party=nStor_Corporation +jurisdiction=New_Jersey +jurisdiction=Missouri +effective_date=2004-02-24 jurisdiction=Illinois +"jurisdiction=Texas party=Imperial_Sugar_Company party=Louis_Dreyfus_Commodities_LLC party=Louis_Dreyfus_Commodities_LL.C_and_those_Persons_controlled_by_Louis_Dreyfus_Commodities_LLC.\n(f)_“LDC_Parent_Affiliate”_means_any_of_those_Persons_that_is_listed_on_Exhibit_A.\n(g)_“Louis_Dreyfus_Commodities_Affiliate”_means_collectively_the_LDC_Affiliates_and_the_LDC_Parent_Affiliates.\n(h)_“Person”_means_any_natural_person,_business,_corporation,_company,_association,_limited_liability_company,_partnership,_limited\npartnership,_limited_liability_partnership,_joint_venture,_business_enterprise,_trust,_governmental_authority_or_other_legal_entity.\n_\n(i)_“Representatives”_means_the_partners,_members,_directors,_officers,_employees,_managers,_agents_and_advisors_(including_attorneys,\naccountants,_auditors,_investment_bankers_and_consultants)_and_the_current_debt_lenders_of_a_specified_Person._Representatives_of_the_Company\ninclude_Perella_Weinberg_Partners_(“PWP”),_the_Company’s_advisors.\n2._Confidentiality,_Use_and_Disclosure_of_Evaluation_Material.\n(a)_Confidentiality_and_Use_of_Evaluation_Material._You_agree_that_all_Evaluation_Material_shall_be:_(i)_used_by_you_solely_for_the_purpose\nof_evaluating_the_Transaction;_(ii)_kept_strictly_confidential;_and_(iii)_provided_by_you_only_to_those_of_your_Representatives_and_Louis_Dreyfus\nCommodities_Affiliates_and_their_Representatives_to_whom_disclosure_is_needed_in_order_to_facilitate_your_evaluation_of_the_Transaction._All\nEvaluation_Material_(and_the_knowledge_that_discussions_are_taking_place_between_the_Company_and_you_and_others)_shall_not_be_used_by_you,_the\nLouis_Dreyfus_Commodities_Affiliates_or_your_or_their_Representatives_for_any_purpose_other_than_evaluating_the_Transaction._Before_providing\naccess_to_any_Evaluation_Material_to_any_of_the_Louis_Dreyfus_Commodities_Affiliates_or_any_of_your_or_their_Representatives,_you_shall_inform_them\nof_the_restrictions_set_forth_in_this_Agreement_that_are_applicable_to_them_and_instruct_them_to_comply_with_such_provisions._Nothing_herein_will\n2\nprohibit_or_restrict_the_right_of_you,_the_Louis_Dreyfus_Commodities_Affiliates_or_any_of_your_or_their_Representatives_to_develop,_use_or_market\nproducts_or_services_similar_to_or_competitive_with_ours_as_long_as_you_do_not_use_Evaluation_Material_to_do_so.\n(b)_Compulsory_Disclosure_of_Evaluation_Material._In_the_event_that_you,_a_Louis_Dreyfus_Commodities_Affiliate_or_any_of_your_or_their\nRepresentatives_is_requested_or_required_(by_interrogatories,_requests_for_information,_subpoena_or_similar_legal_process)_to_disclose_any_Evaluation\nMaterial,_if_allowed_by_applicable_law,_you_shall_provide_the_Company_with_prompt_written_notice_thereof_so_that_the_Company_may_seek_an\nappropriate_protective_order_and/or,_in_its_sole_discretion,_waive_your_compliance_with_the_provisions_of_this_Agreement._If,_in_the_absence_of_such_a\nprotective_order_or_waiver,_you,_a_Louis_Dreyfus_Commodities_Affiliate_or_any_of_your_or_their_Representatives_are_nonetheless_legally_compelled_to\ndisclose_any_Evaluation_Material,_then_you_or_such_Louis_Dreyfus_Commodities_Affiliate_or_Representative_may_disclose_such_portion_of_the\nEvaluation_Material_that_you_are_advised_by_counsel_is_legally_required_to_be_disclosed_without_liability_under_this_Agreement,_and_you_will\nreasonably_cooperate_with_the_Company_in_its_efforts_to_obtain_assurances_that_such_disclosed_Evaluation_Material_will_be_afforded_confidential\ntreatment.\n3._Other_Disclosure._Except_for_such_disclosure_as_is_necessary_for_you_or_us_not_to_be_in_violation_of_any_applicable_law,_regulation,_order_or\nlisting_agreement,_you,_the_Louis_Dreyfus_Commodities_Affiliates_and_your_or_their_Representatives,_and_we,_Company_Affiliates_and_our\nRepresentatives_shall_not:_(a)_make_any_disclosure_to_any_other_Person_of_(i)_the_fact_that_discussions,_negotiations_or_investigations_are_taking_or\nhave_taken_place_between_us_concerning_the_Transaction,_(ii)_the_existence_or_contents_of_this_Agreement,_(iii)_the_fact_that_you,_the_Louis_Dreyfus\nCommodities_Affiliates_or_your_or_their_Representatives_have_requested_or_received_Evaluation_Material_or_(iv)_any_of_the_terms,_conditions_or_facts\nrelating_to_a_Transaction_involving_you,_including_the_status_thereof;_or_(b)_make_any_public_statement_concerning_a_Transaction_involving_you_(any\ndisclosure_or_statement_described_in_clauses_(a)_or_(b)_being_a_“Public_Statement”)._If_either_party_is_required_to_make_any_Public_Statement_for_such\nparty_not_to_be_in_violation_of_any_applicable_law,_regulation,_order_or_listing_agreement,_then_if_allowed_by_applicable_law,_regulation,_order_or_listing\nagreement_such_party_shall_(x)_provide_the_other_party_with_the_text_of_such_Public_Statement_as_far_in_advance_of_its_disclosure_as_is_practicable_and\n(y)_consider_in_good_faith_such_party’s_suggestions_concerning_the_nature_and_scope_of_the_information_to_be_contained_therein.\n4._Securities_Law_Restrictions._You_acknowledge_that:_(a)_the_Evaluation_Material_may_contain_material_non-public_information_concerning_the\nCompany_and_Company_Affiliates;_(b)_you_are_aware_of_the_restrictions_imposed_by_U.S._federal_and_state_securities_laws,_and_the_rules_and\nregulations_promulgated_thereunder,_on_Persons_in_possession_of_material_non-public_information;_and_(c)_you_will_not_(and_you_will_cause_the_Louis\nDreyfus_Commodities_Affiliates_and_your_and_their_Representatives_to_not),_directly_or_indirectly,_use,_or_allow_any_third_party_to_use,_any_Evaluation\nMaterial_in_contravention_of_any_U.S._federal_or_state_securities_laws._Nothing_herein_shall_constitute_an_admission_by_either_party_that_any_Evaluation\nMaterial_in_fact_contains_material_non-public_information_concerning_the_Company_or_any_Company_Affiliates.\n3\n5._No_Representations_or_Warranties._You_acknowledge_and_agree_that:_(a)_no_representation_or_warranty,_express_or_implied,_is_made_by_us,\nCompany_Affiliates_or_any_of_our_Representatives_as_to_the_accuracy_or_completeness_of_any_of_the_Evaluation_Material;_and_(b)_you_shall_be_entitled\nto_rely_only_on_those_representations_and_warranties_that_may_be_made_in_a_definitive_written_agreement_to_consummate_the_Transaction_that_is\nexecuted_and_delivered_by_both_you_and_us_(a_“Definitive_Transaction_Agreement”)._Neither_the_Company_nor_any_Company_Affiliates_or\nRepresentatives_shall_have_any_liability_to_you_or_any_of_your_Representatives_on_account_of_the_use_of_any_Evaluation_Material_by_you,_the_Louis\nDreyfus_Commodities_Affiliates_or_any_of_your_or_their_Representatives_or_any_inaccuracy_therein_or_omission_therefrom_unless_otherwise_provided\nin_a_Definitive_Transaction_Agreement.\n6._Return,_Destruction_or_Erasure_of_Evaluation_Material._If_you_decide_not_to_proceed_with_the_Transaction,_then_you_shall_promptly_notify\nDawn_Scheirer_of_PWP_(the_“Company_Representative”)_of_that_decision._Within_thirty_(30)_days_after_the_Company’s_written_request,_you_shall\neither_return,_destroy_or_erase_all_Evaluation_Material_in_the_possession_or_control_of_you,_any_Louis_Dreyfus_Commodities_Affiliate_or_any_of_your_or\ntheir_Representatives_(and,_in_the_case_of_destruction_or_erasure,_certify_such_destruction_or_erasure_to_us)_,_except_to_the_extent_and_for_such_period\nthat_you,_the_Louis_Dreyfus_Commodities_Affiliates_or_your_or_their_Representatives_are_prohibited_from_doing_so_by_applicable_law,_rule,_regulation\nor_court_or_administrative_order._The_parties_recognize_that_it_may_not_be_possible_to_destroy_separately_or_completely_materials_that_have_been_stored\nor_transmitted_electronically_within_the_above_30-day_time_period_and_that_destruction_of_such_material_shall_be_made_to_the_extent_practicable_and_in\naccordance_with_your,_the_Louis_Dreyfus_Commodities_Affiliates’_and_your_Representatives’_applicable_ongoing_records_retention_procedures.\nNotwithstanding_anything_to_the_contrary_herein,_it_is_understood_and_agreed_by_Company_that_your,_the_Louis_Dreyfus_Commodities_Affiliates”_and\nyour_or_their_Representatives’_computer_systems_may_automatically_back-up_Confidential_Information_disclosed_to_it._To_the_extent_that_such\ncomputer_back-up_procedures_create_copies_of_the_Confidential_Information,_you,_the_Louis_Dreyfus_Commodities_Affiliates_and_your_or_their\nRepresentatives_may_retain_such_copies_in_its_archival_or_back-up_computer_storage_for_the_period_such_party_normally_archive_backed-up_computer\nrecords,_which_copies_shall_be_subject_to_this_provision_of_this_Agreement_and_shall_be_destroyed_in_accordance_with_the_Louis_Dreyfus term=3_years" +jurisdiction=New_Jersey +jurisdiction=New_York +effective_date=2014-02-19 jurisdiction=New_York party=Calpine_Corporation +jurisdiction=Missouri party=Emerson_Electric_Co. party=means\nEmerson_Electric_Co. party=Emerson_Electric party=Edward_L._Monser +effective_date=2007-05-22 party=QIAGEN_N.V. party=Digene_Corporation +jurisdiction=Nevada party=AGS_LLC +jurisdiction=Florida +"" +jurisdiction=Oregon +party=IDEX_Corporation +effective_date=2018-03-26 jurisdiction=New_York term=2_years +jurisdiction=New_York +jurisdiction=Texas +effective_date=2007-04-25 +jurisdiction=Florida +jurisdiction=California +jurisdiction=New_York party=Cognizant_Technology_Solutions_Corporation +jurisdiction=Delaware +jurisdiction=Delaware +jurisdiction=Oregon +jurisdiction=Washington party=John_P._Clifford +"party=American_Campus_Communities,_Inc._(the_“Company”)_and\n(the_“Executive”).\nWITNESSETH:\nWHEREAS,_the_Company_and_Executive_have_entered_into_an_employment_agreement_(the_“Employment_Agreement”)_on_a_date_even\nherewith;_and\nWHEREAS,_the_Company,_as_a_condition_of_entering_into_the_Employment_Agreement,_desires_to_obtain_certain_restrictive_covenants\nfrom_Executive,_as_described_below,_and_Executive_is_willing_to_agree_to_such_restrictive_covenants_in_consideration_of_compensation_and_benefits_set\nforth_in_the_Employment_Agreement.\nNOW,_THEREFORE,_in_consideration_of_the_premises_and_mutual_covenants_contained_herein_and_for_other_good_and_valuable\nconsideration,_the_receipt_of_which_is_mutually_acknowledged,_the_Company_and_Executive_agree_as_follows:\nSection_1._Definitions.\n(a)_“Board”_shall_mean_the_Board_of_Directors_of_the_Company.\n(b)_“Cause”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(c)_“Change_in_Control”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(d)_“Competitive_Activities”_shall_mean_any_business_activities_involving_the_development,_acquisition,_sale_or_management_of_facilities\nwhose_primary_function_and_purpose_is_student_housing_and/or_the_provision_of_third_party_student_housing_services_to_providers_of_student_housing.\n(e)_“Confidential_Information”_shall_have_the_meaning_set_forth_in_Section_3_hereof.\n(f)_“Developments”_shall_have_the_meaning_set_forth_in_Section_7_hereof.\n(g)_“Good_Reason”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(h)_“Restricted_Period”_shall_mean_the_period_commencing_on_the_Effective_Date_and_ending_on_(i)_the_second_(2nd)_anniversary_of\nExecutive’s_termination_of_employment_for_by_the_Company_for_Cause_or_by_Executive_without_Good_Reason,_or_(ii)_the_first_(1st)_anniversary_of\nExecutive’s_termination_of_employment_(A)_by_the_Company_other_than_for_Cause;_(B)_by_Executive_with_Good_Reason;_or_(C)_by_Executive_for_any\nreason_at_any_time_during_the_one-year_period_following_a_Change_in_Control.\n(i)_“Term_of_Employment”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\nSection_2._Reasonableness_of_Covenants.\nExecutive_acknowledges_and_agrees_that_(A)_the_agreements_and_covenants_contained_in_this_Agreement_are_(i)_reasonable_and_valid_in\ngeographical_and_temporal_scope_and_in_all_other_respects,_and_(ii)_essential_to_protect_the_value_of_the_Company’s_business_and_assets,_and_(B)_by_his\nemployment_with_the_Company,_Executive_will_obtain_knowledge,_contacts,_know-how,_training_and_experience_and_there_is_a_substantial_probability\nthat_such_knowledge,_know-how,_contacts,_training_and_experience_could_be_used_to_the_substantial_advantage_of_a_competitor_of_the_Company_and_to\nthe_Company’s_substantial_detriment.\nSection_3._Confidential_Information.\nAt_any_time_during_and_after_the_end_of_the_Term_of_Employment,_without_the_prior_written_consent_of_the_Board,_except_to_the_extent\nrequired_by_an_order_of_a_court_having_jurisdiction_or_under_subpoena_from_an_appropriate_government_agency,_in_which_event,_Executive_shall_use\nhis_best_efforts_to_consult_with_the_Board_prior_to_responding_to_any_such_order_or_subpoena,_and_except_as_required_in_the_performance_of_his_duties\nunder_the_Employment_Agreement,_Executive_shall_not_disclose_any_confidential_or_proprietary_trade_secrets,_customer_lists,_drawings,_designs,\ninformation_regarding_product_development,_marketing_plans,_sales_plans,_manufacturing_plans,_management_organization_information,_operating\npolicies_or_manuals,_business_plans,_financial_records,_packaging_design_or_other_financial,_commercial,_business_or_technical_information_(a)_relating\nto_the_Company,_or_(b)_that_the_Company_or_any_of_its_affiliates_may_receive_belonging_to_suppliers,_customers_or_others_who_do_business_with_the\nCompany_(“Confidential_Information”)._Executive’s_obligation_under_this_Section_3_shall_not_apply_to_any_information_which_(i)_is_known_publicly;\n(ii)_is_in_the_public_domain_or_hereafter_enters_the_public_domain_without_the_breach_of_the_Executive_of_this_Section_3;_(iii)_is_known_to_Executive\nprior_to_his_receipt_of_such_information_from_the_Company,_as_evidenced_by_Executive’s_written_records;_or_(iv)_is_disclosed_after_termination_of\nExecutive’s_employment_to_Executive_by_a_third_party_not_under_an_obligation_of_confidence_to_the_Company.\nSection_4._Non-Competition.\nExecutive_covenants_and_agrees_that_during_the_Restricted_Period,_in_any_jurisdiction_in_which_the_Company_is_engaged_in_business_at_the\ntime_of_such_termination,_Executive_shall_not,_directly_or_indirectly:_(a)_engage_in_Competitive_Activities,_whether_individually_or_as_principal,\npartner,_officer,_director,_consultant,_employee,_stockholder_or_manager_of_any_person,_partnership,_corporation,_limited_liability_company_or_any\nother_entity;_or_(b)_own_interests_in_student_housing_properties_that_are_competitive,_directly_or_indirectly,_with_any_business_carried_on_by_the\nCompany,_it_successors,_or_its_subsidiaries_and_affiliates._Notwithstanding_the_foregoing,_Executive_may,_directly_or_indirectly,_own,_solely_as_an\ninvestment,_securities_of_any_entity_engaged_in_Competitive_Activities_which_are_publicly_traded\non_a_national_or_regional_stock_exchange_or_on_the_over-the-counter_market;_provided_that_Executive_(A)_is_not_a_controlling_person_of,_or_member_of\na_group_which_controls,_such_entity_and_(B)_does_not,_directly_or_indirectly,_own_2%_or_more_of_any_class_of_securities_of_any_such_entity.\nSection_5._Non-Solicitation;_Non-Interference.\nDuring_the_Restricted_Period,_Executive_shall_not,_directly_or_indirectly,_for_his_own_account_or_for_the_account_of_any_other_individual_or\nentity,_nor_shall_he_assist_any_person_or_entity_to_(i)_encourage,_solicit_or_induce,_or_in_any_manner_attempt_to_solicit_or_induce,_any_person_employed\nby,_as_agent_of,_or_a_service_provider_to,_the_Company_to_terminate_such_person’s_employment,_agency_or_service,_as_the_case_may_be,_with_the\nCompany;_or_(ii)_divert,_or_attempt_to_divert,_any_person,_concern,_or_entity_from_doing_business_with_the_Company_or_any_of_its_subsidiaries,_or\nattempt_to_induce_any_such_person,_concern_or_entity_to_cease_being_a_customer_or_supplier_of_the_Company.\nSection_6._Return_of_Documents.\nIn_the_event_of_the_termination_of_Executive’s_employment_for_any_reason,_Executive_shall_deliver_to_the_Company_all_of_(i)_the_property\nof_the_Company,_and_(ii)_the_documents_and_data_of_any_nature_and_in_whatever_medium_of_the_Company,_and_he_shall_not_take_with_him_any_such\nproperty,_documents_or_data_or_any_reproduction_thereof,_or_any_documents_containing_or_pertaining_to_any_Confidential_Information.\nSection_7._Works_for_Hire.\nExecutive_agrees_that_the_Company_shall_own_all_right,_title_and_interest_(including_patent_rights,_copyrights,_trade_secret_rights,_mask\nwork_rights_and_other_rights_throughout_the_world)_in_any_inventions,_works_of_authorship,_mask_works,_ideas_or_information_made_or_conceived_or\nreduced_to_practice,_in_whole_or_in_part,_by_Executive_(either_alone_or_with_others)_during_the_Term_of_Employment_that_relate_to_the_Company’s\nbusiness_activities_(the_“Developments”);_provided,_however,_that_the_Company_shall_not_own_Developments_for_which_no_equipment,_supplies,\nfacility,_trade_secret_information_or_Confidential_Information_of_the_Company_was_used_and_which_were_developed_entirely_on_Executive’s_time,_and\nwhich_do_not_relate_(A)_to_the_business_of_the_Company_or_its_affiliates,_or_(B)_to_the_Company’s_or_its_affiliates’_actual_or_demonstrably_anticipated\nresearch_or_development._Subject_to_the_foregoing,_Executive_will_promptly_and_fully_disclose_to_the_Company,_or_any_persons_designated_by_it,_any\nand_all_Developments_made_or_conceived_or_reduced_to_practice_or_learned_by_Executive,_either_alone_or_jointly_with_others_during_the_Term_of\nEmployment_that_relate_to_the_Company’s_business_activities._Executive_hereby_assigns_all_right,_title_and_interest_in_and_to_any_and_all_of_these\nDevelopments_to_the_Company._Executive_agrees_to_assist_the_Company,_at_the_Company’s_expense,_to_further_evidence,_record_and_perfect_such\nassignments,_and_to_perfect,_obtain,_maintain,_enforce,_and_defend_any_rights_specified_to_be_so_owned_or_assigned._Executive_hereby_irrevocably\ndesignates_and_appoints_the_Company_and_its_agents_as_attorneys-in-fact_to_act_for_and_on_Executive’s_behalf_to_execute_and_file_any_document_and_to\ndo_all_other_lawfully_permitted_acts_to_further_the_purposes_of_the_foregoing_with_the_same_legal_force_and_effect_as_if_executed_by_Executive._In\naddition,_and_not_in_contravention_of_any_of_the_foregoing,_Executive\nacknowledges_that_all_original_works_of_authorship_which_are_made_by_him_(solely_or_jointly_with_others)_within_the_scope_of_employment_and_which\nare_protectable_by_copyright_are_“works_made_for_hire,”_as_that_term_is_defined_in_the_United_States_Copyright_Act_(17_USC_Sec._101)._To_the_extent\nallowed_by_law,_this_includes_all_rights_of_paternity,_integrity,_disclosure_and_withdrawal_and_any_other_rights_that_may_be_known_as_or_referred_to_as\n“moral_rights.”_To_the_extent_Executive_retains_any_such_moral_rights_under_applicable_law,_Executive_hereby_waives_such_moral_rights_and_consents\nto_any_action_consistent_with_the_terms_of_this_Agreement_with_respect_to_such_moral_rights,_in_each_case,_to_the_full_extent_of_such_applicable_law.\nExecutive_will_confirm_any_such_waivers_and_consents_from_time_to_time_as_requested_by_the_Company.\nSection_8._Blue_Pencil.\nIf_any_court_of_competent_jurisdiction_shall_at_any_time_deem_the_duration_or_the_geographic_scope_of_any_of_the_provisions_of_this\nAgreement_unenforceable,_the_other_provisions_of_this_Agreement_shall_nevertheless_stand_and_the_duration_and/or_geographic_scope_set_forth_herein\nshall_be_deemed_to_be_the_longest_period_and/or_greatest_size_permissible_by_law_under_the_circumstances,_and_the_parties_hereto_agree_that_such_court\nshall_reduce_the_time_period_and/or_geographic_scope_to_permissible_duration_or_size.\nSection_9._Injunctive_Relief.\nWithout_intending_to_limit_the_remedies_available_to_the_Company,_Executive_acknowledges_that_a_breach_of_any_of_the_covenants\ncontained_in_this_Agreement_may_result_in_material_irreparable_injury_to_the_Company_or_its_subsidiaries_or_affiliates_for_which_there_is_no_adequate\nremedy_at_law,_that_it_will_not_be_possible_to_measure_damages_for_such_injuries_precisely_and_that,_in_the_event_of_such_a_breach_or_threat_thereof,_the\nCompany_shall_be_entitled_to_obtain_a_temporary_restraining_order_and/or_a_preliminary_or_permanent_injunction,_without_the_necessity_of_proving\nirreparable_harm_or_injury_as_a_result_of_such_breach_or_threatened_breach_of_this_Agreement,_restraining_Executive_from_engaging_in_activities\nprohibited_by_this_Agreement_or_such_other_relief_as_may_be_required_specifically_to_enforce_any_of_the_covenants_in_this_Agreement._Notwithstanding\nany_other_provision_to_the_contrary,_the_Restricted_Period_shall_be_tolled_during_any_period_of_violation_of_any_of_the_covenants_in_Section_4_or_Section\n5_hereof_and_during_any_other_period_required_for_litigation_during_which_the_Company_seeks_to_enforce_this_covenant_against_Executive_if_it_is\nultimately_determined_that_such_person_was_in_breach_of_such_covenants.\nSection_10._Successors_and_Assigns.\nThis_Agreement_shall_inure_to_the_benefit_of_and_be_enforceable_by,_and_may_be_assigned_by_the_Company_to,_any_purchaser_of_all_or\nsubstantially_all_of_the_Company’s_business_or_assets,_any_successor_to_the_Company_or_any_assignee_thereof_(whether_direct_or_indirect,_by_purchase,\nmerger,_consolidation_or_otherwise).\nSection_11._Waiver_and_Amendments.\nAny_waiver,_alteration,_amendment_or_modification_of_any_of_the_terms_of_this_Agreement_shall_be_valid_only_if_made_in_writing_and\nsigned_by_the_parties_hereto;_provided,_however,_that_any_such_waiver,_alteration,_amendment_or_modification_is_consented_to_on_the\nCompany’s_behalf_by_the_Board._No_waiver_by_either_of_the_parties_hereto_of_their_rights_hereunder_shall_be_deemed_to_constitute_a_waiver_with\nrespect_to_any_subsequent_occurrences_or_transactions_hereunder_unless_such_waiver_specifically_states_that_it_is_to_be_construed_as_a_continuing\nwaiver.\nSection_12._Severability_and_Governing_Law.\nIf_any_covenants_or_such_other_provisions_of_this_Agreement_are_found_to_be_invalid_or_unenforceable_by_a_final_determination_of_a_court\nof_competent_jurisdiction:_(a)_the_remaining_terms_and_provisions_hereof_shall_be_unimpaired,_and_(b)_the_invalid_or_unenforceable_term_or_provision\nhereof_shall_be_deemed_replaced_by_a_term_or_provision_that_is_valid_and_enforceable_and_that_comes_closest_to_expressing_the_intention_of_the_invalid\nor_unenforceable_term_or_provision_hereof._THIS_AGREEMENT_SHALL_BE_GOVERNED_BY_AND_CONSTRUED_IN_ACCORDANCE_WITH\nTHE_LAWS_OF_THE_STATE_OF_TEXAS_(WITHOUT_GIVING_EFFECT_TO_THE_CHOICE_OF_LAW_PRINCIPLES_THEREOF)_APPLICABLE\nTO_CONTRACTS_MADE_AND_TO_BE_PERFORMED_ENTIRELY_WITHIN_SUCH_STATE.\nSection_13._Section_Headings.\nThe_headings_of_the_sections_and_subsections_of_this_Agreement_are_inserted_for_convenience_only_and_shall_not_be_deemed_to_constitute_a\npart_thereof,_affect_the_meaning_or_interpretation_of_this_Agreement_or_of_any_term_or_provision_hereof.\nSection_14._Entire_Agreement.\nThis_Agreement_constitutes_the_entire_understanding_and_agreement_of_the_parties_hereto_regarding_the_subject_matter_hereof._This\nAgreement_supersedes_all_prior_negotiations,_discussions,_correspondence,_communications,_understandings_and_agreements_between_the_parties\nrelating_to_the_subject_matter_of_this_Agreement.\nSection_15._Counterparts.\nThis_Agreement_may_be_executed_in_two_or_more_counterparts,_each_of_which_shall_be_deemed_to_be_an_original_but_all_of_which_together\nshall_constitute_one_and_the_same_instrument._The_execution_of_this_Agreement_may_be_by_actual_or_facsimile_signature.\n***\n[Signatures_to_appear_on_the_following_page.]\nIN_WITNESS_WHEREOF,_the_undersigned_have_executed_this_Agreement_as_of_the_date_first_above_written.\nAMERICAN_CAMPUS\nCOMMUNITIES,_INC.\nBy:\nTitle:\nExecutive EX-10.9_11_dex109.htm_FORM_OF_CONFIDENTIALITY_AND_NONCOMPETITION_AGREEMENT\nExhibit_10.9\nCONFIDENTIALITY_AND_NONCOMPETITION\nAGREEMENT\nThis_CONFIDENTIALITY_AND_NONCOMPETITION_AGREEMENT_(this_“Agreement”)_is_made_and_entered_into_as_of_this____day_of\n,_2004,_by_and_between_American_Campus_Communities,_Inc._(the_“Company”)_and_(the_“Executive”).\n_\nWITNESSETH:\nWHEREAS,_the_Company_and_Executive_have_entered_into_an_employment_agreement_(the_“Employment_Agreement”)_on_a_date_even\nherewith;_and\nWHEREAS,_the_Company,_as_a_condition_of_entering_into_the_Employment_Agreement,_desires_to_obtain_certain_restrictive_covenants\nfrom_Executive,_as_described_below,_and_Executive_is_willing_to_agree_to_such_restrictive_covenants_in_consideration_of_compensation_and_benefits_set\nforth_in_the_Employment_Agreement.\nNOW,_THEREFORE,_in_consideration_of_the_premises_and_mutual_covenants_contained_herein_and_for_other_good_and_valuable\nconsideration,_the_receipt_of_which_is_mutually_acknowledged,_the_Company_and_Executive_agree_as_follows:\nSection_1._Definitions.\n(a)_“Board”_shall_mean_the_Board_of_Directors_of_the_Company.\n(b)_“Cause”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(c)_“Change_in_Control”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(d)_“Competitive_Activities”_shall_mean_any_business_activities_involving_the_development,_acquisition,_sale_or_management_of_facilities\nwhose_primary_function_and_purpose_is_student_housing_and/or_the_provision_of_third_party_student_housing_services_to_providers_of_student_housing.\n(e)_“Confidential_Information”_shall_have_the_meaning_set_forth_in_Section_3_hereof.\n(f)_“Developments”_shall_have_the_meaning_set_forth_in_Section_7_hereof.\n(g)_“Good_Reason”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(h)_“Restricted_Period”_shall_mean_the_period_commencing_on_the_Effective_Date_and_ending_on_(i)_the_second_(279)_anniversary_of\nExecutive’s_termination_of_employment_for_by_the_Company_for_Cause_or_by_Executive_without_Good_Reason,_or_(ii)_the_first_(1)_anniversary_of\nExecutive’s_termination_of_employment_(A)_by_the_Company_other_than_for_Cause;_(B)_by_Executive_with_Good_Reason;_or_(C)_by_Executive_for_any\nreason_at_any_time_during_the_one-year_period_following_a_Change_in_Control.\n(i)_“Term_of_Employment”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\nSection_2._Reasonableness_of_Covenants.\nExecutive_acknowledges_and_agrees_that_(A)_the_agreements_and_covenants_contained_in_this_Agreement_are_(i)_reasonable_and_valid_in\ngeographical_and_temporal_scope_and_in_all_other_respects,_and_(ii)_essential_to_protect_the_value_of_the_Company’s_business_and_assets,_and_(B)_by_his\nemployment_with_the_Company,_Executive_will_obtain_knowledge,_contacts,_know-how,_training_and_experience_and_there_is_a_substantial_probability\nthat_such_knowledge,_know-how,_contacts,_training_and_experience_could_be_used_to_the_substantial_advantage_of_a_competitor_of_the_Company_and_to\nthe_Company’s_substantial_detriment.\nSection_3._Confidential_Information.\nAt_any_time_during_and_after_the_end_of_the_Term_of_Employment,_without_the_prior_written_consent_of_the_Board,_except_to_the_extent\nrequired_by_an_order_of_a_court_having_jurisdiction_or_under_subpoena_from_an_appropriate_government_agency,_in_which_event,_Executive_shall_use\nhis_best_efforts_to_consult_with_the_Board_prior_to_responding_to_any_such_order_or_subpoena,_and_except_as_required_in_the_performance_of_his_duties\nunder_the_Employment_Agreement,_Executive_shall_not_disclose_any_confidential_or_proprietary_trade_secrets,_customer_lists,_drawings,_designs,\ninformation_regarding_product_development,_marketing_plans,_sales_plans,_manufacturing_plans,_management_organization_information,_operating\npolicies_or_manuals,_business_plans,_financial_records,_packaging_design_or_other_financial,_commercial,_business_or_technical_information_(a)_relating\nto_the_Company,_or_(b)_that_the_Company_or_any_of_its_affiliates_may_receive_belonging_to_suppliers,_customers_or_others_who_do_business_with_the\nCompany_(“Confidential_Information”)._Executive’s_obligation_under_this_Section_3_shall_not_apply_to_any_information_which_(i)_is_known_publicly;\n(ii)_is_in_the_public_domain_or_hereafter_enters_the_public_domain_without_the_breach_of_the_Executive_of_this_Section_3;_(iii)_is_known_to_Executive\nprior_to_his_receipt_of_such_information_from_the_Company,_as_evidenced_by_Executive’s_written_records;_or_(iv)_is_disclosed_after_termination_of\nExecutive’s_employment_to_Executive_by_a_third_party_not_under_an_obligation_of_confidence_to_the_Company.\nSection_4._Non-Competition.\nExecutive_covenants_and_agrees_that_during_the_Restricted_Period,_in_any_jurisdiction_in_which_the_Company_is_engaged_in_business_at_the\ntime_of_such_termination,_Executive_shall_not,_directly_or_indirectly:_(a)_engage_in_Competitive_Activities,_whether_individually_or_as_principal,\npartner,_officer,_director,_consultant,_employee,_stockholder_or_manager_of_any_person,_partnership,_corporation,_limited_liability_company_or_any\nother_entity;_or_(b)_own_interests_in_student_housing_properties_that_are_competitive,_directly_or_indirectly,_with_any_business_carried_on_by_the\nCompany,_it_successors,_or_its_subsidiaries_and_affiliates._Notwithstanding_the_foregoing,_Executive_may,_directly_or_indirectly,_own,_solely_as_an\ninvestment,_securities_of_any_entity_engaged_in_Competitive_Activities_which_are_publicly_traded\non_a_national_or_regional_stock_exchange_or_on_the_over-the-counter_market;_provided_that_Executive_(A)_is_not_a_controlling_person_of,_or_member_of\na_group_which_controls,_such_entity_and_(B)_does_not,_directly_or_indirectly,_own_2%_or_more_of_any_class_of_securities_of_any_such_entity.\nSection_5._Non-Solicitation;_Non-Interference.\nDuring_the_Restricted_Period,_Executive_shall_not,_directly_or_indirectly,_for_his_own_account_or_for_the_account_of_any_other_individual_or\nentity,_nor_shall_he_assist_any_person_or_entity_to_(i)_encourage,_solicit_or_induce,_or_in_any_manner_attempt_to_solicit_or_induce,_any_person_employed\nby,_as_agent_of,_or_a_service_provider_to,_the_Company_to_terminate_such_person’s_employment,_agency_or_service,_as_the_case_may_be,_with_the\nCompany;_or_(ii)_divert,_or_attempt_to_divert,_any_person,_concern,_or_entity_from_doing_business_with_the_Company_or_any_of_its_subsidiaries,_or\nattempt_to_induce_any_such_person,_concern_or_entity_to_cease_being_a_customer_or_supplier_of_the_Company.\nSection_6._Return_of_Documents.\nIn_the_event_of_the_termination_of_Executive’s_employment_for_any_reason,_Executive_shall_deliver_to_the_Company_all_of_(i)_the_property\nof_the_Company,_and_(ii)_the_documents_and_data_of_any_nature_and_in_whatever_medium_of_the_Company,_and_he_shall_not_take_with_him_any_such\nproperty,_documents_or_data_or_any_reproduction_thereof,_or_any_documents_containing_or_pertaining_to_any_Confidential_Information.\nSection_7._Works_for_Hire.\nExecutive_agrees_that_the_Company_shall_own_all_right,_title_and_interest_(including_patent_rights,_copyrights,_trade_secret_rights,_mask\nwork_rights_and_other_rights_throughout_the_world)_in_any_inventions,_works_of_authorship,_mask_works,_ideas_or_information_made_or_conceived_or\nreduced_to_practice,_in_whole_or_in_part,_by_Executive_(either_alone_or_with_others)_during_the_Term_of_Employment_that_relate_to_the_Company’s\nbusiness_activities_(the_“Developments”);_provided,_however,_that_the_Company_shall_not_own_Developments_for_which_no_equipment,_supplies,\nfacility,_trade_secret_information_or_Confidential_Information_of_the_Company_was_used_and_which_were_developed_entirely_on_Executive’s_time,_and\nwhich_do_not_relate_(A)_to_the_business_of_the_Company_or_its_affiliates,_or_(B)_to_the_Company’s_or_its_affiliates’_actual_or_demonstrably_anticipated\nresearch_or_development._Subject_to_the_foregoing,_Executive_will_promptly_and_fully_disclose_to_the_Company,_or_any_persons_designated_by_it,_any\nand_all_Developments_made_or_conceived_or_reduced_to_practice_or_learned_by_Executive,_either_alone_or_jointly_with_others_during_the_Term_of\nEmployment_that_relate_to_the_Company’s_business_activities._Executive_hereby_assigns_all_right,_title_and_interest_in_and_to_any_and_all_of_these\nDevelopments_to_the_Company._Executive_agrees_to_assist_the_Company,_at_the_Company’s_expense,_to_further_evidence,_record_and_perfect_such\nassignments,_and_to_perfect,_obtain,_maintain,_enforce,_and_defend_any_rights_specified_to_be_so_owned_or_assigned._Executive_hereby_irrevocably\ndesignates_and_appoints_the_Company_and_its_agents_as_attorneys-in-fact_to_act_for_and_on_Executive’s_behalf_to_execute_and_file_any_document_and_to\ndo_all_other_lawfully_permitted_acts_to_further_the_purposes_of_the_foregoing_with_the_same_legal_force_and_effect_as_if_executed_by_Executive._In\naddition,_and_not_in_contravention_of_any_of_the_foregoing,_Executive\nacknowledges_that_all_original_works_of_authorship_which_are_made_by_him_(solely_or_jointly_with_others)_within_the_scope_of_employment_and_which\nare_protectable_by_copyright_are_“works_made_for_hire,”_as_that_term_is_defined_in_the_United_States_Copyright_Act_(17_USC_Sec._101)._To_the_extent\nallowed_by_law,_this_includes_all_rights_of_paternity,_integrity,_disclosure_and_withdrawal_and_any_other_rights_that_may_be_known_as_or_referred_to_as\n“moral_rights.”_To_the_extent_Executive_retains_any_such_moral_rights_under_applicable_law,_Executive_hereby_waives_such_moral_rights_and_consents\nto_any_action_consistent_with_the_terms_of_this_Agreement_with_respect_to_such_moral_rights,_in_each_case,_to_the_full_extent_of_such_applicable_law.\nExecutive_will_confirm_any_such_waivers_and_consents_from_time_to_time_as_requested_by_the_Company.\nSection_8._Blue_Pencil.\nIf_any_court_of_competent_jurisdiction_shall_at_any_time_deem_the_duration_or_the_geographic_scope_of_any_of_the_provisions_of_this\nAgreement_unenforceable,_the_other_provisions_of_this_Agreement_shall_nevertheless_stand_and_the_duration_and/or_geographic_scope_set_forth_herein\nshall_be_deemed_to_be_the_longest_period_and/or_greatest_size_permissible_by_law_under_the_circumstances,_and_the_parties_hereto_agree_that_such_court\nshall_reduce_the_time_period_and/or_geographic_scope_to_permissible_duration_or_size.\nSection_9._Injunctive_Relief.\nWithout_intending_to_limit_the_remedies_available_to_the_Company,_Executive_acknowledges_that_a_breach_of_any_of_the_covenants\ncontained_in_this_Agreement_may_result_in_material_irreparable_injury_to_the_Company_or_its_subsidiaries_or_affiliates_for_which_there_is_no_adequate\nremedy_at_law,_that_it_will_not_be_possible_to_measure_damages_for_such_injuries_precisely_and_that,_in_the_event_of_such_a_breach_or_threat_thereof,_the\nCompany_shall_be_entitled_to_obtain_a_temporary_restraining_order_and/or_a_preliminary_or_permanent_injunction,_without_the_necessity_of_proving\nirreparable_harm_or_injury_as_a_result_of_such_breach_or_threatened_breach_of_this_Agreement,_restraining_Executive_from_engaging_in_activities\nprohibited_by_this_Agreement_or_such_other_relief_as_may_be_required_specifically_to_enforce_any_of_the_covenants_in_this_Agreement._Notwithstanding\nany_other_provision_to_the_contrary,_the_Restricted_Period_shall_be_tolled_during_any_period_of_violation_of_any_of_the_covenants_in_Section_4_or_Section\n5_hereof_and_during_any_other_period_required_for_litigation_during_which_the_Company_seeks_to_enforce_this_covenant_against_Executive_if_it_is\nultimately_determined_that_such_person_was_in_breach_of_such_covenants.\nSection_10._Successors_and_Assigns.\nThis_Agreement_shall_inure_to_the_benefit_of_and_be_enforceable_by,_and_may_be_assigned_by_the_Company_to,_any_purchaser_of_all_or\nsubstantially_all_of_the_Company’s_business_or_assets,_any_successor_to_the_Company_or_any_assignee_thereof_(whether_direct_or_indirect,_by_purchase,\nmerger,_consolidation_or_otherwise).\nSection_11._Waiver_and_Amendments.\nAny_waiver,_alteration,_amendment_or_modification_of_any_of_the_terms_of_this_Agreement_shall_be_valid_only_if_made_in_writing_and\nsigned_by_the_parties_hereto;_provided,_however,_that_any_such_waiver,_alteration,_amendment_or_modification_is_consented_to_on_the\nCompany’s_behalf_by_the_Board._No_waiver_by_either_of_the_parties_hereto_of_their_rights_hereunder_shall_be_deemed_to_constitute_a_waiver_with\nrespect_to_any_subsequent_occurrences_or_transactions_hereunder_unless_such_waiver_specifically_states_that_it_is_to_be_construed_as_a_continuing\nwaiver.\nSection_12._Severability_and_Governing_Law.\nIf_any_covenants_or_such_other_provisions_of_this_Agreement_are_found_to_be_invalid_or_unenforceable_by_a_final_determination_of_a_court\nof_competent_jurisdiction:_(a)_the_remaining_terms_and_provisions_hereof_shall_be_unimpaired,_and_(b)_the_invalid_or_unenforceable_term_or_provision\nhereof_shall_be_deemed_replaced_by_a_term_or_provision_that_is_valid_and_enforceable_and_that_comes_closest_to_expressing_the_intention_of_the_invalid\nor_unenforceable_term_or_provision_hereof._THIS_AGREEMENT_SHALL_BE_GOVERNED_BY_AND_CONSTRUED_IN_ACCORDANCE_WITH\nTHE_LAWS_OF_THE_STATE_OF_TEXAS_(WITHOUT_GIVING_EFFECT_TO_THE_CHOICE_OF_LAW_PRINCIPLES_THEREOF)_APPLICABLE\nTO_CONTRACTS_MADE_AND_TO_BE_PERFORMED_ENTIRELY_WITHIN_SUCH_STATE.\nSection_13._Section_Headings.\nThe_headings_of_the_sections_and_subsections_of_this_Agreement_are_inserted_for_convenience_only_and_shall_not_be_deemed_to_constitute_a\npart_thereof,_affect_the_meaning_or_interpretation_of_this_Agreement_or_of_any_term_or_provision_hereof.\nSection_14._Entire_Agreement.\nThis_Agreement_constitutes_the_entire_understanding_and_agreement_of_the_parties_hereto_regarding_the_subject_matter_hereof._This\nAgreement_supersedes_all_prior_negotiations,_discussions,_correspondence,_communications,_understandings_and_agreements_between_the_parties\nrelating_to_the_subject_matter_of_this_Agreement.\nSection_15._Counterparts.\nThis_Agreement_may_be_executed_in_two_or_more_counterparts,_each_of_which_shall_be_deemed_to_be_an_original_but_all_of_which_together\nshall_constitute_one_and_the_same_instrument._The_execution_of_this_Agreement_may_be_by_actual_or_facsimile_signature.\nSk_oSk_ok\n[Signatures_to_appear_on_the_following_page.]\nIN_WITNESS_WHEREOF,_the_undersigned_have_executed_this_Agreement_as_of_the_date_first_above_written.\nAMERICAN_CAMPUS\nCOMMUNITIES,_INC.\nBy:\nTitle:\nExecutive EX-10.9_11_dex109.htm_FORM_OF_CONFIDENTIALITY_AND_NONCOMPETITION_AGREEMENT\nExhibit_10.9\nCONFIDENTIALITY_AND_NONCOMPETITION\nAGREEMENT\nThis_CONFIDENTIALITY_AND_NONCOMPETITION_AGREEMENT_(this_""Agreement"")_is_made_and_entered_into_as_of_this_day\nof\n2004,_by_and_between_American_Campus_Communities,_Inc._(the_""Company."")_and\n(the_""Executive"").\nVITNESSETH\nWHEREAS,_the_Company_and_Executive_have_entered_into_an_employment_agreement_(the_""Employment_Agreement"")_on_a_date_even\nherewith;_and\nWHEREAS,_the_Company,_as_a_condition_of_entering_into_the_Employment_Agreement,_desires_to_obtain_certain_restrictive_covenants\nfrom_Executive,_as_described_below,_and_Executive_is_willing_to_agree_to_such_restrictive_covenants_in_consideration_of_compensation_and_benefits_set\nforth_in_the_Employment_Agreement.\nNOW,_THEREFORE,_in_consideration_of_the_premises_and_mutual_covenants_contained_herein_and_for_other_good_and_valuable\nconsideration,_the_receipt_of_which_is_mutually_acknowledged,_the_Company_and_Executive_agree_as_follows:\nSection_1._Definitions.\n(a)_""Board""_shall_mean_the_Board_of_Directors_of_the_Company.\n(b)_""Cause""_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(c)_""Change_in_Control""_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(d)_""Competitive_Activities""_shall_mean_any_business_activities_involving_the_development,_acquisition,_sale_or_management_of_facilities\nwhose_primary_function_and_purpose_is_student_housing_and/or_the_provision_of_third_party_student_housing_services_to_providers_of_student_housing.\n(e)_""Confidential_Information""_shall_have_the_meaning_set_forth_in_Section_3_hereof.\n(f)_""Developments""_shall_have_the_meaning_set_forth_in_Section_7_hereof.\n(g)_""Good_Reason""_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(h)_""Restricted_Period""_shall_mean_the_period_commencing_on_the_Effective_Date_and_ending_on_(i)_the_second_(2nd)_anniversary_of\nExecutive's_termination_of_employment_for_by_the_Company_for_Cause_or_by_Executive_without_Good_Reason,_or_(ii)_the_first_(1st)_anniversary_of\nExecutive's_termination_of_employment_(A)_by_the_Company_other_than_for_Cause;_(B)_by_Executive_with_Good_Reason;_or_(C)_by_Executive_for_any\nreason_at_any_time_during_the_one-year_period_following_a_Change_in_Control.\n(i)_""Term_of_Employment""_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\nSection_2._Reasonableness_of_Covenants.\nExecutive_acknowledges_and_agrees_that_(A)_the_agreements_and_covenants_contained_in_this_Agreement_are_(i)_reasonable_and_valid_in\ngeographical_and_temporal_scope_and_in_all_other_respects,_and_(ii)_essential_to_protect_the_value_of_the_Company's_business_and_assets,_and_(B)_by_his\nemployment_with_the_Company,_Executive_will_obtain_knowledge,_contacts,_know-how,_training_and_experience_and_there_is_a_substantial_probability\nthat_such_knowledge,_know-how,_contacts,_training_and_experience_could_be_used_to_the_substantial_advantage_of_a_competitor_of_the_Company_and_to\nthe_Company's_substantial_detriment.\nSection_3._Confidential_Information.\nAt_any_time_during_and_after_the_end_of_the_Term_of_Employment,_without_the_prior_written_consent_of_the_Board,_except_to_the_extent\nrequired_by_an_order_of_a_court_having_jurisdiction_or_under_subpoena_from_an_appropriate_government_agency,_in_which_event,_Executive_shall_use\nhis_best_efforts_to_consult_with_the_Board_prior_to_responding_to_any_such_order_or_subpoena,_and_except_as_required_in_the_performance_of_his_duties\nunder_the_Employment_Agreement,_Executive_shall_not_disclose_any_confidential_or_proprietary_trade_secrets,_customer_lists,_drawings,_designs,\ninformation_regarding_product_development,_marketing_plans,_sales_plans,_manufacturing_plans,_management_organization_information,_operating\npolicies_or_manuals,_business_plans,_financial_records,_packaging_design_or_other_financial,_commercial,_business_or_technical_information_(a)_relating\nto\nthe_Company,_or_(b)_that_the_Company_or_any_of_its_affiliates_may_receive_belonging_to_suppliers,_customers_or_others_who_do_business_with_the\nCompany_(""Confidential_Information"")._Executive's_obligation_under_this_Section_3_shall_not_apply_to_any_information_which_(i)_is_known_publicly;\n(ii)_is_in_the_public_domain_or_hereafter_enters_the_public_domain_without_the_breach_of_the_Executive_of_this_Section_3;_(iii)_is_known_to_Executive\nprior_to_his_receipt_of_such_information_from_the_Company,_as_evidenced_by_Executive's_written_records;_or_(iv)_is_disclosed_after_termination_of\nExecutive's_employment_to_Executive_by_a_third_party_not_under_an_obligation_of_confidence_to_the_Company.\nSection_4._Non-Competition\nExecutive_covenants_and_agrees_that_during_the_Restricted_Period,_in_any_jurisdiction_in_which_the_Company_is_engaged_in_business_at_the\ntime_of_such_termination,_Executive_shall_not,_directly_or_indirectly:_(a)_engage_in_Competitive_Activities,_whether_individually_or_as_principal,\npartner,_officer,_director,_consultant,_employee,_stockholder_or_manager_of_any_person,_partnership,_corporation,_limited_liability_company_or_any\nother_entity;_or_(b)_own_interests_in_student_housing_properties_that_are_competitive,_directly_or_indirectly,_with_any_business_carried_on_by_the\nCompany,_it_successors,_or_its_subsidiaries_and_affiliates._Notwithstanding_the_foregoing,_Executive_may,_directly_or_indirectly,_own,_solely_as\nan\ninvestment,_securities_of_any_entity_engaged_in_Competitive_Activities_which_are_publicly_traded\non_a_national_or_regional_stock_exchange_or_on_the_over-the-counter_market;_provided_that_Executive_(A)_is_not_a_controlling_person_of,_or_member_of\na_group_which_controls,_such_entity_and_(B)_does_not,_directly_or_indirectly,_own_2%_or_more_of_any_class_of_securities_of_any_such_entity.\nSection_5._Non-Solicitation;_Non-Interference.\nDuring_the_Restricted_Period,_Executive_shall_not,_directly_or_indirectly,_for_his_own_account_or_for_the_account_of_any_other_individual_or\nentity,_nor_shall_he_assist_any_person_or_entity_to_(i)_encourage,_solicit_or_induce,_or_in_any_manner_attempt_to_solicit_or_induce,_any_person_employed\nby,_as_agent_of,_or_a_service_provider_to,_the_Company_to_terminate_such_person's_employment,_agency_or_service,_as_the_case_may_be,_with_the\nCompany;_or_(ii)_divert,_or_attempt_to_divert,_any_person,_concern,_or_entity_from_doing_business_with_the_Company_or_any_of_its_subsidiaries,_or\nattempt_to_induce_any_such_person,_concern_or_entity_to_cease_being_a_customer_or_supplier_of_the_Company.\nSection_6._Return_of_Documents.\nIn_the_event_of_the_termination_of_Executive's_employment_for_any_reason,_Executive_shall_deliver_to_the_Company_all_of_(i)_the_property\nof\nthe_Company,_and_(ii)_the_documents_and_data_of_any_nature_and_in_whatever_medium_of_the_Company,_and_he_shall_not_take_with_him_any_such\nproperty,_documents_or_data_or_any_reproduction_thereof,_or_any_documents_containing_or_pertaining_to_any_Confidential_Information.\nSection_7._Works_for_Hire.\nExecutive_agrees_that_the_Company_shall_own_all_right,_title_and_interest_(including_patent_rights,_copyrights,_trade_secret_rights,_mask\nwork_rights_and_other_rights_throughout_the_world)_in_any_inventions,_works_of_authorship,_mask_works,_ideas_or_information_made_or_conceived_or\nreduced_to_practice,_in_whole_or_in_part,_by_Executive_(either_alone_or_with_others)_during_the_Term_of_Employment_that_relate_to_the_Company's\nbusiness_activities_(the_""Developments"");_provided_however,_that_the_Company_shall_not_own_Developments_for_which_no_equipment,_supplies,\nfacility,_trade_secret_information_or_Confidential_Information_of_the_Company_was_used_and_which_were_developed_entirely_on_Executive's_time,_and\nwhich_do_not_relate_(A)_to_the_business_of_the_Company_or_its_affiliates,_or_(B)_to_the_Company's_or_its_affiliates'_actual_or_demonstrably_anticipated\nresearch\nor_development._Subject_to_the_foregoing,_Executive_will_promptly_and_fully_disclose_to_the_Company,_or_any_persons_designated_by_it,_any\nand_all_Developments_made_or_conceived_or_reduced_to_practice_or_learned_by_Executive,_either_alone_or_jointly_with_others_during_the_Term_of\nEmployment_that_relate_to_the_Company's_business_activities._Executive_hereby_assigns_all_right,_title_and_interest_in_and_to_any_and_all_of_these\nDevelopments\nto\nthe\nCompany._Executive_agrees_to_assist_the_Company,_at_the_Company's_expense,_to_further_evidence,_record_and_perfect\nsuch\nassignments,_and_to_perfect,_obtain,_maintain,_enforce,_and_defend_any_rights_specified_to_be_so_owned_or_assigned._Executive_hereby_irrevocably\ndesignates_and_appoints_the_Company_and_its_agents_as_attorneys-in-fact_to_act_for_and_on_Executive's_behalf_to_execute_and_file_any_document_and\nto\ndo_all_other_lawfully_permitted_acts_to_further_the_purposes_of_the_foregoing_with_the_same_legal_force_and_effect_as_if_executed_by_Executive.\nIn\naddition,_and_not_in_contravention_of_any_of_the_foregoing,_Executive\nacknowledges_that_all_original_works_of_authorship_which_are_made_by_him_(solely_or_jointly_with_others)_within_the_scope_of_employment_and_which\nare_protectable_by_copyright_are_""'works_made_for_hire,""_as_that_term_is_defined_in_the_United_States_Copyright_Act_(17_USC_Sec._101)._To_the_extent\nallowed_by_law,_this_includes_all_rights_of_paternity,_integrity,_disclosure_and_withdrawal_and_any_other_rights_that_may_be_known_as_or_referred_to_as\n""moral_rights.""_To_the_extent_Executive_retains_any_such_moral_rights_under_applicable_law,_Executive_hereby_waives_such_moral_rights_and_consents\nto\nany_action_consistent_with_the_terms_of_this_Agreement_with_respect_to_such_moral_rights,_in_each_case,_to_the_full_extent_of_such_applicable_law.\nExecutive_will_confirm_any_such_waivers_and_consents_from_time_to_time_as_requested_by_the_Company.\nSection_8._Blue_Pencil.\nIf_any_court_of_competent_jurisdiction_shall_at_any_time_deem_the_duration_or_the_geographic_scope_of_any_of_the_provisions_of_this\nAgreement_unenforceable,_the_other_provisions_of_this_Agreement_shall_nevertheless_stand_and_the_duration_and/or_geographic_scope_set_forth_herein\nshall_be_deemed_to_be_the_longest_period_and/or_greatest_size_permissible_by_law_under_the_circumstances,_and_the_parties_hereto_agree_that_such_court\nshall_reduce_the_time_period_and/or_geographic_scope_to_permissible_duration_or_size.\nSection_9._Injunctive_Relief.\nWithout_intending_to_limit_the_remedies_available_to_the_Company,_Executive_acknowledges_that_a_breach_of_any_of_the_covenants\ncontained_in_this_Agreement_may_result_in_material_irreparable_injury_to_the_Company_or_its_subsidiaries_or_affiliates_for_which_there_is_no_adequate\nremedy\nat\nlaw,_that_it_will_not_be_possible_to_measure_damages_for_such_injuries_precisely_and_that,_in_the_event_of_such_a_breach_or_threat_thereof,\nthe\nCompany_shall_be_entitled_to_obtain_a_temporary_restraining_order_and/or_a_preliminary_or_permanent_injunction,_without_the_necessity_of_proving\nirreparable_harm_or_injury_as_a_result_of_such_breach_or_threatened_breach_of_this_Agreement,_restraining_Executive_from_engaging_in_activities\nprohibited_by_this_Agreement_or_such_other_relief_as_may_be_required_specifically_to_enforce_any_of_the_covenants_in_this_Agreement._Notwithstanding\nany_other_provision_to_the_contrary,_the_Restricted_Period_shall_be_tolled_during_any_period_of_violation_of_any_of_the_covenants_in_Section_4_or_Section\n5\nhereof_and_during_any_other_period_required_for_litigation_during_which_the_Company_seeks_to_enforce_this_covenant_against_Executive_if_it_is\nultimately_determined_that_such_person_was_in_breach_of_such_covenants.\nSection_10._Successors_and_Assigns.\nThis_Agreement_shall_inure_to_the_benefit_of_and_be_enforceable_by,_and_may_be_assigned_by_the_Company_to,_any_purchaser_of_all_or\nsubstantially_all_of_the_Company's_business_or_assets,_any_successor_to_the_Company_or_any_assignee_thereof_(whether_direct_or_indirect,_by_purchase,\nmerger,_consolidation_or_otherwise).\nSection_11._Waiver_and_Amendments.\nAny_waiver,_alteration,_amendment_or_modification_of_any_of_the_terms_of_this_Agreement_shall_be_valid_only_if_made_in_writing_and\nsigned_by_the_parties_hereto;_provided,_however,_that_any_such_waiver,_alteration,_amendment_or_modification_is_consented_to_on_the\nCompany's_behalf_by_the_Board._No_waiver_by_either_of_the_parties_hereto_of_their_rights_hereunder_shall_be_deemed_to_constitute_a_waiver_with\nrespect_to_any_subsequent_occurrences_or_transactions_hereunder_unless_such_waiver_specifically_states_that_it_is_to_be_construed_as_a_continuing\nwaiver.\nSection_12._Severability_and_Governing_Law.\nIf_any_covenants_or_such_other_provisions_of_this_Agreement_are_found_to_be_invalid_or_unenforceable_by_a_final_determination_of_a_court\nof_competent_jurisdiction:_(a)_the_remaining_terms_and_provisions_hereof_shall_be_unimpaired,_and_(b)_the_invalid_or_unenforceable_term_or_provision\nhereof_shall_be_deemed_replaced_by_a_term_or_provision_that_is_valid_and_enforceable_and_that_comes_closest_to_expressing_the_intention_of_the_invalid\nor_unenforceable_term_or_provision_hereof._THIS_AGREEMENT_SHALL_BE_GOVERNED_BY_AND_CONSTRUED_IN_ACCORDANCE_WITH\nTHE_LAWS_OF_THE_STATE_OF_TEXAS_(WITHOUT_GIVING_EFFECT_TO_THE_CHOICE_OF_LAW_PRINCIPLES_THEREOF)_APPLICABLE\nTO_CONTRACTS_MADE_AND_TO_BE_PERFORMED_ENTIRELY_WITHIN_SUCH_STATE.\nSection_13._Section_Headings.\nThe_headings_of_the_sections_and_subsections_of_this_Agreement_are_inserted_for_convenience_only_and_shall_not_be_deemed_to_constitute_a\npart_thereof,_affect_the_meaning_or_interpretation_of_this_Agreement_or_of_any_term_or_provision_hereof.\nSection_14._Entire_Agreement.\nThis_Agreement_constitutes_the_entire_understanding_and_agreement_of_the_parties_hereto_regarding_the_subject_matter_hereof._This\nAgreement_supersedes_all_prior_negotiations,_discussions,_correspondence,_communications,_understandings_and_agreements_between_the_parties\nrelating_to_the_subject_matter_of_this_Agreement.\nSection_15._Counterparts.\nThis_Agreement_may_be_executed_in_two_or_more_counterparts,_each_of_which_shall_be_deemed_to_be_an_original_but_all_of_which_together\nshall_constitute_one_and_the_same_instrument._The_execution_of_this_Agreement_may_be_by_actual_or_facsimile_signature.\n*_*\n[Signatures_to_appear_on_the_following_page.]\nIN_WITNESS_WHEREOF,_the_undersigned_have_executed_this_Agreement_as_of_the_date_first_above_written.\nAMERICAN_CAMPUS\nCOMMUNITIES,_INC.\nBy:\nTitle:\nExecutive EX-10.9_11_dex109.htm_FORM_OF_CONFIDENTIALITY_AND_NONCOMPETITION_AGREEMENT\nExhibit_10.9\nCONFIDENTIALITY_AND_NONCOMPETITION\nAGREEMENT\nThis_CONFIDENTIALITY_AND_NONCOMPETITION_AGREEMENT_(this_“Agreement”)_is_made_and_entered_into_as_of_this_day_of\n,_2004,_by_and_between_American_Campus_Communities,_Inc._(the_“Company”)_and\n(the_“Executive”).\nWITNESSETH:\nWHEREAS,_the_Company_and_Executive_have_entered_into_an_employment_agreement_(the_“Employment_Agreement”)_on_a_date_even\nherewith;_and\nWHEREAS,_the_Company,_as_a_condition_of_entering_into_the_Employment_Agreement,_desires_to_obtain_certain_restrictive_covenants\nfrom_Executive,_as_described_below,_and_Executive_is_willing_to_agree_to_such_restrictive_covenants_in_consideration_of_compensation_and_benefits_set\nforth_in_the_Employment_Agreement.\nNOW,_THEREFORE,_in_consideration_of_the_premises_and_mutual_covenants_contained_herein_and_for_other_good_and_valuable\nconsideration,_the_receipt_of_which_is_mutually_acknowledged,_the_Company_and_Executive_agree_as_follows:\nSection_1._Definitions.\n(a)_“Board”_shall_mean_the_Board_of_Directors_of_the_Company.\n(b)_“Cause”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(c)_“Change_in_Control”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(d)_“Competitive_Activities”_shall_mean_any_business_activities_involving_the_development,_acquisition,_sale_or_management_of_facilities\nwhose_primary_function_and_purpose_is_student_housing_and/or_the_provision_of_third_party_student_housing_services_to_providers_of_student_housing.\n(e)_“Confidential_Information”_shall_have_the_meaning_set_forth_in_Section_3_hereof.\n(f)_“Developments”_shall_have_the_meaning_set_forth_in_Section_7_hereof.\n(g)_“Good_Reason”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\n(h)_“Restricted_Period”_shall_mean_the_period_commencing_on_the_Effective_Date_and_ending_on_(i)_the_second_(2nd)_anniversary_of\nExecutive’s_termination_of_employment_for_by_the_Company_for_Cause_or_by_Executive_without_Good_Reason,_or_(ii)_the_first_(1st)_anniversary_of\nExecutive’s_termination_of_employment_(A)_by_the_Company_other_than_for_Cause;_(B)_by_Executive_with_Good_Reason;_or_(C)_by_Executive_for_any\nreason_at_any_time_during_the_one-year_period_following_a_Change_in_Control.\n(i)_“Term_of_Employment”_shall_have_the_meaning_set_forth_in_the_Employment_Agreement.\nSection_2._Reasonableness_of_Covenants.\nExecutive_acknowledges_and_agrees_that_(A)_the_agreements_and_covenants_contained_in_this_Agreement_are_(i)_reasonable_and_valid_in\ngeographical_and_temporal_scope_and_in_all_other_respects,_and_(ii)_essential_to_protect_the_value_of_the_Company’s_business_and_assets,_and_(B)_by_his\nemployment_with_the_Company,_Executive_will_obtain_knowledge,_contacts,_know-how,_training_and_experience_and_there_is_a_substantial_probability\nthat_such_knowledge,_know-how,_contacts,_training_and_experience_could_be_used_to_the_substantial_advantage_of_a_competitor_of_the_Company_and_to\nthe_Company’s_substantial_detriment.\nSection_3._Confidential_Information.\nAt_any_time_during_and_after_the_end_of_the_Term_of_Employment,_without_the_prior_written_consent_of_the_Board,_except_to_the_extent\nrequired_by_an_order_of_a_court_having_jurisdiction_or_under_subpoena_from_an_appropriate_government_agency,_in_which_event,_Executive_shall_use\nhis_best_efforts_to_consult_with_the_Board_prior_to_responding_to_any_such_order_or_subpoena,_and_except_as_required_in_the_performance_of_his_duties\nunder_the_Employment_Agreement,_Executive_shall_not_disclose_any_confidential_or_proprietary_trade_secrets,_customer_lists,_drawings,_designs,\ninformation_regarding_product_development,_marketing_plans,_sales_plans,_manufacturing_plans,_management_organization_information,_operating\npolicies_or_manuals,_business_plans,_financial_records,_packaging_design_or_other_financial,_commercial,_business_or_technical_information_(a)_relating\nto_the_Company,_or_(b)_that_the_Company_or_any_of_its_affiliates_may_receive_belonging_to_suppliers,_customers_or_others_who_do_business_with_the\nCompany_(“Confidential_Information”)._Executive’s_obligation_under_this_Section_3_shall_not_apply_to_any_information_which_(i)_is_known_publicly;\n(ii)_is_in_the_public_domain_or_hereafter_enters_the_public_domain_without_the_breach_of_the_Executive_of_this_Section_3;_(iii)_is_known_to_Executive\nprior_to_his_receipt_of_such_information_from_the_Company,_as_evidenced_by_Executive’s_written_records;_or_(iv)_is_disclosed_after_termination_of\nExecutive’s_employment_to_Executive_by_a_third_party_not_under_an_obligation_of_confidence_to_the_Company.\nSection_4._Non-Competition.\nExecutive_covenants_and_agrees_that_during_the_Restricted_Period,_in_any_jurisdiction_in_which_the_Company_is_engaged_in_business_at_the\ntime_of_such_termination,_Executive_shall_not,_directly_or_indirectly:_(a)_engage_in_Competitive_Activities,_whether_individually_or_as_principal,\npartner,_officer,_director,_consultant,_employee,_stockholder_or_manager_of_any_person,_partnership,_corporation,_limited_liability_company_or_any\nother_entity;_or_(b)_own_interests_in_student_housing_properties_that_are_competitive,_directly_or_indirectly,_with_any_business_carried_on_by_the\nCompany,_it_successors,_or_its_subsidiaries_and_affiliates._Notwithstanding_the_foregoing,_Executive_may,_directly_or_indirectly,_own,_solely_as_an\ninvestment,_securities_of_any_entity_engaged_in_Competitive_Activities_which_are_publicly_traded\non_a_national_or_regional_stock_exchange_or_on_the_over-the-counter_market;_provided_that_Executive_(A)_is_not_a_controlling_person_of,_or_member_of\na_group_which_controls,_such_entity_and_(B)_does_not,_directly_or_indirectly,_own_2%_or_more_of_any_class_of_securities_of_any_such_entity.\nSection_5._Non-Solicitation;_Non-Interference.\nDuring_the_Restricted_Period,_Executive_shall_not,_directly_or_indirectly,_for_his_own_account_or_for_the_account_of_any_other_individual_or\nentity,_nor_shall_he_assist_any_person_or_entity_to_(i)_encourage,_solicit_or_induce,_or_in_any_manner_attempt_to_solicit_or_induce,_any_person_employed\nby,_as_agent_of,_or_a_service_provider_to,_the_Company_to_terminate_such_person’s_employment,_agency_or_service,_as_the_case_may_be,_with_the\nCompany;_or_(ii)_divert,_or_attempt_to_divert,_any_person,_concern,_or_entity_from_doing_business_with_the_Company_or_any_of_its_subsidiaries,_or\nattempt_to_induce_any_such_person,_concern_or_entity_to_cease_being_a_customer_or_supplier_of_the_Company.\nSection_6._Return_of_Documents.\nIn_the_event_of_the_termination_of_Executive’s_employment_for_any_reason,_Executive_shall_deliver_to_the_Company_all_of_(i)_the_property\nof_the_Company,_and_(ii)_the_documents_and_data_of_any_nature_and_in_whatever_medium_of_the_Company,_and_he_shall_not_take_with_him_any_such\nproperty,_documents_or_data_or_any_reproduction_thereof,_or_any_documents_containing_or_pertaining_to_any_Confidential_Information.\nSection_7._Works_for_Hire.\nExecutive_agrees_that_the_Company_shall_own_all_right,_title_and_interest_(including_patent_rights,_copyrights,_trade_secret_rights,_mask\nwork_rights_and_other_rights_throughout_the_world)_in_any_inventions,_works_of_authorship,_mask_works,_ideas_or_information_made_or_conceived_or\nreduced_to_practice,_in_whole_or_in_part,_by_Executive_(either_alone_or_with_others)_during_the_Term_of_Employment_that_relate_to_the_Company’s\nbusiness_activities_(the_“Developments”);_provided,_however,_that_the_Company_shall_not_own_Developments_for_which_no_equipment,_supplies,\nfacility,_trade_secret_information_or_Confidential_Information_of_the_Company_was_used_and_which_were_developed_entirely_on_Executive’s_time,_and\nwhich_do_not_relate_(A)_to_the_business_of_the_Company_or_its_affiliates,_or_(B)_to_the_Company’s_or_its_affiliates’_actual_or_demonstrably_anticipated\nresearch_or_development._Subject_to_the_foregoing,_Executive_will_promptly_and_fully_disclose_to_the_Company,_or_any_persons_designated_by_it,_any\nand_all_Developments_made_or_conceived_or_reduced_to_practice_or_learned_by_Executive,_either_alone_or_jointly_with_others_during_the_Term_of\nEmployment_that_relate_to_the_Company’s_business_activities._Executive_hereby_assigns_all_right,_title_and_interest_in_and_to_any_and_all_of_these\nDevelopments_to_the_Company._Executive_agrees_to_assist_the_Company,_at_the_Company’s_expense,_to_further_evidence,_record_and_perfect_such\nassignments,_and_to_perfect,_obtain,_maintain,_enforce,_and_defend_any_rights_specified_to_be_so_owned_or_assigned._Executive_hereby_irrevocably\ndesignates_and_appoints_the_Company_and_its_agents_as_attorneys-in-fact_to_act_for_and_on_Executive’s_behalf_to_execute_and_file_any_document_and_to\ndo_all_other_lawfully_permitted_acts_to_further_the_purposes_of_the_foregoing_with_the_same_legal_force_and_effect_as_if_executed_by_Executive._In\naddition,_and_not_in_contravention_of_any_of_the_foregoing,_Executive\nacknowledges_that_all_original_works_of_authorship_which_are_made_by_him_(solely_or_jointly_with_others)_within_the_scope_of_employment_and_which\nare_protectable_by_copyright_are_“works_made_for_hire,”_as_that_term_is_defined_in_the_United_States_Copyright_Act_(17_USC_Sec._101)._To_the_extent\nallowed_by_law,_this_includes_all_rights_of_paternity,_integrity,_disclosure_and_withdrawal_and_any_other_rights_that_may_be_known_as_or_referred_to_as\n“moral_rights.”_To_the_extent_Executive_retains_any_such_moral_rights_under_applicable_law,_Executive_hereby_waives_such_moral_rights_and_consents\nto_any_action_consistent_with_the_terms_of_this_Agreement_with_respect_to_such_moral_rights,_in_each_case,_to_the_full_extent_of_such_applicable_law.\nExecutive_will_confirm_any_such_waivers_and_consents_from_time_to_time_as_requested_by_the_Company.\nSection_8._Blue_Pencil.\nIf_any_court_of_competent_jurisdiction_shall_at_any_time_deem_the_duration_or_the_geographic_scope_of_any_of_the_provisions_of_this\nAgreement_unenforceable,_the_other_provisions_of_this_Agreement_shall_nevertheless_stand_and_the_duration_and/or_geographic_scope_set_forth_herein\nshall_be_deemed_to_be_the_longest_period_and/or_greatest_size_permissible_by_law_under_the_circumstances,_and_the_parties_hereto_agree_that_such_court\nshall_reduce_the_time_period_and/or_geographic_scope_to_permissible_duration_or_size.\nSection_9._Injunctive_Relief.\nWithout_intending_to_limit_the_remedies_available_to_the_Company,_Executive_acknowledges_that_a_breach_of_any_of_the_covenants\ncontained_in_this_Agreement_may_result_in_material_irreparable_injury_to_the_Company_or_its_subsidiaries_or_affiliates_for_which_there_is_no_adequate\nremedy_at_law,_that_it_will_not_be_possible_to_measure_damages_for_such_injuries_precisely_and_that,_in_the_event_of_such_a_breach_or_threat_thereof,_the\nCompany_shall_be_entitled_to_obtain_a_temporary_restraining_order_and/or_a_preliminary_or_permanent_injunction,_without_the_necessity_of_proving\nirreparable_harm_or_injury_as_a_result_of_such_breach_or_threatened_breach_of_this_Agreement,_restraining_Executive_from_engaging_in_activities\nprohibited_by_this_Agreement_or_such_other_relief_as_may_be_required_specifically_to_enforce_any_of_the_covenants_in_this_Agreement._Notwithstanding\nany_other_provision_to_the_contrary,_the_Restricted_Period_shall_be_tolled_during_any_period_of_violation_of_any_of_the_covenants_in_Section_4_or_Section\n5_hereof_and_during_any_other_period_required_for_litigation_during_which_the_Company_seeks_to_enforce_this_covenant_against_Executive_if_it_is\nultimately_determined_that_such_person_was_in_breach_of_such_covenants.\nSection_10._Successors_and_Assigns.\nThis_Agreement_shall_inure_to_the_benefit_of_and_be_enforceable_by,_and_may_be_assigned_by_the_Company_to,_any_purchaser_of_all_or\nsubstantially_all_of_the_Company’s_business_or_assets,_any_successor_to_the_Company_or_any_assignee_thereof_(whether_direct_or_indirect,_by_purchase,\nmerger,_consolidation_or_otherwise).\nSection_11._Waiver_and_Amendments.\nAny_waiver,_alteration,_amendment_or_modification_of_any_of_the_terms_of_this_Agreement_shall_be_valid_only_if_made_in_writing_and\nsigned_by_the_parties_hereto;_provided,_however,_that_any_such_waiver,_alteration,_amendment_or_modification_is_consented_to_on_the\nCompany’s_behalf_by_the_Board._No_waiver_by_either_of_the_parties_hereto_of_their_rights_hereunder_shall_be_deemed_to_constitute_a_waiver_with\nrespect_to_any_subsequent_occurrences_or_transactions_hereunder_unless_such_waiver_specifically_states_that_it_is_to_be_construed_as_a_continuing\nwaiver.\nSection_12._Severability_and_Governing_Law.\nIf_any_covenants_or_such_other_provisions_of_this_Agreement_are_found_to_be_invalid_or_unenforceable_by_a_final_determination_of_a_court\nof_competent_jurisdiction:_(a)_the_remaining_terms_and_provisions_hereof_shall_be_unimpaired,_and_(b)_the_invalid_or_unenforceable_term_or_provision\nhereof_shall_be_deemed_replaced_by_a_term_or_provision_that_is_valid_and_enforceable_and_that_comes_closest_to_expressing_the_intention_of_the_invalid\nor_unenforceable_term_or_provision_hereof._THIS_AGREEMENT_SHALL_BE_GOVERNED_BY_AND_CONSTRUED_IN_ACCORDANCE_WITH\nTHE_LAWS_OF_THE_STATE_OF_TEXAS_(WITHOUT_GIVING_EFFECT_TO_THE_CHOICE_OF_LAW_PRINCIPLES_THEREOF)_APPLICABLE\nTO_CONTRACTS_MADE_AND_TO_BE_PERFORMED_ENTIRELY_WITHIN_SUCH_STATE.\nSection_13._Section_Headings.\nThe_headings_of_the_sections_and_subsections_of_this_Agreement_are_inserted_for_convenience_only_and_shall_not_be_deemed_to_constitute_a\npart_thereof,_affect_the_meaning_or_interpretation_of_this_Agreement_or_of_any_term_or_provision_hereof.\nSection_14._Entire_Agreement.\nThis_Agreement_constitutes_the_entire_understanding_and_agreement_of_the_parties_hereto_regarding_the_subject_matter_hereof._This\nAgreement_supersedes_all_prior_negotiations,_discussions,_correspondence,_communications,_understandings_and_agreements_between_the_parties\nrelating_to_the_subject_matter_of_this_Agreement.\nSection_15._Counterparts.\nThis_Agreement_may_be_executed_in_two_or_more_counterparts,_each_of_which_shall_be_deemed_to_be_an_original_but_all_of_which_together\nshall_constitute_one_and_the_same_instrument._The_execution_of_this_Agreement_may_be_by_actual_or_facsimile_signature.\n***\n[Signatures_to_appear_on_the_following_page.]\nIN_WITNESS_WHEREOF,_the_undersigned_have_executed_this_Agreement_as_of_the_date_first_above_written.\nAMERICAN_CAMPUS\nCOMMUNITIES,_INC.\nBy:\nTitle:\nExecutive " +effective_date=2002-05-16 jurisdiction=California party=Sony_Corporation_of_America +effective_date=2011-08-11 jurisdiction=Delaware term=18_months +jurisdiction=California party=Intel_Corporation +"" +jurisdiction=Delaware term=3_years +"" +jurisdiction=Pennsylvania +jurisdiction=New_York term=2_years +jurisdiction=Indiana +effective_date=2009-01-17 jurisdiction=Delaware term=3_years +effective_date=1999-04-15 jurisdiction=Pennsylvania +jurisdiction=Massachusetts +jurisdiction=Massachusetts +jurisdiction=New_York +effective_date=2006-11-15 jurisdiction=Ohio +effective_date=2018-01-15 jurisdiction=Illinois party=DeAnn_O'Donovan +jurisdiction=California +jurisdiction=California +jurisdiction=California +effective_date=2006-02-28 jurisdiction=Oregon +jurisdiction=Texas party=Integrated_Drilling_Equipment_Holdings_Corp. +jurisdiction=Texas party=Parallel_Petroleum_Corporation +"" +"" +effective_date=2001-09-17 jurisdiction=California party=Starbase_Corporation +jurisdiction=Florida +jurisdiction=California +jurisdiction=Ohio +jurisdiction=New_York +jurisdiction=Massachusetts party=Surrender +jurisdiction=Delaware +jurisdiction=Georgia party=Acuity_Lighting_Group party=Schneider term=2_years +effective_date=2015-01-12 jurisdiction=Delaware +jurisdiction=Massachusetts party=Tyco_Healthcare_Group_LP +jurisdiction=Texas party=TXU_Corp. +jurisdiction=New_York +jurisdiction=Pennsylvania +jurisdiction=Michigan +party=INFRASTRUX_GROUP +effective_date=2011-03-17 jurisdiction=Ohio +jurisdiction=Missouri +"" +jurisdiction=California +effective_date=2006-05-11 jurisdiction=California +"" +jurisdiction=Florida +jurisdiction=Ohio party=BELCAN_CORPORATION +jurisdiction=Delaware +jurisdiction=New_York party=Intel_Corporation party=Mobileye_N.V. +jurisdiction=New_York +effective_date=2008-06-15 jurisdiction=Pennsylvania +jurisdiction=New_York party=Qi_Ji +jurisdiction=Illinois +jurisdiction=California party=John_F._Milligan +jurisdiction=Florida party=Community_Bank_Corporation_of_America +effective_date=2006-04-13 jurisdiction=New_York +jurisdiction=Connecticut +effective_date=2011-01-27 jurisdiction=California +jurisdiction=Delaware