<% if(commonApp.user.hasPermission("","MEETING.WRITE")){ %>

PAR Request Date: <%= appUtil.convertSystemDateTimeToDateString(baseAuditVO.creationDate)%>

PAR Status: <%= commonApp.lookup.getByCategoryCodeObject("PAR_STATUS", parStatus).refCodeName%>

Project Type: <%=ParServices.getProjectTypeStrToDisplay(requestType,commonApp.lookup.getByCategoryCode("PAR_TYPE",parType).refCodeName, adoptionPar)%>

<%if(typeof baseProjectNumber != "undefined"){%>

Root PAR: <%= baseProjectNumber%>

<%}%>

Submitter: <%= parSubmitterUser.fullName%>

Contact: <%= parSubmitterUser.email%>

PAR Approval Date: <%= typeof parApprovalDate != "undefined" ? appUtil.convertSystemDateTimeToDateString(parApprovalDate) : ""%>

PAR Expiration Date: <%= typeof parExpirationDate != "undefined" ? appUtil.convertSystemDateToString(parExpirationDate) : ""%>

PAR Status: <%= typeof parStatus != "undefined" ? ParServices.getParStatus(parStatus) : ""%>

<%}%>
Download <%= parStatus == $.i18n.prop("myproject.par.status.submitted") || parStatus == $.i18n.prop("myproject.par.status.draft") ? "Draft " : ""%>PAR <% if((typeof sponsorChairInfo != "undefined" && typeof sponsorChairInfo.groupUser != "undefined" && sponsorChairInfo.groupUser.internalId == commonApp.user.get("internalId")) || commonApp.user.isBoardAdmin("NESCOM")){%> <% if((parStatus != $.i18n.prop('myproject.par.status.approved')) && (parStatus != $.i18n.prop('myproject.status.active')) ) { if(typeof groupInfo != "undefined" && typeof groupInfo[0].groupStatusTx != "undefined" && groupInfo[0].groupStatusTx == "PENDING"){%> New Working Group requested. Please review.   <% }else{ %>   <%}}%> <%}%>

Standards Committee/Working Group

Standards Committee: <% if(typeof sponsorInfo != "undefined" && sponsorInfo[0]) { %> <%= sponsorInfo[0].societyName %>/<%= sponsorInfo[0].groupName %> (<%= sponsorInfo[0].groupHierarchy %>) <% } %>

Standards Committee Chair: <% if(typeof sponsorChairInfo != "undefined"){ if(typeof sponsorChairInfo.groupUser != "undefined" && sponsorChairInfo.groupUser != "null"){ %> <%= sponsorChairInfo.groupUser.fullName%> <%= sponsorChairInfo.groupUser.fullName %> E-mail: <%= sponsorChairInfo.groupUser.email %> <%}}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>

Standards Committee Vice Chair: <% if(typeof sponsorViceChairInfo != "undefined"){ if(typeof sponsorViceChairInfo.groupUser != "undefined" && sponsorViceChairInfo.groupUser != "null"){%> <%= sponsorViceChairInfo.groupUser.fullName%> <%= sponsorViceChairInfo.groupUser.fullName %> E-mail: <%= sponsorViceChairInfo.groupUser.email %> <%}}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>

Working Group Name: <%= typeof groupInfo != "undefined" && typeof groupInfo[0].groupName != "undefined" ? groupInfo[0].groupName : ""%>

Working Group Type: <%= typeof groupInfo != "undefined" && typeof groupInfo[0].sponsoredInd != "undefined" && groupInfo[0].sponsoredInd == "Y" ? "Entity" : "Individual" %>

Working Group Chair: <% if(typeof groupChairInfo != "undefined" && typeof groupChairInfo.groupUser != "undefined" && groupChairInfo.groupUser != "null"){%> <%= groupChairInfo.groupUser.fullName%> <%= groupChairInfo.groupUser.fullName%> E-mail: <%= groupChairInfo.groupUser.email%> <%}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>

Working Group Vice Chair: <% if(typeof groupViceChairInfo != "undefined" && typeof groupViceChairInfo.groupUser != "undefined" && groupViceChairInfo.groupUser != "null"){%> <%= groupViceChairInfo.groupUser.fullName%> <%= groupViceChairInfo.groupUser.fullName%> E-mail: <%= groupViceChairInfo.groupUser.email%> <%}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>

1.1 Project Number: <%= typeof projectNumber != "undefined"? projectNumber:"" %>

1.2 Type of Document: <%= typeof documentType != "undefined"? commonApp.lookup.getByCategoryCode("DOCUMENT_TYPE",documentType):"" %>

1.3 Life Cycle: <%= typeof lifeCycle != "undefined"? lifeCycle:"" %>

2.1 Project Title: <%= typeof projectTitle != "undefined"? projectTitle:"" %>

3.1 Working Group: <%= typeof groupInfo[0].groupName != "undefined"? groupInfo[0].groupName:"" %>

3.1.1

Contact Information for Working Group Chair:

<% if(typeof groupChairInfo != "undefined"){ if(typeof groupChairInfo.groupUser != "undefined" && groupChairInfo.groupUser != "null"){%>

Name: <%= groupChairInfo.groupUser.fullName%>

Email Address: <%= groupChairInfo.groupUser.email%>

<%}}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>
3.1.2

Contact Information for Working Group Vice Chair:

<% if(typeof groupViceChairInfo != "undefined"){ if(typeof groupViceChairInfo.groupUser != "undefined" && groupViceChairInfo.groupUser != "null"){%>

Name: <%= groupViceChairInfo.groupUser.fullName%>

Email Address: <%= groupViceChairInfo.groupUser.email%>

<%}}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>

3.2 Society and Committee: <%= typeof sponsorInfo[0].societyName != "undefined" ? sponsorInfo[0].societyName: ""%>/<%= typeof sponsorInfo[0].groupName != "undefined" ? sponsorInfo[0].groupName: ""%>

3.2.1

Contact Information for Standards Committee Chair:

<% if(typeof sponsorChairInfo != "undefined"){ if(typeof sponsorChairInfo.groupUser != "undefined" && sponsorChairInfo.groupUser != "null"){%>

Name: <%= sponsorChairInfo.groupUser.fullName%>

Email Address: <%= sponsorChairInfo.groupUser.email%>

<%}}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>
3.2.2

Contact Information for Standards Committee Vice Chair:

<% if(typeof sponsorViceChairInfo != "undefined"){ if(typeof sponsorViceChairInfo.groupUser != "undefined" && sponsorViceChairInfo.groupUser != "null"){%>

Name: <%= sponsorViceChairInfo.groupUser.fullName%>

Email Address: <%= sponsorViceChairInfo.groupUser.email%>

<%}}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%>
<% if(typeof coSponsers != "undefined" && coSponsers != null && coSponsers.length != 0 ) { %>

3.3 Co-Stds Committee(s)

<% var i = 1; _.each(coSponsers, function(group){ %>
3.3.<%= i%>

<%= typeof group != "undefined" && typeof group.societyName != "undefined" ? group.societyName: ""%>/ <%= typeof group != "undefined" && typeof group.groupName != "undefined" ? group.groupName: ""%> (<%= typeof group != "undefined" && typeof group.groupHierarchy != "undefined" ? group.groupHierarchy: ""%>)

<%if(typeof group != "undefined" && typeof group.roleCode != "undefined" && group.roleCode =="STANDARDS_REPRESENTATIVE") {%>

Contact Information for Standards Representative:

<%if(typeof group != "undefined" && typeof group.groupUser != "undefined" ){%>

Name: <%= typeof group != "undefined" && typeof group.groupUser != "undefined" ? group.groupUser.fullName: ""%>

Email Address: <%= typeof group != "undefined" && typeof group.groupUser != "undefined" ? group.groupUser.email: ""%>

<%}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%> <%}else if (typeof group != "undefined" && typeof group.roleCode != "undefined" && group.roleCode =="CHAIR"){%>

Contact Information for Standards Committee Chair:

<%if(typeof group != "undefined" && typeof group.groupUser != "undefined"){%>

Name: <%= typeof sponsorChairInfo != "undefined" && typeof group.groupUser != "undefined" ? group.groupUser.fullName: ""%>

Email Address: <%= typeof group != "undefined" && typeof group.groupUser != "undefined" ? group.groupUser.email: ""%>

<%}else{%> <%=$.i18n.prop('myproject.text.none')%> <%}%> <%}%>
<% i++; });%>
<%}%>

4.1 Type of Ballot: <%= typeof sponsorBallotInd != "undefined"? commonApp.lookup.getByCategoryCodeObject("PAR_BALLOT_INFO",sponsorBallotInd).refCodeName :"" %>

4.2 Expected Date of submission of draft to the IEEE SA for Initial Standards Association Ballot: <%= typeof estInitialBallotDate != "undefined"? appUtil.convertSystemDateToString(estInitialBallotDate) :"" %>

4.3 Projected Completion Date for Submittal to RevCom: <%= typeof estCompletionDate != "undefined"? appUtil.convertSystemDateToString(estCompletionDate) :"" %>

5.1 Approximate number of <%= typeof groupInfo != "undefined" && typeof groupInfo[0].sponsoredInd != "undefined" && groupInfo[0].sponsoredInd == "Y" ? "entities" : "people" %> expected to be actively involved in the development: <%= typeof estTeamSize != "undefined" ? estTeamSize: ""%>

5.2 The scope of this project is the adoption of: <%= typeof parAdoptionOrg != "undefined" && typeof parAdoptionOrg[0].organizationName != "undefined" ? parAdoptionOrg[0].organizationName: ""%> - <%= typeof adoptionDocumentTitle != "undefined" ? adoptionDocumentTitle: ""%> as an IEEE <%= typeof documentType != "undefined"? commonApp.lookup.getByCategoryCode("DOCUMENT_TYPE",documentType):"" %>

5.3 Scope of the document being adopted: <%= typeof projectScope != "undefined" ? projectScope: ""%>

5.4 Is the completion of this standard dependent upon the completion of another standard? <%= typeof projectContingentInd != "undefined" ? commonApp.lookup.getByCategoryCode("SELECT_VALUE",projectContingentInd): ""%>

<% if( typeof projectContingentInd != "undefined" && projectContingentInd == commonApp.lookup.getByCategoryCodeObject("SELECT_VALUE","YES").refCode){%>

5.4.1 Explanation: <%= typeof projectContingentStandards != "undefined" ? projectContingentStandards: ""%>

<%}%>

5.5 Purpose of the document being adopted: <% if(typeof projectPurposeClauseInd != 'undefined' && projectPurposeClauseInd == commonApp.lookup.getByCategoryCodeObject("SELECT_VALUE","YES").refCode){%> <%= typeof projectPurpose != "undefined"? projectPurpose:"" %>
<% } else { %> <%= $.i18n.prop("section.five.four.nopurpose") %>
<% } %>

5.6 Need for the Project: <%= typeof projectNeed != "undefined"? projectNeed:"" %>

5.7 Stakeholders for the Standard: <%= typeof projectStakeholders != "undefined" ? projectStakeholders: ""%>

6.1 Intellectual Property

6.1.1

Has the IEEE SA staff obtained the necessary permissions for the adoption of this document? <%= typeof adoptionStaffPermissionInd != "undefined" ? commonApp.lookup.getByCategoryCode("SELECT_VALUE",adoptionStaffPermissionInd): ""%>

<% if(typeof adoptionStaffPermissionInd != "undefined" && adoptionStaffPermissionInd == commonApp.lookup.getByCategoryCodeObject("SELECT_VALUE","NO").refCode){%>

Explanation: <%= typeof adoptionStaffPermission != 'undefined' ? adoptionStaffPermission : ""%>

<%}%>
6.1.2

Is the Standards Committee aware of possible registration activity related to this project?: <%= typeof registrationActivityInd != "undefined" ? commonApp.lookup.getByCategoryCode("SELECT_VALUE",registrationActivityInd): ""%>

<% if(typeof registrationActivityInd != "undefined" && registrationActivityInd == commonApp.lookup.getByCategoryCodeObject("SELECT_VALUE","YES").refCode){%>

Explanation: <%= typeof registrationActivity != "undefined" ? registrationActivity: ""%>

<%}%>

7.1 Are there other standards or projects with a similar scope? <%= typeof similarScopeProjectsInd != "undefined" ? commonApp.lookup.getByCategoryCode("SELECT_VALUE",similarScopeProjectsInd): ""%>

<%if(typeof similarScopeProjectsInd != "undefined" && similarScopeProjectsInd == commonApp.lookup.getByCategoryCodeObject("SELECT_VALUE","YES").refCode){%>

Explanation: <%= typeof similarScopeProjectsTx != "undefined" ? similarScopeProjectsTx: ""%>

<%}%>
<%if(typeof similarScopeProjects != "undefined"){ var i=1; _.each(similarScopeProjects, function(project){ %>
7.1.<%= i%>

Standards Committee Organization: <%= typeof project.organizationName != "undefined"? project.organizationName : ""%>

Project/Standard Number: <%= typeof project.projectStandardNumber != "undefined"? project.projectStandardNumber:"" %>

Project/Standard Date: <%= typeof project.projectStandardDate != "undefined"? appUtil.convertSystemDateToString(project.projectStandardDate):"" %>

Project/Standard Title: <%= typeof project.projectStandardTitle != "undefined"? project.projectStandardTitle:"" %>

<% i++;}); }%>

7.2 Testing Methodologies

7.2.1

Does the Standards Committee foresee a longer term need for testing and/or certification services to assure conformity to the standard?: <%= typeof longerTermtestingInd != "undefined" ? commonApp.lookup.getByCategoryCode("SELECT_VALUE",longerTermtestingInd): ""%>

7.2.2

Additionally, is it anticipated that testing methodologies will be specified on the standard to assure consistency in evaluating conformance to the criteria specified in the standard?: <%= typeof testingMethodologiesSpecsInd != "undefined" ? commonApp.lookup.getByCategoryCode("SELECT_VALUE",testingMethodologiesSpecsInd): ""%>

8.1 Additional Explanatory Notes (Item Number and Explanation): <%= typeof additionalNotes != "undefined"? additionalNotes: ""%>

Activity Log
12-Apr-2015 4:25 PM (ET)
Simon Submitter
PAR closed
07-Apr-2015 1:05 PM (ET)
Joe Submitter
PAR rejected
02-Apr-2015 3:08 PM (ET)
Jason Smith
PAR accepted
<% if((typeof sponsorChairInfo != "undefined" && typeof sponsorChairInfo.groupUser != "undefined" && sponsorChairInfo.groupUser.internalId == commonApp.user.get("internalId") ||commonApp.user.hasPermission(groupInfo[0].internalId,'PAR.SPONSOR.APPROVE') ) &&((parStatus == $.i18n.prop('myproject.par.status.submitted')) &&(typeof parStatusVO.sponsorApprovalStatus == 'undefined' || parStatusVO.sponsorApprovalStatus == null || parStatusVO.sponsorApprovalStatus == $.i18n.prop('myproject.status.rejected'))) ){%> <% if( groupInfo[0].groupStatusTx == "PENDING"){%>

The submitter has requested the creation of a new working group. Please review the request before proceeding.

Reject Accept
<%} else {%>
Reject Accept
<% }%> <%}%>