<?php 
            }
            ?>
					
					
					
					
					<p class="otherMembers"><b>Keywords:</b> <?php 
            echo $active_project->keywords;
            ?>
</p>
					
					<p class="otherMembers"><b>Overall Project Classification:</b> <?php 
            echo Project::classificationTextStyled($active_project->classification);
            ?>
</p>
					
					<p class="otherMembers"><b>Privacy Settings: </b><?php 
            if ($active_project->public == "y") {
                ?>
					This project's data is <b>public</b> for all to see,
					<?php 
            } else {
                ?>
					This project's data is <b>private</b>, 
					<?php 
            }
            ?>