Contacts:

  • Chair: 
  • Internet2 Liaison: Mark Feit   <mfeit [ at ] internet2.edu>


Welcome to the Performance Working Group.

Working group charter: Performance Working Group Charter


Internet2 Shared Google Drive for the Performance Working Group

https://drive.google.com/drive/folders/0AAntgFeM_XbVUk9PVA



Wiki Maintenance 

wiki: For the ability to create wiki content, please follow these instructions: Introduction to Spaces

After you login for the first time, please double check your profile and make sure it contains a valid e-mail address.



Recent space activity



Space contributors



The Style macro allows the use of CSS to style content. CSS describes how HTML elements should be displayed. https://www.adaptavist.com/doco/display/CFP/Style+Sheet

.home-banner {
                    background: #0052cc;
                    color: #fff;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h2 {
                    color: #fff;
                    }
                    .title-box {
                    border: 1px solid #0052cc;
                    padding: 10px;
                    }
                    .title-box > h2 {
                    background: #0052cc;
                    bottom: 10px;
                    color: #fff;
                    margin-left: -10px;
                    margin-right: -10px;
                    padding: 2px 10px;
                    position: relative;
                    }