{"id":66,"date":"2019-11-15T22:29:01","date_gmt":"2019-11-15T22:29:01","guid":{"rendered":"https:\/\/digitalexhibits.syr.edu\/su150\/?page_id=66"},"modified":"2019-11-21T16:00:02","modified_gmt":"2019-11-21T16:00:02","slug":"celebrating-the-university-community","status":"publish","type":"page","link":"https:\/\/digitalexhibits.syr.edu\/su150\/150-years-of-tradition\/celebrating-the-university-community\/","title":{"rendered":"Celebrating the University Community"},"content":{"rendered":"\n<div class=\"desctext\">\n<h1 class=\"exhibits-chapter-title\">Celebrating the University Community\n<span class=\"exhibits-page-title\">Introduction<\/span><\/h1>\nMany traditions celebrate the Syracuse University community, its stories, and its values. Whether these celebrations focus on individual groups on campus or the University as a whole, traditions bring the community together and honor a shared past. In addition to the events displayed here, there are innumerable other ways the University has celebrated its community, including National Orange Day, Moving Up Day, and homecoming. Altogether these traditions exalt in a strong sense of community, diversity, solidarity, and sharing. \n<\/div>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer0',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/sua_stud_act_00001.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption0').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer0' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption0' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>Winter Carnival program, 1946. <a href=\"https:\/\/library.syr.edu\/digital\/guides_sua\/html\/sua_stud_act_ref.htm\" rel=\"noopener noreferrer\" target=\"_blank\">Syracuse University Student Activities Collection, University Archives<\/a>.<\/b>\n<p>\nOriginating in 1933, Winter Carnival was a weekend of dances, winter sports, and a snow sculpture contest. The University still celebrates this event with a chili cook off and other social activities.\n<\/p>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-right\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer1',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/sua_memorabilia_00009.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption1').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer1' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption1' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>\u201cWinterama 1956,\u201d Winter Carnival button. <a href=\"https:\/\/library.syr.edu\/digital\/guides_sua\/html\/sua_memorabilia_ref.htm\" rel=\"noopener noreferrer\" target=\"_blank\">Syracuse University Memorabilia Collection, University Archives<\/a>.<\/b>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer2',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/sua_photographs_00391.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption2').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer2' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption2' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>Photograph of Spring Weekend parade, circa 1940s-1950s. <a href=\"https:\/\/library.syr.edu\/digital\/guides_sua\/html\/sua_photographs.htm\" rel=\"noopener noreferrer\" target=\"_blank\">Syracuse University Photograph Collection, University Archives<\/a>.<\/b>\n<p>\nSpring Weekend was an occasion full of traditions that first started at the University with Women\u2019s Day in the 1910s and lasted through the 1960s. The weekend included a strawberry breakfast, tug-o-wars between classes, and a female chorale competition on Hendricks Chapel\u2019s steps. Also popular were the parade of floats and the pageant when the May Queen and her court were chosen.\n<\/p>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-right\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer3',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/sua_spec_events_ref_00002.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption3').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer3' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption3' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>\u201cMartin Luther King Holiday with Harry Belafonte\u201d poster, 1990. Syracuse University Special Events, University Archives. <\/b>\n<p>\nBeginning in the mid-1980s, the annual Dr. Martin Luther King Jr. Celebration has grown to become one of the largest salutes to Dr. King\u2019s legacy on a university campus. Each year the Syracuse community gathers for the dinner in the Carrier Dome. The festive program includes performances, a presentation of the Unsung Hero Awards, and a keynote speaker. Past speakers have included Andrew Young, Gwen Ifill, and Trevor Noah.\n<\/p>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer4',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/dsc_0048.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption4').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer4' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption4' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>Photograph of singers at Dr. Martin Luther King Jr. Celebration, 2003. <a href=\"https:\/\/library.syr.edu\/digital\/guides_sua\/html\/sua_photo_imaging.htm\" rel=\"noopener noreferrer\" target=\"_blank\">Syracuse University Photo &amp; Imaging Collection, University Archives<\/a>. Photograph by Stephen Sartori.\n<\/b>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-right\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer5',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/sua_exhibit_0001.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption5').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer5' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption5' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>&#8220;Out\/Ally&#8221; poster for National Coming Out Week at Syracuse University, 2007. Courtesy of the LGBT Resource Center.<\/b>\n<p>\nThe Out\/Ally List, once also known as the You Are Not Alone List, is today called the Queer and Trans Solidarity List. Since 2005, the LGBT Resource Center has collected names for publication in the Daily Orange on National Coming Out Day. The solidarity list is a way for allies to visibly support and celebrate Syracuse University students with marginalized genders and sexualities. The LGBT Resource Center has held a coming out celebration every year since 2002, the first time programming of its kind was sponsored on campus.\n<\/p>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure>\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer6',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/su150\/wp-content\/plugins\/zoom-openseadragon\/images\/',collectionRows:false,collectionColumns:3,showNavigationControl:true,showZoomControl:true,showHomeControl:true,showFullPageControl:true,showRotationControl:false,showSequenceControl:true,sequenceMode:false,showReferenceStrip:false,showNavigator:true,navigatorId:\"\",navigatorPosition:'TOP_RIGHT',referenceStripSizeRatio:0.2,referenceStripScroll:'horizontal',referenceStripPosition:'BOTTOM_LEFT',tileSources: [{title:'test',tileSource:'\/data\/su150\/ch5\/rs356546_dsc_1751.dzi'}]});\n\tviewer.curItem=viewer.initialPage;\n\tviewer.curZoom=viewer.initialPage;\n\t\n\tviewer.goTo = function(index) {  \/\/ zoom on specific resource from those on screen             \n\t     this.curItem=index;    \n\t     if (this.sequenceMode) this.goToPage(this.curItem);\n\t     else this.viewport.fitBounds(this.world.getItemAt(this.curItem).getBounds());\n\t     this.curZoom=this.curItem;  \n       \n\t}\n\tviewer.hitTest = function(position) { \/\/ return resource under cursor\n\t    var box;\n\t    var count = this.world.getItemCount();\n\t    for (var i = 0; i < count; i++) {\n\t        box = this.world.getItemAt(i).getBounds();\n\t        if (position.x > box.x && \n\t                position.y > box.y && \n\t                position.x < box.x + box.width &&\n\t                position.y < box.y + box.height) {\n\t            return i;\n\t        }\n\t    }\n\t\n\t    return -1;\n\t}\n\tviewer.showMeta = function (i) \n\t       {                        \n\t       if (i!=-1) {\n\t           var title=this.tileSources[i].title;\n\t           if (title!='') jQuery('#deepzoomCaption6').html(title);\t          \n\t          }\n\t      \n\t       }\n\tviewer.addHandler('page', function (data) {\n\t   viewer.showMeta(data.page);\n\t  \n\t});\n\tviewer.addHandler('canvas-click', function(event) {\n\t    if (viewer.sequenceMode==true) return;\n\t                       \n\t    var index = viewer.hitTest(viewer.viewport.pointFromPixel(event.position));   \n\t    if ((index !== -1)&&(index!=viewer.curZoom)) {\n\t        event.preventDefaultAction = true;\n\t        viewer.goTo(index); \n\t        viewer.showMeta(index);                         \n\t    }\n\t\n\t});\n\t\n    \n        if (viewer.sequenceMode==true) viewer.showMeta(viewer.initialPage);\n   \n\t\n\t\n\t});<\/script><figure  style='width: 360px' class='wp-caption alignnone'><div class='deepzoomContainer' id='deepzoomContainer6' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption6' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div class=\"exhibits-media-card-text\">\n<b>Photograph of International Thanksgiving, 2010. <a href=\"https:\/\/library.syr.edu\/digital\/guides_sua\/html\/sua_photo_imaging.htm\" rel=\"noopener noreferrer\" target=\"_blank\">Syracuse University Photo &amp; Imaging Collection, University Archives<\/a>. Photograph by Stephen Sartori.<\/b>\n<p>\nIn 1979 Syracuse University held its first International Thanksgiving Celebration, where international students are introduced to the tradition of the American Thanksgiving. Members of the University and greater Syracuse communities serve as table hosts as students experience a traditional Thanksgiving meal, complete with turkey, cranberry relish, and pumpkin pie.\n<\/p>\n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n","protected":false},"excerpt":{"rendered":"<p>Celebrating the University Community Introduction Many traditions celebrate the Syracuse University community, its stories, and its values. Whether these celebrations focus on individual groups on campus or the University as a whole, traditions bring the community together and honor a shared past. In addition to the events displayed here, there are innumerable other ways the University has celebrated its community, including National Orange Day, Moving Up Day, and homecoming. Altogether these traditions exalt in a strong sense of community, diversity, solidarity, and sharing. Winter Carnival program, 1946. Syracuse University Student Activities Collection, University Archives. Originating in 1933, Winter Carnival was&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":24,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-66","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/pages\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/comments?post=66"}],"version-history":[{"count":3,"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/pages\/66\/revisions"}],"predecessor-version":[{"id":648,"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/pages\/66\/revisions\/648"}],"up":[{"embeddable":true,"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/pages\/24"}],"wp:attachment":[{"href":"https:\/\/digitalexhibits.syr.edu\/su150\/wp-json\/wp\/v2\/media?parent=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}