{"id":72,"date":"2023-08-15T15:44:51","date_gmt":"2023-08-15T15:44:51","guid":{"rendered":"https:\/\/digitalexhibits.syr.edu\/gibill\/?page_id=72"},"modified":"2023-10-19T15:35:23","modified_gmt":"2023-10-19T15:35:23","slug":"vic-the-vet","status":"publish","type":"page","link":"https:\/\/digitalexhibits.syr.edu\/gibill\/vic-the-vet\/","title":{"rendered":"Vic the Vet"},"content":{"rendered":"\n<div class=\"desctext\">\n<h1 class=\"exhibits-chapter-title wp-block-heading\">Vic the Vet\n<span class=\"exhibits-page-title\"><\/span><\/h1><\/div>\n\n\n\n<p>Published in 1947,&nbsp;<em>Vic the Vet<\/em>&nbsp;is a cartoon book about a veteran studying at Syracuse University under the GI Bill. The cartoons were the creation of Gabe Josephson, a veteran of the Battle of the Bulge and recipient of the Purple Heart. Attending the College of Fine Arts as an illustration major, Josephson worked for both the&nbsp;<em>Daily Orange<\/em>&nbsp;and&nbsp;<em>Syracusan<\/em>&nbsp;magazine. He was clearly well suited to record the trials and tribulations of veterans on campus, from the challenges of registration to the hardship of living in temporary housing. After graduation in 1950, Josephson pursued a successful career as a cartoonist, illustrator, and freelance artist.&nbsp;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\" role=\"figure\" aria-label=\"Gabe Josephson, What parking problem? Vic the Vet, 1947\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer0',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;What parking problem?&#8221; <em>Vic the Vet<\/em>, 1947.  <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\" role=\"figure\" aria-label=\"Testing One Two\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer1',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_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('#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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;\u2026and then I said to the director of housing, &#8216;you can&#8217;t do this to me.'&#8221; <em>Vic the Vet<\/em>, 1947.   <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer2',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_00003.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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;I understand they had to take him. He used to be in the K-9 corps.&#8221; <em>Vic the Vet<\/em>, 1947.    <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer3',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_00004.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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;Able One to Red Dog. . . . what&#8217;s the base angle of an isosoles circle? . . . Over.&#8221;  <em>Vic the Vet<\/em>, 1947.    <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer4',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_00005.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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;Combat nothing &#8212; registration.&#8221; <em>Vic the Vet<\/em>, 1947.    <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer5',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_00006.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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;How did you know I used to be an officer?&#8221; <em>Vic the Vet<\/em>, 1947.<a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer6',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_00007.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 id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;He wants to know how much credit for three year&#8217;s as a latrine orderly?&#8221; <em>Vic the Vet<\/em>, 1947.  <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n\n\n\n<section class=\"exhibits-media-card exhibits-media-card-left\">\n<div class=\"exhibits-media-card-media\">\n<figure aria-describedby=\"image1-desc\">\n<script type='text\/javascript'>jQuery(document).ready(function(){var viewer=OpenSeadragon({id: 'deepzoomContainer7',prefixUrl:'https:\/\/digitalexhibits.syr.edu\/gibill\/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\/gibill\/ch8\/sua_josephson_g_00008.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('#deepzoomCaption7').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='deepzoomContainer7' style='width: 360px; height: 400px;'><\/div><figcaption id='deepzoomCaption7' class='wp-caption-text'><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n\n<div id=\"image1-desc\" class=\"exhibits-media-card-text\">\n<b>Gabe Josephson, &#8220;Whadya mean, term paper! . . . V.A. forms! &#8211; -&#8221; <em>Vic the Vet<\/em>, 1947.  <a href=\"https:\/\/library.syracuse.edu\/digital\/guides_sua\/html\/sua_josephson_g.htm\">Gabe Josephson Collection, University Archives<\/a>. Gift of Susan Watts.<\/b> \n<\/div>\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" \/>\n","protected":false},"excerpt":{"rendered":"<p>Vic the Vet Published in 1947,&nbsp;Vic the Vet&nbsp;is a cartoon book about a veteran studying at Syracuse University under the GI Bill. The cartoons were the creation of Gabe Josephson, a veteran of the Battle of the Bulge and recipient of the Purple Heart. Attending the College of Fine Arts as an illustration major, Josephson worked for both the&nbsp;Daily Orange&nbsp;and&nbsp;Syracusan&nbsp;magazine. He was clearly well suited to record the trials and tribulations of veterans on campus, from the challenges of registration to the hardship of living in temporary housing. After graduation in 1950, Josephson pursued a successful career as a cartoonist,&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":8,"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/pages\/72\/revisions\/170"}],"wp:attachment":[{"href":"https:\/\/digitalexhibits.syr.edu\/gibill\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}