sovren 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +19 -0
  3. data/Gemfile +14 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +41 -0
  6. data/Rakefile +7 -0
  7. data/lib/sovren.rb +30 -0
  8. data/lib/sovren/achievement.rb +16 -0
  9. data/lib/sovren/association.rb +17 -0
  10. data/lib/sovren/certification.rb +18 -0
  11. data/lib/sovren/client.rb +45 -0
  12. data/lib/sovren/competency.rb +18 -0
  13. data/lib/sovren/contact_information.rb +33 -0
  14. data/lib/sovren/education.rb +30 -0
  15. data/lib/sovren/employment.rb +29 -0
  16. data/lib/sovren/language.rb +31 -0
  17. data/lib/sovren/military.rb +19 -0
  18. data/lib/sovren/patent.rb +19 -0
  19. data/lib/sovren/publication.rb +35 -0
  20. data/lib/sovren/reference.rb +18 -0
  21. data/lib/sovren/resume.rb +28 -0
  22. data/lib/sovren/version.rb +3 -0
  23. data/sovren.gemspec +30 -0
  24. data/spec/sovren/achievement_spec.rb +24 -0
  25. data/spec/sovren/association_spec.rb +25 -0
  26. data/spec/sovren/certification_spec.rb +26 -0
  27. data/spec/sovren/client_spec.rb +28 -0
  28. data/spec/sovren/competency_spec.rb +26 -0
  29. data/spec/sovren/contact_information_spec.rb +73 -0
  30. data/spec/sovren/education_spec.rb +48 -0
  31. data/spec/sovren/employment_spec.rb +45 -0
  32. data/spec/sovren/language_spec.rb +27 -0
  33. data/spec/sovren/military_spec.rb +29 -0
  34. data/spec/sovren/patent_spec.rb +27 -0
  35. data/spec/sovren/publication_spec.rb +70 -0
  36. data/spec/sovren/reference_spec.rb +34 -0
  37. data/spec/sovren/resume_spec.rb +42 -0
  38. data/spec/sovren_spec.rb +4 -0
  39. data/spec/spec_helper.rb +17 -0
  40. data/spec/support/ResumeSample.doc +0 -0
  41. data/spec/support/_resume.xml +970 -0
  42. data/spec/support/achievements.xml +5 -0
  43. data/spec/support/associations.xml +8 -0
  44. data/spec/support/certifications.xml +23 -0
  45. data/spec/support/competencies.xml +353 -0
  46. data/spec/support/competencies_sparse.xml +3 -0
  47. data/spec/support/contact_information.xml +69 -0
  48. data/spec/support/contact_information_sparse.xml +10 -0
  49. data/spec/support/education.xml +81 -0
  50. data/spec/support/education_sparse.xml +10 -0
  51. data/spec/support/employment.xml +179 -0
  52. data/spec/support/employment_sparse.xml +11 -0
  53. data/spec/support/languages.xml +23 -0
  54. data/spec/support/military.xml +19 -0
  55. data/spec/support/patents.xml +14 -0
  56. data/spec/support/publications.xml +60 -0
  57. data/spec/support/references.xml +36 -0
  58. data/spec/support/resume.json +466 -0
  59. data/spec/support/resume.xml +1072 -0
  60. data/spec/support/speaking_events.xml +7 -0
  61. data/spec/vcr/parsed_resume.yml +3695 -0
  62. metadata +215 -0
@@ -0,0 +1,10 @@
1
+ <ContactInfo>
2
+ <PersonName>
3
+ <FormattedName>John Adams</FormattedName>
4
+ <GivenName>John</GivenName>
5
+ <FamilyName>Adams</FamilyName>
6
+ </PersonName>
7
+ <ContactMethod>
8
+ <InternetEmailAddress>johnadams@yamoo.com</InternetEmailAddress>
9
+ </ContactMethod>
10
+ </ContactInfo>
@@ -0,0 +1,81 @@
1
+ <EducationHistory>
2
+ <SchoolOrInstitution schoolType="university">
3
+ <School>
4
+ <SchoolName>California State University</SchoolName>
5
+ </School>
6
+ <PostalAddress type="undefined">
7
+ <CountryCode>US</CountryCode>
8
+ <Region>CA</Region>
9
+ <Municipality>Chico</Municipality>
10
+ </PostalAddress>
11
+ <Degree degreeType="bachelors">
12
+ <DegreeName>B.S.</DegreeName>
13
+ <DegreeDate>
14
+ <AnyDate>1999-01-01</AnyDate>
15
+ </DegreeDate>
16
+ <DegreeMajor>
17
+ <Name>Business Administration</Name>
18
+ </DegreeMajor>
19
+ <DegreeMinor>
20
+ <Name>American History</Name>
21
+ </DegreeMinor>
22
+ <DegreeMeasure>
23
+ <EducationalMeasure>
24
+ <MeasureSystem>GPA</MeasureSystem>
25
+ <MeasureValue>
26
+ <StringValue>3.66</StringValue>
27
+ </MeasureValue>
28
+ <LowestPossibleValue>
29
+ <StringValue>0</StringValue>
30
+ </LowestPossibleValue>
31
+ <HighestPossibleValue>
32
+ <StringValue>4.0</StringValue>
33
+ </HighestPossibleValue>
34
+ </EducationalMeasure>
35
+ </DegreeMeasure>
36
+ <DatesOfAttendance>
37
+ <StartDate>
38
+ <AnyDate>1996-01-01</AnyDate>
39
+ </StartDate>
40
+ <EndDate>
41
+ <AnyDate>1999-01-01</AnyDate>
42
+ </EndDate>
43
+ </DatesOfAttendance>
44
+ <Comments>California State University, Chico, CA 1996 - 1999
45
+ B.S. Business Administration
46
+ MINOR: American History
47
+ GPA: 3.66/4.0</Comments>
48
+ <UserArea>
49
+ <sov:DegreeUserArea>
50
+ <sov:Id>DEG-1</sov:Id>
51
+ <sov:NormalizedGPA>0.915</sov:NormalizedGPA>
52
+ </sov:DegreeUserArea>
53
+ </UserArea>
54
+ </Degree>
55
+ </SchoolOrInstitution>
56
+ <SchoolOrInstitution schoolType="college">
57
+ <School>
58
+ <SchoolName>Butte College</SchoolName>
59
+ </School>
60
+ <Degree degreeType="associates">
61
+ <DegreeName>A.A.</DegreeName>
62
+ <DegreeDate>
63
+ <AnyDate>1996-01-01</AnyDate>
64
+ </DegreeDate>
65
+ <DatesOfAttendance>
66
+ <StartDate>
67
+ <AnyDate>1995-01-01</AnyDate>
68
+ </StartDate>
69
+ <EndDate>
70
+ <AnyDate>1996-01-01</AnyDate>
71
+ </EndDate>
72
+ </DatesOfAttendance>
73
+ <Comments>Butte College, A.A. 1995 - 1996</Comments>
74
+ <UserArea>
75
+ <sov:DegreeUserArea>
76
+ <sov:Id>DEG-2</sov:Id>
77
+ </sov:DegreeUserArea>
78
+ </UserArea>
79
+ </Degree>
80
+ </SchoolOrInstitution>
81
+ </EducationHistory>
@@ -0,0 +1,10 @@
1
+ <EducationHistory>
2
+ <SchoolOrInstitution schoolType="university">
3
+ <School>
4
+ <SchoolName>California State University</SchoolName>
5
+ </School>
6
+ <Degree degreeType="bachelors">
7
+ <DegreeName>B.S.</DegreeName>
8
+ </Degree>
9
+ </SchoolOrInstitution>
10
+ </EducationHistory>
@@ -0,0 +1,179 @@
1
+ <EmploymentHistory>
2
+ <EmployerOrg>
3
+ <EmployerOrgName>Technical Difference</EmployerOrgName>
4
+ <PositionHistory positionType="directHire" currentEmployer="true">
5
+ <Title>Director of Web Applications Development</Title>
6
+ <OrgName>
7
+ <OrganizationName>Technical Difference</OrganizationName>
8
+ </OrgName>
9
+ <OrgInfo>
10
+ <PositionLocation type="undefined">
11
+ <CountryCode>US</CountryCode>
12
+ <Region>CA</Region>
13
+ <Municipality>Encinitas</Municipality>
14
+ </PositionLocation>
15
+ </OrgInfo>
16
+ <Description>Technical Difference, Encinitas, CA October 2004 - Current
17
+ Director of Web Applications Development
18
+ • Managed email marketing campaigns to attract new sales and retain customers.
19
+ • Add new technology to website to manage leads, increase response time and provide pertinent information to new customers.
20
+ • Convert current HRIS from VB to ASP to create complete web based solution.
21
+ • Added custom encryption coding to SQL and ASP web applications.
22
+ • Designed custom applicant tracking ASP program for large client.
23
+ • Designed customer support application to receive requests/files from clients, divert to appropriate support staff, and track issue from open to resolve.
24
+ • Supervised 15 employees.</Description>
25
+ <StartDate>
26
+ <AnyDate>2004-10-01</AnyDate>
27
+ </StartDate>
28
+ <EndDate>
29
+ <AnyDate>2013-04-29</AnyDate>
30
+ </EndDate>
31
+ <JobCategory>
32
+ <TaxonomyName>DEPARTMENT</TaxonomyName>
33
+ <CategoryCode>196</CategoryCode>
34
+ </JobCategory>
35
+ <JobCategory>
36
+ <TaxonomyName>JOBCATEGORY</TaxonomyName>
37
+ <CategoryCode>Executive (VP, Dept Head)</CategoryCode>
38
+ </JobCategory>
39
+ <UserArea>
40
+ <sov:PositionHistoryUserArea>
41
+ <sov:Id>POS-1</sov:Id>
42
+ <sov:CompanyNameProbability>27</sov:CompanyNameProbability>
43
+ <sov:PositionTitleProbability>34</sov:PositionTitleProbability>
44
+ <sov:OffsetOfFarthestDataFound>98</sov:OffsetOfFarthestDataFound>
45
+ <sov:NumberOfEmployeesSupervised>15</sov:NumberOfEmployeesSupervised>
46
+ </sov:PositionHistoryUserArea>
47
+ </UserArea>
48
+ </PositionHistory>
49
+ </EmployerOrg>
50
+ <EmployerOrg>
51
+ <EmployerOrgName>Convergence Inc. LLC</EmployerOrgName>
52
+ <PositionHistory positionType="directHire">
53
+ <Title>Senior Web Developer/DBA</Title>
54
+ <OrgName>
55
+ <OrganizationName>Convergence Inc. LLC</OrganizationName>
56
+ </OrgName>
57
+ <OrgInfo>
58
+ <PositionLocation type="undefined">
59
+ <CountryCode>US</CountryCode>
60
+ <Region>CA</Region>
61
+ <Municipality>Del Mar</Municipality>
62
+ </PositionLocation>
63
+ </OrgInfo>
64
+ <Description>Convergence Inc. LLC, Del Mar, CA March 2003 - December 2004
65
+ Senior Web Developer/DBA
66
+ • Developed special package sales on website for the Mighty Ducks of Anaheim.
67
+ • Managed email marketing campaigns for Mighty Ducks of Anaheim to generate interest in season passes, group sales, and special promotions.
68
+ • Developed event registration sites for Mazda, Mercedes, Volvo, Cadillac Mitsubishi.
69
+ • Developed web-based email tracking system for bulk mail sends to track all consumer actions upon opening an email sent from the system.
70
+ • Developed analytical reporting tool for clients to access results of bulk mail sends.
71
+ • Set up/deployed bulk mail campaigns for various companies through Exact Target.
72
+ • Consulted with clients about bulk mail results to help find their target audience.
73
+ • Helped customers to build their email database through various bulk mail promotions.
74
+ • Developed web-based contest applications for various seasonal marketing campaigns that included Email Marketing, Web Registration, Email Tracking, and Contest Reporting for the State of Connecticut Tourism Department.
75
+ • Developed Meeting Planner marketing tool for customers to plan/book meetings at any of over 200 hotels in Connecticut for the Connecticut Tourism Department.
76
+ • Primary contact for Automotive Ride Drive Marketing Campaigns.
77
+ • DBA SQL Server 7 2000.</Description>
78
+ <StartDate>
79
+ <AnyDate>2003-03-01</AnyDate>
80
+ </StartDate>
81
+ <EndDate>
82
+ <AnyDate>2004-12-01</AnyDate>
83
+ </EndDate>
84
+ <JobCategory>
85
+ <TaxonomyName>DEPARTMENT</TaxonomyName>
86
+ <CategoryCode>193</CategoryCode>
87
+ </JobCategory>
88
+ <JobCategory>
89
+ <TaxonomyName>JOBCATEGORY</TaxonomyName>
90
+ <CategoryCode>Experienced (non-manager)</CategoryCode>
91
+ </JobCategory>
92
+ <UserArea>
93
+ <sov:PositionHistoryUserArea>
94
+ <sov:Id>POS-2</sov:Id>
95
+ <sov:CompanyNameProbability>28</sov:CompanyNameProbability>
96
+ <sov:PositionTitleProbability>28</sov:PositionTitleProbability>
97
+ <sov:OffsetOfFarthestDataFound>84</sov:OffsetOfFarthestDataFound>
98
+ </sov:PositionHistoryUserArea>
99
+ </UserArea>
100
+ </PositionHistory>
101
+ </EmployerOrg>
102
+ <EmployerOrg>
103
+ <EmployerOrgName>Avalon Digital Marketing Systems, Inc</EmployerOrgName>
104
+ <PositionHistory positionType="contract">
105
+ <Title>Contractor - Web Development</Title>
106
+ <OrgName>
107
+ <OrganizationName>Avalon Digital Marketing Systems, Inc</OrganizationName>
108
+ </OrgName>
109
+ <Description>Avalon Digital Marketing Systems, Inc. May 2002 - March 2003
110
+ Contractor - Web Development
111
+ • Designed developed web-based gift fulfillment system for use by Mazda and their affiliates to intake consumer information from bulk mail sends, accept orders from consumers who completed their incentive program, and to report on all activity.
112
+ • Designed developed web-based event registration systems for Mercedes and Volvo including comprehensive reporting on system activity.
113
+ • Primary contact for Automotive Ride Drive Marketing Campaigns.</Description>
114
+ <StartDate>
115
+ <AnyDate>2002-05-01</AnyDate>
116
+ </StartDate>
117
+ <EndDate>
118
+ <AnyDate>2003-03-01</AnyDate>
119
+ </EndDate>
120
+ <JobCategory>
121
+ <TaxonomyName>DEPARTMENT</TaxonomyName>
122
+ <CategoryCode>460</CategoryCode>
123
+ </JobCategory>
124
+ <JobCategory>
125
+ <TaxonomyName>JOBCATEGORY</TaxonomyName>
126
+ <CategoryCode>Experienced (non-manager)</CategoryCode>
127
+ </JobCategory>
128
+ <UserArea>
129
+ <sov:PositionHistoryUserArea>
130
+ <sov:Id>POS-3</sov:Id>
131
+ <sov:CompanyNameProbability>19</sov:CompanyNameProbability>
132
+ <sov:PositionTitleProbability>22</sov:PositionTitleProbability>
133
+ <sov:OffsetOfFarthestDataFound>88</sov:OffsetOfFarthestDataFound>
134
+ </sov:PositionHistoryUserArea>
135
+ </UserArea>
136
+ </PositionHistory>
137
+ </EmployerOrg>
138
+ <EmployerOrg>
139
+ <EmployerOrgName>Avalon Digital Marketing Systems, Inc</EmployerOrgName>
140
+ <PositionHistory positionType="directHire">
141
+ <Title>Web Developer/Junior DBA</Title>
142
+ <OrgName>
143
+ <OrganizationName>European Division</OrganizationName>
144
+ </OrgName>
145
+ <Description>Avalon Digital Marketing Systems, Inc. (European Division) May 2000 - April 2002
146
+ Web Developer/Junior DBA
147
+ • Designed and developed reporting system for use by 200+ customers to retrieve analytical analysis of their bulk mail campaigns.
148
+ • Designed developed sales reporting tool to analyze and present information about industry and client specific productivity of email marketing campaigns.
149
+ • Engineered various email campaigns to provide comprehensive tracking.
150
+ • Primary contact for Automotive Ride Drive Marketing Campaigns.
151
+ • Designed developed time keeping/project tracking system for use by all employees.
152
+ • Junior DBA SQL Server 7/2000.
153
+
154
+ Technical:</Description>
155
+ <StartDate>
156
+ <AnyDate>2000-05-01</AnyDate>
157
+ </StartDate>
158
+ <EndDate>
159
+ <AnyDate>2002-04-01</AnyDate>
160
+ </EndDate>
161
+ <JobCategory>
162
+ <TaxonomyName>DEPARTMENT</TaxonomyName>
163
+ <CategoryCode>193</CategoryCode>
164
+ </JobCategory>
165
+ <JobCategory>
166
+ <TaxonomyName>JOBCATEGORY</TaxonomyName>
167
+ <CategoryCode>Entry Level</CategoryCode>
168
+ </JobCategory>
169
+ <UserArea>
170
+ <sov:PositionHistoryUserArea>
171
+ <sov:Id>POS-4</sov:Id>
172
+ <sov:CompanyNameProbability>19</sov:CompanyNameProbability>
173
+ <sov:PositionTitleProbability>22</sov:PositionTitleProbability>
174
+ <sov:OffsetOfFarthestDataFound>104</sov:OffsetOfFarthestDataFound>
175
+ </sov:PositionHistoryUserArea>
176
+ </UserArea>
177
+ </PositionHistory>
178
+ </EmployerOrg>
179
+ </EmploymentHistory>
@@ -0,0 +1,11 @@
1
+ <EmploymentHistory>
2
+ <EmployerOrg>
3
+ <EmployerOrgName>Technical Difference</EmployerOrgName>
4
+ <PositionHistory positionType="directHire">
5
+ <Title>Director of Web Applications Development</Title>
6
+ <OrgName>
7
+ <OrganizationName>Technical Difference</OrganizationName>
8
+ </OrgName>
9
+ </PositionHistory>
10
+ </EmployerOrg>
11
+ </EmploymentHistory>
@@ -0,0 +1,23 @@
1
+ <Languages>
2
+ <Language>
3
+ <LanguageCode>ps</LanguageCode>
4
+ <Read>true</Read>
5
+ <Write>true</Write>
6
+ <Speak>true</Speak>
7
+ <Comments>Fluent in Pashto, Urdu and</Comments>
8
+ </Language>
9
+ <Language>
10
+ <LanguageCode>ur</LanguageCode>
11
+ <Read>true</Read>
12
+ <Write>true</Write>
13
+ <Speak>true</Speak>
14
+ <Comments>Fluent in Pashto, Urdu and French.</Comments>
15
+ </Language>
16
+ <Language>
17
+ <LanguageCode>fr</LanguageCode>
18
+ <Read>true</Read>
19
+ <Write>true</Write>
20
+ <Speak>true</Speak>
21
+ <Comments>Pashto, Urdu and French.</Comments>
22
+ </Language>
23
+ </Languages>
@@ -0,0 +1,19 @@
1
+ <MilitaryHistory>
2
+ <CountryServed>US</CountryServed>
3
+ <ServiceDetail branch="Army">
4
+ <RankAchieved>
5
+ <CurrentOrEndRank>FIRST LIEUTENANT</CurrentOrEndRank>
6
+ </RankAchieved>
7
+ <RecognitionAchieved>Purple Heart</RecognitionAchieved>
8
+ <DischargeStatus>Honorable</DischargeStatus>
9
+ <DatesOfService>
10
+ <StartDate>
11
+ <AnyDate>1966-01-01</AnyDate>
12
+ </StartDate>
13
+ <EndDate>
14
+ <AnyDate>1967-01-01</AnyDate>
15
+ </EndDate>
16
+ </DatesOfService>
17
+ </ServiceDetail>
18
+ <Comments>FIRST LIEUTENANT, US Army, Vietnam theatre, 1966-1967</Comments>
19
+ </MilitaryHistory>
@@ -0,0 +1,14 @@
1
+ <PatentHistory>
2
+ <Patent>
3
+ <PatentTitle>Method and Apparatus for Removing Corn Kernels From Dentures</PatentTitle>
4
+ <Description>George Doam and Neil Griffin, inventors, "Method and Apparatus for Removing Corn Kernels From Dentures", Patent 1,064,098.</Description>
5
+ <Inventors>
6
+ <InventorName>George Doam and Neil Griffin</InventorName>
7
+ </Inventors>
8
+ <PatentDetail>
9
+ <PatentMilestone>
10
+ <Id>1064098</Id>
11
+ </PatentMilestone>
12
+ </PatentDetail>
13
+ </Patent>
14
+ </PatentHistory>
@@ -0,0 +1,60 @@
1
+ <PublicationHistory>
2
+ <Article>
3
+ <Title>Designing Interfaces for Youth Services Information Management</Title>
4
+ <Name role="author">
5
+ <FormattedName>John A. Example</FormattedName>
6
+ </Name>
7
+ <PublicationDate>
8
+ <YearMonth>1996-06</YearMonth>
9
+ </PublicationDate>
10
+ <JournalOrSerialName>1996 Human-Computer Interaction Laboratory Video Reports</JournalOrSerialName>
11
+ <Volume>2</Volume>
12
+ <Issue>3</Issue>
13
+ <PageNumber>319-329</PageNumber>
14
+ </Article>
15
+ <Book>
16
+ <Title>XML in a Seashell</Title>
17
+ <Name role="author">
18
+ <FormattedName>John A. Example</FormattedName>
19
+ </Name>
20
+ <PublicationDate>
21
+ <YearMonth>2001-02</YearMonth>
22
+ </PublicationDate>
23
+ <Abstract>A very readable introduction to XML.</Abstract>
24
+ <Copyright>
25
+ <CopyrightDates>
26
+ <OriginalDate>
27
+ <Year>2001</Year>
28
+ </OriginalDate>
29
+ </CopyrightDates>
30
+ <CopyrightText>Copyright 2nd edition</CopyrightText>
31
+ </Copyright>
32
+ <Edition>2nd Edition</Edition>
33
+ <ISBN>0596000222</ISBN>
34
+ <PublisherName>O'Malley Associates</PublisherName>
35
+ <PublisherLocation>Garden City, NY, US</PublisherLocation>
36
+ </Book>
37
+ <ConferencePaper>
38
+ <Title>Trends in Employee Benefit Offerings</Title>
39
+ <Name role="author">
40
+ <FormattedName>Debra J. Cohen</FormattedName>
41
+ </Name>
42
+ <EventName>SHRM 55th Annual Conference and Exposition</EventName>
43
+ <ConferenceDate>
44
+ <AnyDate>2003-06-10</AnyDate>
45
+ </ConferenceDate>
46
+ <ConferenceLocation>Orlando, FL</ConferenceLocation>
47
+ </ConferencePaper>
48
+ <OtherPublication type="Thesis">
49
+ <Title>Interconnect Synthesis and Planning for High-Performance IC Designs</Title>
50
+ <Name role="author">
51
+ <FormattedName>John A. Example</FormattedName>
52
+ </Name>
53
+ <PublicationDate>
54
+ <Year>2000</Year>
55
+ </PublicationDate>
56
+ <Comments>Ph.D., University of California</Comments>
57
+ <NumberOfPages>158</NumberOfPages>
58
+ <PublisherLocation>Los Angeles, CA, US</PublisherLocation>
59
+ </OtherPublication>
60
+ </PublicationHistory>
@@ -0,0 +1,36 @@
1
+ <References>
2
+ <Reference>
3
+ <PersonName>
4
+ <FormattedName>Babs Smith</FormattedName>
5
+ <GivenName>Babs</GivenName>
6
+ <FamilyName>Smith</FamilyName>
7
+ </PersonName>
8
+ <PositionTitle>Manager</PositionTitle>
9
+ <ContactMethod>
10
+ <Use>business</Use>
11
+ <Location>office</Location>
12
+ <WhenAvailable>anytime</WhenAvailable>
13
+ <PostalAddress type="undefined">
14
+ <CountryCode>US</CountryCode>
15
+ <PostalCode>46559</PostalCode>
16
+ <Region>VA</Region>
17
+ <Municipality>Richmond</Municipality>
18
+ <DeliveryAddress>
19
+ <AddressLine>1234 Farmington Way</AddressLine>
20
+ </DeliveryAddress>
21
+ </PostalAddress>
22
+ </ContactMethod>
23
+ <ContactMethod>
24
+ <Use>business</Use>
25
+ <Location>office</Location>
26
+ <WhenAvailable>anytime</WhenAvailable>
27
+ <InternetEmailAddress>babs@somers.com</InternetEmailAddress>
28
+ </ContactMethod>
29
+ <ContactMethod>
30
+ <Telephone>
31
+ <FormattedNumber>845-876-0988</FormattedNumber>
32
+ </Telephone>
33
+ </ContactMethod>
34
+ <Comments>[OrgName=Somers Products, Inc]</Comments>
35
+ </Reference>
36
+ </References>