|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + {% include header.html %} |
| 4 | + <body> |
| 5 | + {% include navbar.html %} |
| 6 | + |
| 7 | + <div class="container"> |
| 8 | + |
| 9 | + <div class="row"> |
| 10 | + <div class="col-md-11"> |
| 11 | + |
| 12 | + <h3>Special Interest Group on Programming Languages</h3> |
| 13 | + <p>SIGPLAN is a Special Interest Group of ACM that focuses on Programming Languages. In particular, SIGPLAN explores the design, implementation, theory, and efficient use of programming languages and associated tools. Its members are programming language users, developers, implementers, theoreticians, researchers and educators</p> |
| 14 | + </div> |
| 15 | + </div> |
| 16 | + |
| 17 | + <hr class="featurette-divider"> |
| 18 | + |
| 19 | + |
| 20 | + <div class="row"> |
| 21 | + |
| 22 | + <div class="col-md-4"> |
| 23 | + <h3>Key Links</h3> |
| 24 | + <ul> |
| 25 | + <li>SIGPLAN Officers</li> |
| 26 | + <li>Professional Activities Committee</li> |
| 27 | + <li>SIGPLAN Education Board Blog</li> |
| 28 | + <li>Open Meeting Presentations</li> |
| 29 | + <li>SIGPLAN By-laws</li> |
| 30 | + <li>Annual Reports</li> |
| 31 | + <li>SIGPLAN Sponsors</li> |
| 32 | + </ul> |
| 33 | + </div> |
| 34 | + |
| 35 | + <div class="col-md-4"> |
| 36 | + <h3>Conference Information</h3> |
| 37 | + <ul> |
| 38 | + <li>SIGPLAN Officers</li> |
| 39 | + <li>Professional Activities Committee</li> |
| 40 | + <li>SIGPLAN Education Board Blog</li> |
| 41 | + <li>Open Meeting Presentations</li> |
| 42 | + <li>SIGPLAN By-laws</li> |
| 43 | + <li>Annual Reports</li> |
| 44 | + <li>SIGPLAN Sponsors</li> |
| 45 | + </ul> |
| 46 | + </div> |
| 47 | + |
| 48 | + <div class="col-md-4"> |
| 49 | + <h3>SIGPLAN Sponsored Conferences</h3> |
| 50 | + <ul> |
| 51 | + <li>SIGPLAN Officers</li> |
| 52 | + <li>Professional Activities Committee</li> |
| 53 | + <li>SIGPLAN Education Board Blog</li> |
| 54 | + <li>Open Meeting Presentations</li> |
| 55 | + <li>SIGPLAN By-laws</li> |
| 56 | + <li>Annual Reports</li> |
| 57 | + <li>SIGPLAN Sponsors</li> |
| 58 | + </ul> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + |
| 62 | + <hr class="featurette-divider"> |
| 63 | + |
| 64 | + |
| 65 | + <div class="col-md-4"> |
| 66 | + <h3>SIGPLAN Awards Panel</h3> |
| 67 | + <ul> |
| 68 | + <li>SIGPLAN Officers</li> |
| 69 | + <li>Professional Activities Committee</li> |
| 70 | + <li>SIGPLAN Education Board Blog</li> |
| 71 | + <li>Open Meeting Presentations</li> |
| 72 | + <li>SIGPLAN By-laws</li> |
| 73 | + <li>Annual Reports</li> |
| 74 | + <li>SIGPLAN Sponsors</li> |
| 75 | + </ul> |
| 76 | + </div> |
| 77 | + |
| 78 | + <div class="col-md-4"> |
| 79 | + <h3>Recent SIGPLAN Award Recipients</h3> |
| 80 | + <ul> |
| 81 | + <li>SIGPLAN Officers</li> |
| 82 | + <li>Professional Activities Committee</li> |
| 83 | + <li>SIGPLAN Education Board Blog</li> |
| 84 | + <li>Open Meeting Presentations</li> |
| 85 | + <li>SIGPLAN By-laws</li> |
| 86 | + <li>Annual Reports</li> |
| 87 | + <li>SIGPLAN Sponsors</li> |
| 88 | + </ul> |
| 89 | + </div> |
| 90 | + |
| 91 | + <div class="col-md-4"> |
| 92 | + <h3>ACM Publications</h3> |
| 93 | + <ul> |
| 94 | + <li>SIGPLAN Officers</li> |
| 95 | + <li>Professional Activities Committee</li> |
| 96 | + <li>SIGPLAN Education Board Blog</li> |
| 97 | + <li>Open Meeting Presentations</li> |
| 98 | + <li>SIGPLAN By-laws</li> |
| 99 | + <li>Annual Reports</li> |
| 100 | + <li>SIGPLAN Sponsors</li> |
| 101 | + </ul> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + |
| 105 | + </div> |
| 106 | + |
| 107 | + {{site.data.ExecutiveCommittee}} |
| 108 | + |
| 109 | +X |
| 110 | + <HR> |
| 111 | + {% include committee.liquid data=site.data.ExecutiveCommittee committee="Elected Members" %} |
| 112 | + <HR> |
| 113 | + {% include links.liquid data=site.data.Links links="Key Links" %} |
| 114 | + <HR> |
| 115 | + {% include links.liquid data=site.data.Links links="Primary Menu" %} |
| 116 | + <HR> |
| 117 | + |
| 118 | + {{ "[Hello](World)" | markdownify }} |
| 119 | + |
| 120 | + {% include footer.html %} |
| 121 | + </body> |
| 122 | +</html> |
0 commit comments