forked from PurdueIEEE/old-IEEE-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstitution.php
executable file
·943 lines (938 loc) · 54.3 KB
/
constitution.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
<?php
$page_title = 'Constitution';
$site_title = 'Purdue IEEE';
$site_index = '/';
include 'header.php';
?>
<div class="well card-1">
<div class="row">
<div class="col-md-8 text-dark col-md-offset-2">
<h1 class="text-center">CONSTITUTION OF IEEE</h1>
<p class="text-center"><strong>Purdue University - West Lafayette Student Branch</strong></p>
<p><strong>Preamble</strong></p>
<p>We, the students of IEEE, organize this Purdue University-West Lafayette Student Branch of IEEE to facilitate member growth by pursuing technical interests, developing as professionals, learning diverse skills and ideas, and building social relationships between our members and others on this campus and in the community.</p>
<p><strong>Article I - Name</strong></p>
<p>The name of this organization is IEEE. The pronunciation is “Eye-triple-E”. When necessary to differentiate this student organization from the international professional association of the same name, the name of Purdue IEEE Student Branch is used.</p>
<p><strong>Article II - Purpose</strong></p>
<p><em>The purposes of this organization are:</em></p>
<p>SECTION 1. Administrative Goal</p>
<p>To serve as a Student Branch of IEEE at the Purdue University-West Lafayette campus and operate in accordance with the Constitution and Bylaws of the IEEE.</p>
<p>SECTION 2. Learning Goal</p>
<p>To disseminate knowledge of the theory and practice of all branches of engineering and related arts and sciences with specific emphasis on aspects of electrical and computer engineering, electronics, and communications.</p>
<p>SECTION 3. Technical Goal</p>
<p>To put the aforementioned knowledge and theory into practice, specifically through technical committee activities.</p>
<p>SECTION 4. Professional Goal</p>
<p>To enhance the professional development of its members through events and programming useful to the growth of students and through cooperation with our partners in industry.</p>
<p>SECTION 5. Social Goal</p>
<p>To encourage personal and professional relationships among our members, other student organizations, and the global technical community through IEEE.</p>
<p>SECTION 6. Outreach Goal</p>
<p>To advocate for the strength of an education from Purdue University and to encourage younger students to pursue careers in science, technology, engineering, and mathematics (STEM).</p>
<p><strong>Article III - Membership</strong></p>
<p><em>Definition of Membership:</em></p>
<p>SECTION 1. Inclusiveness Clause</p>
<ul>
<li>Membership and participation are free from discrimination based on race, religion, sex, age, national origin or ancestry, genetic information, marital status, parental status, sexual orientation, gender identity and expression, disability, or status as a veteran.</li>
</ul>
<p>SECTION 2. Membership Categories</p>
<ul>
<li>The membership shall consist of (1) Student and Graduate Student members of IEEE at Purdue University in good standing, (2) the Branch Counselor, the Primary Advisor, Chapter Faculty Advisors, and Secondary Advisors (faculty or staff) at Purdue University, and (3) honorary members recognized by the Executive Committee.</li>
</ul>
<p>SECTION 3. Advisors</p>
<ul>
<li>
<p>In compliance with IEEE Student Branch guidelines, the IEEE Student Branch shall select a Branch Counselor from the faculty of Purdue University who holds active membership in IEEE.</p>
</li>
<li>
<p>This individual may also be selected as the Primary Advisor or as a Secondary Advisor of the student organization as mandated by Purdue University.</p>
</li>
</ul>
<p>SECTION 4. Voting Members</p>
<ul>
<li>Current undergraduate and graduate student members are entitled to full rights and voting privileges as members of the Student Branch while faculty or staff at Purdue University are entitled to the same rights except[SSS1] to hold office or vote.</li>
</ul>
<p>SECTION 5. Joining</p>
<ul>
<li>
<p>All current undergraduate and graduate student members may join the Purdue IEEE Student Branch.</p>
</li>
<li>
<p>Reporting requirements of IEEE may restrict membership definitions to include students actively holding Student or Graduate Student levels of membership within the international organization.</p>
</li>
</ul>
<p>SECTION 6. Active Membership</p>
<ul>
<li>
<p>Active membership shall be defined as attending three or more general assemblies, social functions, officer meetings, or committee meetings in an academic year.</p>
</li>
<li>
<p>Good standing requires compliance with any local dues and any requirements passed by the Executive Committee.</p>
</li>
</ul>
<p>SECTION 7. Disciplinary Actions</p>
<ul>
<li>
<p>Any member displaying unprofessional, inappropriate, or [SSS2] dangerous behavior or engaging in illegal activities while representing IEEE or Purdue University may be subject to disciplinary actions.</p>
</li>
<li>
<p>Such actions may include</p>
<ul>
<li>
<p>An email describing the incident and a demand to cease such behavior or activities,</p>
</li>
<li>
<p>Review before the officers and committee chairs,</p>
</li>
<li>
<p>Enactment of a probationary period where membership rights may be suspended upon an Executive Committee supermajority vote (ECSV) as defined in Article IV, Section 2, and</p>
</li>
<li>
<p>Formal disassociation and expulsion from the Purdue IEEE Student Branch upon an ECSV.</p>
</li>
</ul>
</li>
<li>
<p>Outside of the actions outlined above, any incident may be reported to the Office of Student Rights and Responsibilities or the Office of Professional Practice.</p>
</li>
</ul>
<p><strong>Article IV – Executive Committee</strong></p>
<p>SECTION 1. Composition</p>
<ul>
<li>
<p>The management of the affairs of the Student Branch shall be in the hands of the Executive Committee, consisting of the duly elected officers of the Student Branch and the technical committee chairs.</p>
</li>
<li>
<p>The President shall be the Chair of the Executive Committee.</p>
</li>
<li>
<p>The President is the <em>ex officio</em> Chair of the Branch in regards to reports to IEEE. Similarly, the Vice President is the <em>ex officio</em> Vice-Chair of the Branch.</p>
</li>
<li>
<p>Technical committee chairs shall be selected by their committees by election time.</p>
<ul>
<li>
<p>Committee chairs must be students of Purdue University and be in good standing with the Purdue IEEE Student Branch.</p>
</li>
<li>
<p>A committee chair may also serve as an elected officer other than President or Vice President.</p>
</li>
</ul>
</li>
<li>
<p>Under most circumstances, technical committee chairs shall be granted the same privileges as elected officers.</p>
</li>
<li>
<p>The Branch Counselor, the Primary Advisor, Chapter Faculty Advisors, and Secondary Advisors appointed by an Executive Committee majority vote (ECMV), excepting the Chapter Faculty Advisors, may sit on Executive Committee meetings as honorary members but lack the right to vote. No term limits apply to these positions.</p>
</li>
</ul>
<p>SECTION 2. Voting Procedures</p>
<ul>
<li>
<p>A quorum is defined as one greater than half of the voting Executive Committee members. A quorum is necessary for the proceedings of any Executive Committee meeting to be binding.</p>
</li>
<li>
<p>Presence for a vote shall be defined as the ability to communicate via the indicated meeting format (e.g. in-person, video conference, etc.).</p>
<ul>
<li>
<p>Individual alternatives for presence are only accepted in special cases as determined by the President or Vice President granting approval.</p>
</li>
<li>
<p>Proxy voting is strictly disallowed.</p>
</li>
</ul>
</li>
<li>
<p>Members of the Executive Committee serving in multiple roles are limited to one vote on each matter being considered by the committee.</p>
</li>
<li>
<p>An Executive Committee majority vote (ECMV) passes when one greater than half of the Executive Committee members present at a meeting vote in favor of a motion. Decisions of the Executive Committee will be decided by ECMV unless otherwise indicated in this constitution.</p>
</li>
<li>
<p>An Executive Committee supermajority vote (ECSV) passes when at least three-fifths of the total Executive Committee members vote in favor of a motion.</p>
</li>
<li>
<p>An elected officer majority vote (EOMV) passes when one greater than half of the elected officers listed in Article VI, Section 1 vote in favor of a motion.</p>
</li>
</ul>
<p>SECTION 3. Powers and Limitations</p>
<ul>
<li>
<p>The Executive Committee shall be the governing body of the Student Branch and shall transact all business it deems advisable to fulfill executive responsibilities, including those not otherwise delegated by this Constitution.</p>
</li>
<li>
<p>The President and Treasurer must jointly approve purchases for goods or services that benefit the whole membership of IEEE valued at more than 100 USD.</p>
</li>
<li>
<p>Purchases specific to each committee made in full with committee funds lie with that committee and outside this purview.</p>
</li>
<li>
<p>Sponsorship disputes will be decided by all voting members of the Executive Committee not recusing themselves.</p>
</li>
<li>
<p>Normal business of technical committees that lacks a measurable impact on the organization as a whole is not subject to Executive Committee approval.</p>
</li>
<li>
<p>Powers specific to each office are outlined in Article V. The passage of amendments and bylaws in Article VII, the collection of dues in Article VIII, and the responsibility of organizing committees in Article IX and Article X are detailed in the mentioned articles.</p>
</li>
</ul>
<p>SECTION 4. Departure from Office</p>
<ul>
<li>
<p>In the event of the graduation or resignation of an elected officer, barring Student Branch Chapter Chairs, the departing officer may nominate a successor to be approved by ECMV of only the remaining Executive Committee members. In the case of a failed vote, the President may nominate the next successor to take office subject to a vote by the same.</p>
</li>
<li>
<p>Technical committees must specify their procedure for filling chair vacancies in their respective bylaws. In the event a committee vacancy is not resolved within ten days, the President may nominate a replacement subject to an ECMV.</p>
</li>
<li>
<p>An officer or committee chair may be recalled from office when at least five members collectively request a recall vote. At least one week must elapse between the announcement of a recall vote including the manner in which it will be held and the vote itself. Recalled officers or committee chairs may not nominate successors and may additionally be subject to the disciplinary actions given in Article III, Section 7 provided that the conditions given in said section are met.</p>
</li>
<li>
<p>One manner of successful recall vote is by ECSV in favor of removing that member. In this case, the elected officer or committee chair in question may not vote. Alternatively, a general assembly of IEEE members that includes at least two members from each technical committee not serving on the Executive Committee may recall an elected officer with a two-thirds vote.</p>
</li>
<li>
<p>Should the current President become unable to serve without nominating a successor the Vice President shall assume the Presidency.</p>
<ul>
<li>
<p>Should both of those offices be vacant, then the succession proceeds down to the Treasurer, Secretary, Professional Head, Learning Head, and Social Head in turn.</p>
</li>
<li>
<p>The new President may then nominate a successor to the former office he or she held and any other vacant office subject to an ECMV.</p>
</li>
</ul>
</li>
</ul>
<p>Section 5. Ad Hoc Committees</p>
<ul>
<li>
<p>Ad hoc committees may be formed or appointed by any elected officer to assist and fulfil within his or her constitutional duties.</p>
</li>
<li>
<p>Ad hoc committees may be granted additional power on a case-by-case basis within the scope of the Executive Committee’s power upon an ECMV.</p>
</li>
<li>
<p>These committees will be automatically dissolved by June 1st of that election cycle or by the Executive Committee with an ECMV.</p>
</li>
</ul>
<p><strong>Article V - Officers and Duties</strong></p>
<p>SECTION 1. List of Voting Executive Committee Members</p>
<ul>
<li>
<p>President</p>
</li>
<li>
<p>Vice President</p>
</li>
<li>
<p>Treasurer</p>
</li>
<li>
<p>Secretary</p>
</li>
<li>
<p>Professional Head</p>
</li>
<li>
<p>Learning Head</p>
</li>
<li>
<p>Social Head</p>
</li>
<li>
<p>Committee Chairs</p>
</li>
</ul>
<p>SECTION 2. Duties of the President</p>
<p>The President shall have the following duties:</p>
<ul>
<li>
<p>Ensure adherence to the IEEE Code of Ethics.</p>
</li>
<li>
<p>Maintain the Purdue IEEE Code of Conduct.</p>
</li>
<li>
<p>Organize and preside at all recruitment events for the Student Branch.</p>
</li>
<li>
<p>Set regular meeting times for the Executive Committee and preside over them.</p>
</li>
<li>
<p>Assume responsibility for the operations of the Executive Committee and complete delinquent tasks of elected officers within the letter and spirit of this Constitution.</p>
</li>
<li>
<p>Promote and support the activities of the committees.</p>
</li>
<li>
<p>Cultivate communication between members.</p>
</li>
<li>
<p>Manage member activities and oversee the planning of general assemblies.</p>
</li>
<li>
<p>Register the student organization with Purdue Student Activities and Organizations.</p>
</li>
<li>
<p>Maintain necessary contact with Purdue Student Activities and Organizations and the Purdue Business Office for Student Organizations.</p>
</li>
<li>
<p>Consult with the Primary Advisor regularly and complete necessary paperwork with him or her.</p>
</li>
<li>
<p>Maintain good relations with other student organizations, especially other entities affiliated with IEEE internationally and other professional organizations.</p>
</li>
<li>
<p>Interact with the local community on behalf of IEEE.</p>
</li>
<li>
<p>The President may approve documented purchases for goods or services that benefit the whole membership of IEEE valued strictly under 100 USD.</p>
</li>
<li>
<p>Ensure the transition of information and organization materials from the current class of the Executive Committee to the newly elected officers and committee chairs.</p>
</li>
<li>
<p>Represent Purdue University-West Lafayette at meetings of the Central Indiana Section of IEEE and IEEE Region 4.</p>
</li>
<li>
<p>Secure the trust and confidence of the members of IEEE.</p>
</li>
<li>
<p>Report changes in officers and complete an annual Student Branch Activity report for submission by May 1st.</p>
</li>
</ul>
<p>SECTION 3. Duties of Vice President</p>
<p>The Vice President shall have the following duties:</p>
<ul>
<li>
<p>Perform the functions of the President in the latter’s absence or at his or her request.</p>
</li>
<li>
<p>Assist the President in his or her duties.</p>
</li>
<li>
<p>Oversee the drafting, amending, adherence, and enforcement of the Constitution of IEEE and all bylaws.</p>
</li>
<li>
<p>Plan and lead all general assemblies of the Student Branch.</p>
</li>
<li>
<p>Strive to acquaint himself or herself with knowledge pertaining to the history of the organization and spread the knowledge.</p>
</li>
<li>
<p>Respond directly to the issues raised by technical committee chairs and resolve conflicts between committees.</p>
</li>
<li>
<p>Help committees develop plans to meet their monetary, space, and personnel needs.</p>
</li>
<li>
<p>Be aware of the focus areas of each technical committee to inform prospective members of projects interesting to them.</p>
</li>
<li>
<p>Remind technical committee members of professional, learning, and social activities.</p>
</li>
<li>
<p>Bring attention to the advantages of international IEEE membership.</p>
</li>
<li>
<p>Spread awareness of IEEE across campus.</p>
</li>
</ul>
<p>SECTION 4. Duties of the Treasurer</p>
<p>The Treasurer shall have the following duties:</p>
<ul>
<li>
<p>Oversee the finances of IEEE and its committees.</p>
</li>
<li>
<p>Keep accounts, deposit the organization’s funds, and make expenditures in a manner approved by the Business Office for Student Organizations.</p>
</li>
<li>
<p>Maintain necessary contact with Purdue Student Activities and Organizations and the Purdue Business Office for Student Organizations.</p>
</li>
<li>
<p>Approve expenditures and process reimbursements for every committee provided the committee has sufficient funds, adheres to this Constitution and relevant bylaws, and shows a relationship between the purchase and furtherance of the goals of that committee.</p>
</li>
<li>
<p>Complete reimbursements and produce committee spending reports in a timely fashion and keep clear, accurate records to be passed to the next Treasurer indefinitely under penalty of dismissal for excessive tardiness.</p>
</li>
<li>
<p>Advance a budgetary plan for each academic year within the first month of the academic year under penalty of dismissal from office.</p>
</li>
<li>
<p>Learn the tools necessary for the completion of these tasks.</p>
</li>
<li>
<p>Deliver a statement of organization finances at each Executive Committee meeting unless a motion to forego that proceeding passes by ECMV.</p>
</li>
<li>
<p>Collect dues assigned by the process in Article VIII and distribute IEEE merchandise and trinkets.</p>
</li>
<li>
<p>Mark the beginning of financial records for the current fiscal year on August 1st and complete remaining business from prior fiscal year.</p>
</li>
<li>
<p>Prepare a complete financial statement of the year for the annual Student Branch Activity report for submission by May 1st.</p>
</li>
</ul>
<p>SECTION 5. Duties of the Secretary</p>
<p>The Secretary shall have the following duties:</p>
<ul>
<li>
<p>Keep a record of all activities of the Student Branch as a whole, including the names of members in attendance at the meetings.</p>
</li>
<li>
<p>Write minutes of all Executive Committee meetings and general assemblies and deliver them to the succeeding Secretary.</p>
</li>
<li>
<p>Record the language of every item to be voted upon and the numeric tally of the members voting in a given manner. Votes shall be tallied by the highest-ranking member in order of succession as detailed in article IV section 4.</p>
</li>
<li>
<p>Choose to enforce order at all meetings at the request of the President or Vice President.</p>
</li>
<li>
<p>Ensure each member abides by this Constitution together with the Vice President.</p>
</li>
<li>
<p>Assist the Vice President in planning general assemblies.</p>
</li>
<li>
<p>Maintain the membership roster including names, contact information, academic program information, and committee affiliations.</p>
</li>
<li>
<p>Maintain the calendar, websites, mailing list, and other Internet media belonging to IEEE with current information and news with assistance from designated individuals which may be appointed as needed by the Executive Committee.</p>
</li>
<li>
<p>Continue contact with organization alumni.</p>
</li>
<li>
<p>Answer questions asked by prospective members about organization membership.</p>
</li>
<li>
<p>Report all organization activities to IEEE Headquarters, together with any special reports required by IEEE Headquarters.</p>
</li>
<li>
<p>Forward efforts to recognize members for their technical accomplishments and service inside and outside the organization.</p>
</li>
<li>
<p>Apply for the IEEE Regional Exemplary Student Branch Award before the deadline each year unless determined otherwise by an ECSV.</p>
</li>
<li>
<p>Carry on all other communications necessary to the activities of the Branch.</p>
</li>
<li></li>
<li>
<p>Review and submit the annual Student Branch Activity report online to IEEE Member and Geographic Activities, upon completion by the President and Treasurer and certification by the Branch Counselor.</p>
</li>
</ul>
<p>SECTION 6. Duties of the Professional Head</p>
<p>The Professional Head shall have the following duties:</p>
<ul>
<li>
<p>Serve as committee chair of the Professional Committee.</p>
</li>
<li>
<p>Organize industry nights for sponsors and serve as a point of contact for them.</p>
</li>
<li>
<p>Focus on the acquisition and retention of sponsors in addition to the explanation and recommendation of them to students.</p>
</li>
<li>
<p>Assist with the coordination of sponsorship acquisition amongst technical committees.</p>
</li>
<li>
<p>Host career building and soft skills events to further professional development.</p>
</li>
<li>
<p>Advance a corporate engagement plan for each academic year within the first month of the academic year under penalty of dismissal from office.</p>
</li>
<li>
<p>Converse with professors from the variety of disciplines the body of members study and invite them to hold events with IEEE members.</p>
</li>
<li>
<p>Assemble directories of company contacts, professors, and company information for future Professional Heads.</p>
</li>
</ul>
<p>SECTION 7. Duties of the Learning Head</p>
<p>The Learning Head shall have the following duties:</p>
<ul>
<li>
<p>Serve as committee chair of the Learning Committee.</p>
</li>
<li>
<p>Concentrate on the development of the technical competencies of new members.</p>
</li>
<li>
<p>Promote teamwork and soft skills in all possible aspects for maximum employability.</p>
</li>
<li>
<p>Provide the appropriate level of challenge that each member seeks in extracurricular involvement.</p>
</li>
<li>
<p>Organizing events to teach members about the topics in Article II, Section 2.</p>
</li>
<li>
<p>Advance a learning event plan for each academic year within the first month of the academic year under penalty of dismissal from office.</p>
</li>
<li>
<p>Seek out the technical leaders and experts within IEEE to lead workshops open to all members.</p>
</li>
<li>
<p>Establish appropriate incentives and rewards for technical leader involvement.</p>
</li>
<li>
<p>Cater to the breadth of academic and career interests that IEEE members display, centralize the common technical committee training needs, and teach topics beyond them.</p>
</li>
<li>
<p>Ensure members have easy access to high-quality instructional materials after workshops in organized repositories.</p>
</li>
<li>
<p>Develop lesson plans, notes and learning material, recorded guides, instructor directions, skills evaluation procedures, and documentation for continued offerings of learning events under future Learning Heads.</p>
</li>
<li>
<p>Create study groups for courses and mentorship programs as necessary.</p>
</li>
<li>
<p>Work with the School of Electrical and Computer Engineering to maintain the legitimacy and sanction of learning efforts.</p>
</li>
</ul>
<p>SECTION 8. Duties of the Social Head</p>
<p>The Social Head shall have the following duties:</p>
<ul>
<li>
<p>Serve as committee chair of the Social Committee.</p>
</li>
<li>
<p>Bear the responsibility of organizing social functions for the benefit and enjoyment of the members.</p>
</li>
<li>
<p>Advance a member engagement plan for each academic year within the first month of the academic year under penalty of dismissal from office.</p>
</li>
<li>
<p>Lead efforts to promote membership in IEEE among first-year students.</p>
</li>
<li>
<p>Encourage attendance at organization events through advertising well in advance of each event.</p>
</li>
<li>
<p>Produce the flyers, social media posts, email messages, and the like that contain Cornerstones committee and important IEEE updates to share with all members.</p>
</li>
<li>
<p>Save notes of successful plans and implementations of events for the next Social Head.</p>
</li>
<li>
<p>Monitor the contentment of individual members and take steps to address their concerns when possible.</p>
</li>
<li>
<p>Promote inclusiveness within the organization and each technical committee.</p>
</li>
<li>
<p>Provide ways for members not belonging to technical committees to engage with IEEE.</p>
</li>
<li>
<p>Facilitate the growth of personal friendships between IEEE members.</p>
</li>
<li>
<p>Work with the Secretary to gather members for outreach events.</p>
</li>
</ul>
<p><strong>Article VI - Elections</strong></p>
<p>SECTION 1. Elected Offices</p>
<p>The following Executive Committee offices shall be elected by voting IEEE members:</p>
<ul>
<li>
<p>President</p>
</li>
<li>
<p>Vice President</p>
</li>
<li>
<p>Treasurer</p>
</li>
<li>
<p>Secretary</p>
</li>
<li>
<p>Professional Head</p>
</li>
<li>
<p>Learning Head</p>
</li>
<li>
<p>Social Head</p>
</li>
</ul>
<p>SECTION 2. Eligibility</p>
<p>To be eligible for office:</p>
<ul>
<li>
<p>The candidate must be a student at Purdue University.</p>
</li>
<li>
<p>The candidate must be in good standing with the Purdue IEEE Student Branch.</p>
</li>
<li>
<p>The candidate must not hold another newly elected office.</p>
</li>
<li>
<p>The President and Vice President must forfeit any committee chair positions for the duration they hold either office.</p>
</li>
<li>
<p>Officers should enroll as international IEEE members for the term being served.</p>
</li>
<li>
<p>A candidate will be removed from the ballot for a subsequent office prior to voting if he or she is elected to another office earlier during elections unless the candidate vacates his or her prior position.</p>
</li>
</ul>
<p>SECTION 3. Term</p>
<ul>
<li>
<p>The term of office shall be for one year, starting on June 1st.</p>
</li>
<li>
<p>Elections must occur before May 1st.</p>
</li>
</ul>
<p>SECTION 4. Nominations</p>
<ul>
<li>
<p>The student IEEE members shall give nominees for each office in a period from twenty-eight days to three days before election time.</p>
</li>
<li>
<p>Self-nominations are allowed.</p>
</li>
</ul>
<p>SECTION 5. Voting Process</p>
<ul>
<li>
<p>The members shall select the elected officers by a two-round voting process.</p>
<ul>
<li>
<p>For each office, the voting members may cast a single vote for one of the candidates.</p>
</li>
<li>
<p>The candidate with a majority of the votes wins.</p>
</li>
<li>
<p>Should no candidate receive a majority of the votes, a second round of voting will begin with only the top two candidates on the ballot.</p>
</li>
</ul>
</li>
<li>
<p>The order of voting is that mentioned in Article VI, Section 1.</p>
</li>
<li>
<p>Non-officer elected positions shall be decided after the elections for the officers.</p>
</li>
</ul>
<p>SECTION 6. Tie Breaking</p>
<ul>
<li>
<p>In the event the members at elections yield a tie for the top candidates for an office, the current elected officers and committee chairs shall decide that election by the method described in Article VI, Section 5.</p>
</li>
<li>
<p>Should the current elected officers and committee chairs produce a further tie, then the winning candidate will be decided by sortition.</p>
</li>
</ul>
<p>SECTION 7. Teller and Vote Collection</p>
<ul>
<li>
<p>The Primary Advisor, Branch Counselor, or secondary advisor shall be the teller of the election, tallying the votes of present students.</p>
</li>
<li>
<p>In their absence, the President will decide a teller.</p>
</li>
<li>
<p>Presence for election voting shall be defined by the ability to vote in person or remotely.</p>
</li>
<li>
<p>Remote votes will be granted only for extenuating circumstances and must be delivered in a signed and dated format to the teller on the day of elections prior to the start of voting.</p>
</li>
<li>
<p>Candidates must be listed in preferential order separated by office so that the most preferential, eligible candidate for the office shall receive the remote student’s vote for that office.</p>
</li>
</ul>
<p><strong>Article VII - Amendments</strong></p>
<p>SECTION 1. Bylaws</p>
<ul>
<li>This Student Branch is empowered to adopt bylaws that are consistent with this Constitution.</li>
</ul>
<p>SECTION 2. Amendment Process</p>
<ul>
<li>
<p>The Executive Committee of IEEE may propose amendments to this Constitution during any of their meetings.</p>
</li>
<li>
<p>Amendments pass only upon an ECSV.</p>
</li>
</ul>
<p>SECTION 3. Amendment Approval</p>
<ul>
<li>
<p>All amendments to the Constitution and Bylaws are subject to the approval of the Office of the Dean of Students.</p>
</li>
<li>
<p>Amendments may not take effect until after approval.</p>
</li>
</ul>
<p>SECTION 4. Technical Committee Bylaws</p>
<ul>
<li>
<p>All technical committees must write bylaws specific to them that chronicle their purpose, internal structure, member rights, committee chair succession, and established procedures.</p>
</li>
<li>
<p>While most technical committee business is conducted internal to each committee, outstanding issues shall be resolved by the Vice President. In the event the issues remain or grievances against the decision exist, final power shall devolve to the Executive Committee without restrictions beyond this Constitution.</p>
</li>
<li>
<p>The Executive Committee will review committee bylaws for guidance but are not bound to their procedures in these situations.</p>
</li>
</ul>
<p><strong>Article VIII - Dues</strong></p>
<p>SECTION 1. Instituting Dues</p>
<ul>
<li>
<p>The Executive Committee of the Branch shall have the power to levy special assessments for the present time up to two years in the future upon endorsement via an ECSV.</p>
</li>
<li>
<p>Upon expiration of the assessment period, a continuance or new assessment is required to continue collecting dues following an ECSV.</p>
</li>
</ul>
<p>SECTION 2. Nonpayment</p>
<ul>
<li>Nonpayment of local dues by the date by EMCV and may result in suspension of membership in the local Student Branch, but cannot result in suspension of membership at the international professional organization level.</li>
</ul>
<p><strong>Article IX - Cornerstones Committees</strong></p>
<p>SECTION 1. Designation</p>
<ul>
<li>
<p>The Cornerstones committees shall consist of the Professional Committee, Social Committee, and Learning Committee.</p>
</li>
<li>
<p>The Professional Head, Social Head, and Learning Head shall have exclusive rights to the word “Head” in their titles to reflect the special nature of their selection and duties.</p>
</li>
</ul>
<p>SECTION 2. Automatic Membership</p>
<ul>
<li>All members of IEEE as defined in Article III are automatically members of the three Cornerstones committees and entitled to the benefits and programs of each.</li>
</ul>
<p>SECTION 3. Representatives from Technical Committees</p>
<ul>
<li>
<p>The representatives from the technical committees within each Cornerstones committee serve at the leisure of the elected Head.</p>
</li>
<li>
<p>Each technical committee chair must appoint a minimum of one member from his or her technical committee to each Cornerstones committee to represent the interests of that technical committee.</p>
</li>
<li>
<p>Failure to appoint representatives for all three Cornerstones committees is grounds for the technical committee to lose good standing.</p>
</li>
<li>
<p>The sudden vacancy of a representative from a technical committee to a Cornerstones committee must be resolved within fourteen days.</p>
</li>
</ul>
<p>SECTION 4. Responsibilities</p>
<ul>
<li>
<p>The representatives on each Cornerstones committee assist each elected Head in his or her duties as listed in Article V, Sections 6-8.</p>
</li>
<li>
<p>All members of Purdue IEEE Student Branch are welcome to participate in Cornerstones committee planning activities.</p>
</li>
</ul>
<p>SECTION 5. Finances</p>
<ul>
<li>
<p>Similar to the technical committees, the Cornerstones committees must secure their own funds, operate within their own budget, and deliver a budget to the Treasurer within the first week of the academic year.</p>
</li>
<li>
<p>Cornerstones committees may plan on assistance from the organization as a whole due to their inclusions of all members.</p>
</li>
<li>
<p>The Executive Committee has fourteen days to decide on the exact amount the student branch will support each Cornerstones committee after receiving the respective budget. Upon receiving notice of the amount of financial support, that Cornerstones committee is responsible for raising the remaining income required or in seven days must adjust their projected expenditures.</p>
</li>
</ul>
<p><strong>Article X - Technical Committees</strong></p>
<p>SECTION 1. Basic Powers</p>
<ul>
<li>
<p>Standing technical committees may be established by an elected officer majority vote (EOMV) to be founded under the goals and leadership of the committee chair that the elected officers choose.</p>
</li>
<li>
<p>These standing committees may be disbanded upon mutual agreement of the President and the corresponding committee chair so long as the latter position is filled or upon an Executive Committee supermajority vote (ECSV).</p>
</li>
<li>
<p>The practice of establishing co-chairs of technical committees is discouraged.</p>
</li>
<li>
<p>Should multiple people chair a technical committee, the single vote of the committee will be decided by a runoff between all the co-chairs prior to tallying the Executive Committee votes.</p>
</li>
<li>
<p>Vice chairs are allowed but will not be given any voting rights at the Executive Committee level.</p>
</li>
</ul>
<p>SECTION 2. Internal Governance</p>
<ul>
<li>
<p>Technical committees shall select their own chair by election time each year.</p>
</li>
<li>
<p>The committee chair shall establish a method of governance for the committee consistent with this Constitution.</p>
</li>
<li>
<p>Each committee is responsible for outlining its own goals and purposes and drawing membership from the Student Branch as a whole.</p>
</li>
<li>
<p>Formal procedures must be added to bylaws specific to the technical committee as mentioned in Article VII, Section 4.</p>
</li>
</ul>
<p>SECTION 3. Internal Operations</p>
<ul>
<li>
<p>Notwithstanding explicit constitutional provisions, technical committees shall have the ability to operate independently of approval from the Executive Committee but with operations visible to the elected officers.</p>
</li>
<li>
<p>Each technical committee may determine its own requirements for committee membership and schedule for events and meetings.</p>
</li>
<li>
<p>Each committee chair shall report the activities, meetings, and communications of its committee to the officers and other committee chairs.</p>
</li>
<li>
<p>Furthermore, the committee chair shall make an effort to educate members about the opportunities the Cornerstones committees and international IEEE offer.</p>
</li>
</ul>
<p>SECTION 4. Technical Committee Budgets</p>
<ul>
<li>
<p>Each committee is expected to operate within its own budget as part of the operations of IEEE.</p>
</li>
<li>
<p>Each committee should advance its budget to the IEEE Treasurer within the first week of each new academic year.</p>
</li>
<li>
<p>In accordance with the guidelines imposed by the Business Office of Student Organizations, the Treasurer must make deposits and authorize expenditures for all committees.</p>
</li>
</ul>
<p>SECTION 5. Limits to Independent Representation</p>
<ul>
<li>
<p>Technical committees may participate in competitions, exhibitions, and the like under their own names rather than that of the Purdue IEEE Student Branch if the organization as a whole is not actively participating in such events.</p>
</li>
<li>
<p>The committee chair is responsible for securing permission from the President and Primary Advisor if needed.</p>
</li>
<li>
<p>The Executive Committee should restrain itself from disrupting prior arrangements of technical committees.</p>
<ul>
<li>
<p>If the Executive Committee or a group of technical committees is considering participation in a competition, exhibition, or the like for which a single technical committee is considering, the Executive Committee has seven days from the time of initial notification to decide via an ECSV on the participation of Purdue IEEE Student Branch or committees as a whole.</p>
</li>
<li>
<p>Should such a vote pass, then the responsibility for communication, planning, execution, and expenses regarding the event shifts over to the Executive Committee.</p>
</li>
<li>
<p>In all other circumstances, the right of the technical committee to independent representation is upheld.</p>
</li>
</ul>
</li>
<li>
<p>No technical committee chair may include the word “President” in his or her internal title but is otherwise free to represent himself or herself when the technical committee operates under its own name.</p>
</li>
</ul>
<p>SECTION 6. Joint Projects</p>
<ul>
<li>
<p>Joint projects between student organizations, academic bodies, or off-campus entities of a scope in time, labor, or cost that the Executive Committee deems significant shall be formalized in a project charter.</p>
</li>
<li>
<p>Project charters should cover the allotment of participating members, finances, tools, workspace, and other resources.</p>
</li>
<li>
<p>Concerns such as project ownership and duration should be addressed within.</p>
</li>
<li>
<p>Project charters should be signed by the appropriate representatives of the Executive Committee following passage and the corresponding governing bodies of other student organizations.</p>
</li>
</ul>
<p>SECTION 7. Technical Committee Good Standing</p>
<ul>
<li>
<p>A technical committee may lose its good standing with the Student Branch by an EOMV.</p>
</li>
<li>
<p>Reasons for losing good standing include but are not limited to: continued member absence from IEEE meetings, closing operations from the view of elected officers, failure to provide required members to the Cornerstones committees, willful disregard of the Constitution, continued bankruptcy of its accumulated funds, or failure to follow established bylaws.</p>
</li>
<li>
<p>A technical committee that has lost its good standing will forfeit representation on the Executive Committee, be denied making future purchases, be prevented from bidding for unallocated funding or resources in possession of the organization as a whole, and lose access to room reservations and other systems used on behalf of IEEE.</p>
</li>
<li>
<p>A technical committee will regain its good standing after another EOMV.</p>
</li>
</ul>
<p><strong>Article XI - Meetings</strong></p>
<p>The Student Branch shall hold regular and special meetings beyond the meetings of the technical committees at such places and time as designated by the President, with a minimum of five meetings per academic year.</p>
<p><strong>Article XII - Student Branch Chapters</strong></p>
<p><em>Student Branch Chapters of international IEEE Societies shall be organized as technical committees under the same provisions as in Article X without being regarded as inherently superior or inferior to other technical committees. Given the international prestige of Student Branch Chapters, these special items shall also apply:</em></p>
<p>SECTION 1. Chapter Faculty Advisor</p>
<ul>
<li>
<p>Student Branch Chapters shall select a Chapter Faculty Advisor from the faculty of Purdue University who is a member of both IEEE and the corresponding society.</p>
</li>
<li>
<p>This individual may also act as the Primary Advisor or a Secondary Advisor of the student organization or the Branch Counselor.</p>
</li>
</ul>
<p>SECTION 2. Student Branch Chapter Chair</p>
<ul>
<li>
<p>The members of each Student Branch Chapter shall elect a chair for the technical committee named after the respective IEEE Society.</p>
</li>
<li>
<p>This person will be titled with the name or abbreviation of their technical committee followed by the word “Chair” and must be decided prior to the elections of the Student Branch as a whole.</p>
</li>
<li>
<p>The candidate eligibility, nominations, member voting, and tie-breaking shall follow the requirements of Article VI of this Constitution.</p>
</li>
<li>
<p>All voting of the Student Branch Chapters shall take effect on or before June 1st as determined by the committee.</p>
</li>
</ul>
<p>SECTION 3. Student Branch Chapter Operations</p>
<ul>
<li>
<p>Each society chair shall have jurisdiction over the affairs of his or her Student Branch Chapter and preside over its meetings.</p>
</li>
<li>
<p>The society chair may assume all other necessary executive duties or assign them to other society executives that the society chair appoints or brings to election.</p>
</li>
<li>
<p>Subcommittees may also be formed under directors to accomplish these purposes.</p>
</li>
</ul>
<p>SECTION 4. Student Branch Chapter Bylaws</p>
<ul>
<li>
<p>All Student Branch Chapters must operate in accordance with the Constitution and Bylaws of their respective society and the rest of this Constitution.</p>
</li>
<li>
<p>Each IEEE Society should follow the purposes laid out in Article II, with additional purposes, local society dues provisions, officer structure, and requirements put into bylaws specific to that society as recommended in Article VII, Section 4.</p>
</li>
</ul>
<p>SECTION 5. Connection to Rest of IEEE</p>
<ul>
<li>
<p>Student Branch Chapters have the independence and expectations of operations stated in Article X.</p>
</li>
<li>
<p>New Student Branch Chapters are encouraged to form under Purdue IEEE Student Branch rather than pursue independent student organization status.</p>
</li>
</ul>
<p>SECTION 6. Special Provisions for IEEE Computer Society</p>
<ul>
<li>
<p>In acknowledgement of the former status of the Computer Society as an independent student organization, the Purdue University-West Lafayette Student Branch Chapter of IEEE Computer Society shall not be disbanded.</p>
</li>
<li>
<p>The above clause does not automatically apply to any other Student Branch Chapters.</p>
</li>
</ul>
</div>
</div>
</div>
<?php include 'footer.php'; ?>