Get Lectured: The Ohio State University, Fall '22 – Archinect

0
104

function arc_editor(el) { $(el).redactor({ minHeight: 200, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], imageUpload: '/redactor/upload', plugins: ['imagemanager'], buttons: ['bold', 'italic', 'lists', 'link', 'image'], callbacks: { imageUpload: function(image, json) { $(image).replaceWith('

'); }, imageUploadError: function(json, xhr) { alert(json.message); } } }); /* $(el).ckeditor(function() {}, { // removePlugins: 'elementspath,scayt,menubutton,contextmenu', removePlugins: 'liststyle,tabletools,contextmenu', //plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,iframe,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,vimeo,youtube', //toolbar: [['Bold', 'Italic', 'BulletedList', 'Link', 'Image', 'Youtube', 'Vimeo' ]], plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,iframe,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,archinect', toolbar: [['Bold', 'Italic', 'BulletedList','NumberedList', 'Link', 'Image']], resize_dir: 'vertical', resize_enabled: false, //disableObjectResizing: true, forcePasteAsPlainText: true, disableNativeSpellChecker: false, scayt_autoStartup: false, skin: 'v2', height: 300, linkShowAdvancedTab: false, linkShowTargetTab: false, language: 'en', customConfig : '', toolbarCanCollapse: false }); */ }

function arc_editor_feature(el) { $(el).redactor({ minHeight: 300, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], imageUpload: '/redactor/upload', plugins: ['source', 'imagemanager'], buttons: ['html', 'format', 'bold', 'italic', 'underline', 'lists', 'link', 'image'], formatting: ['p'], formattingAdd: { "figcaption": { title: 'Caption', args: ['p', 'class', 'figcaption', 'toggle'] }, "subheading": { title: 'Subheading', args: ['h3', 'class', 'subheading', 'toggle'] }, "pullquote-left": { title: 'Quote Left', args: ['blockquote', 'class', 'pullquote-left', 'toggle'] }, "pullquote-centered": { title: 'Quote Centered', args: ['blockquote', 'class', 'pullquote-center', 'toggle'] }, "pullquote-right": { title: 'Quote Right', args: ['blockquote', 'class', 'pullquote-right', 'toggle'] }, "chat-question": { title: 'Chat Question', args: ['p', 'class', 'chat-question', 'toggle'] }, "chat-answer": { title: 'Chat Answer', args: ['p', 'class', 'chat-answer', 'toggle'] }, }, callbacks: { imageUpload: function(image, json) { $(image).replaceWith('

'); }, imageUploadError: function(json, xhr) { alert(json.message); } } }); /* $(el).ckeditor(function() {}, { // removePlugins: 'elementspath,scayt,menubutton,contextmenu', removePlugins: 'liststyle,tabletools,contextmenu', //plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,iframe,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,vimeo,youtube', //toolbar: [['Bold', 'Italic', 'BulletedList', 'Link', 'Image', 'Youtube', 'Vimeo' ]], plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,iframe,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,archinect', toolbar: [['Bold', 'Italic', 'BulletedList','NumberedList' , 'Link', 'Image','FontSize','TextColor']], resize_dir: 'vertical', resize_enabled: true, //disableObjectResizing: true, forcePasteAsPlainText: true, disableNativeSpellChecker: false, scayt_autoStartup: false, skin: 'v2', height: 300, toolbarCanCollapse: false }); */ }

function arc_remove_editor(el) { $(el).redactor('core.destroy'); /* $(el).ckeditor(function(){ this.destroy(); }); */ }

function arc_editor_423(el, extra_params) { if (extra_params === undefined) { extra_params = false; } $('#' + el).redactor({ minHeight: 200, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], imageUpload: '/redactor/upload', plugins: ['imagemanager'], buttons: ['bold', 'italic', 'lists', 'link', 'image'], imageUploadFields: extra_params, callbacks: { imageUpload: function(image, json) { $(image).replaceWith('

'); }, imageUploadError: function(json, xhr) { alert(json.message); } } }); /* CKEDITOR.replace(el , { allowedContent: 'p br b i ol ul li strong em center; a[*](*); img[*]; iframe[*]', removePlugins: 'liststyle,tabletools,contextmenu', plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,iframe,image,indent,justify,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,archinect,wysiwygarea', toolbar: [['Bold', 'Italic', 'BulletedList','NumberedList', 'Link', 'Image']], resize_dir: 'vertical', resize_enabled: true, //forcePasteAsPlainText: true, disableNativeSpellChecker: false, scayt_autoStartup: false, skin: 'v2', height: 300, linkShowAdvancedTab: false, linkShowTargetTab: false, language: 'en', customConfig : '', toolbarCanCollapse: false }); */ }

function arc_editor_basic(el) { $('#' + el).redactor({ minHeight: 200, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], buttons: ['bold', 'italic', 'lists', 'link'] }); }

function arc_editor_423_admin(el, extra_params) { if (extra_params === undefined) { extra_params = false; } $('#' + el).redactor({ minHeight: 300, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], imageUpload: '/redactor/upload', plugins: ['codemirror', 'imagemanager', 'removeformat', 'alignment'], codemirror: { lineNumbers: true, lineWrapping: true, mode: 'xml', indentUnit: 4 }, buttons: ['html', 'format', 'bold', 'italic', 'underline', 'lists', 'link', 'image'], formatting: ['p'], formattingAdd: { "figcaption": { title: 'Caption', args: ['p', 'class', 'figcaption', 'toggle'] }, "subheading": { title: 'Subheading', args: ['h3', 'class', 'subheading', 'toggle'] }, "pullquote-left": { title: 'Quote Left', args: ['blockquote', 'class', 'pullquote-left', 'toggle'] }, "pullquote-centered": { title: 'Quote Centered', args: ['blockquote', 'class', 'pullquote-center', 'toggle'] }, "pullquote-right": { title: 'Quote Right', args: ['blockquote', 'class', 'pullquote-right', 'toggle'] }, "chat-question": { title: 'Chat Question', args: ['p', 'class', 'chat-question', 'toggle'] }, "chat-answer": { title: 'Chat Answer', args: ['p', 'class', 'chat-answer', 'toggle'] }, }, imageUploadFields: extra_params, callbacks: { imageUpload: function(image, json) { $(image).replaceWith('

'); }, imageUploadError: function(json, xhr) { alert(json.message); } } }); /* CKEDITOR.replace(el , { allowedContent: 'p br b i ol ul li strong em center; a[*]{*}(*); img[*]; iframe[*]', removePlugins: 'liststyle,tabletools,contextmenu', plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,iframe,image,indent,justify,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,archinect,wysiwygarea', toolbar: [['Bold', 'Italic', 'BulletedList','NumberedList', 'Link', 'Image', 'Source']], resize_dir: 'vertical', resize_enabled: true, //forcePasteAsPlainText: true, disableNativeSpellChecker: false, scayt_autoStartup: false, skin: 'v2', height: 300, linkShowAdvancedTab: false, linkShowTargetTab: false, language: 'en', customConfig : '', toolbarCanCollapse: false }); */ }

function arc_editor_feature_423(el, extra_params) { if (extra_params === undefined) { extra_params = false; } $('#' + el).redactor({ minHeight: 300, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], imageUpload: '/redactor/upload', plugins: ['source', 'imagemanager'], buttons: ['html', 'format', 'bold', 'italic', 'underline', 'lists', 'link', 'image'], formatting: ['p'], formattingAdd: { "figcaption": { title: 'Caption', args: ['p', 'class', 'figcaption', 'toggle'] }, "subheading": { title: 'Subheading', args: ['h3', 'class', 'subheading', 'toggle'] }, "pullquote-left": { title: 'Quote Left', args: ['blockquote', 'class', 'pullquote-left', 'toggle'] }, "pullquote-centered": { title: 'Quote Centered', args: ['blockquote', 'class', 'pullquote-center', 'toggle'] }, "pullquote-right": { title: 'Quote Right', args: ['blockquote', 'class', 'pullquote-right', 'toggle'] }, "chat-question": { title: 'Chat Question', args: ['p', 'class', 'chat-question', 'toggle'] }, "chat-answer": { title: 'Chat Answer', args: ['p', 'class', 'chat-answer', 'toggle'] }, }, imageUploadFields: extra_params, callbacks: { imageUpload: function(image, json) { $(image).replaceWith('

'); }, imageUploadError: function(json, xhr) { alert(json.message); } } }); /* CKEDITOR.replace(el , { allowedContent: 'p br b i ol ul li strong em center; a[*]{*}(*); img[*]; span[*]{*}(*); iframe[*]', removePlugins: 'liststyle,tabletools,contextmenu', plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,iframe,image,indent,justify,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,archinect,wysiwygarea', toolbar: [['Bold', 'Italic', 'BulletedList','NumberedList' , 'Link', 'Image','FontSize','TextColor']], resize_dir: 'vertical', resize_enabled: true, //disableObjectResizing: true, //forcePasteAsPlainText: true, disableNativeSpellChecker: false, scayt_autoStartup: false, skin: 'v2', height: 300, linkShowAdvancedTab: false, linkShowTargetTab: false, language: 'en', customConfig : '', toolbarCanCollapse: false }); */ }

function arc_editor_feature_423_admin(el, extra_params) { if (extra_params === undefined) { extra_params = false; } $('#' + el).redactor({ minHeight: 300, pasteBlockTags: ['ul', 'ol', 'li', 'p'], pasteInlineTags: ['strong', 'br', 'b', 'em', 'i'], imageUpload: '/redactor/upload', plugins: ['codemirror', 'imagemanager', 'removeformat', 'alignment'], codemirror: { lineNumbers: true, lineWrapping: true, mode: 'xml', indentUnit: 4 }, buttons: ['html', 'format', 'bold', 'italic', 'underline', 'lists', 'link', 'image'], formatting: ['p'], formattingAdd: { "figcaption": { title: 'Caption', args: ['p', 'class', 'figcaption', 'toggle'] }, "subheading": { title: 'Subheading', args: ['h3', 'class', 'subheading', 'toggle'] }, "pullquote-left": { title: 'Quote Left', args: ['blockquote', 'class', 'pullquote-left', 'toggle'] }, "pullquote-centered": { title: 'Quote Centered', args: ['blockquote', 'class', 'pullquote-center', 'toggle'] }, "pullquote-right": { title: 'Quote Right', args: ['blockquote', 'class', 'pullquote-right', 'toggle'] }, "chat-question": { title: 'Chat Question', args: ['p', 'class', 'chat-question', 'toggle'] }, "chat-answer": { title: 'Chat Answer', args: ['p', 'class', 'chat-answer', 'toggle'] }, }, imageUploadFields: extra_params, callbacks: { imageUpload: function(image, json) { $(image).replaceWith('

'); }, imageUploadError: function(json, xhr) { alert(json.message); } } }); /* CKEDITOR.replace(el , { allowedContent: 'p br b i ol ul li strong em center; a[*]{*}(*); img[*]; span[*]{*}(*); iframe[*]', removePlugins: 'liststyle,tabletools,contextmenu', plugins:'a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,dialogadvtab,div,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,iframe,image,indent,justify,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,smiley,showblocks,showborders,sourcearea,stylescombo,table,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc,archinect,wysiwygarea', toolbar: [['Bold', 'Italic', 'BulletedList','NumberedList' , 'Link', 'Image','FontSize','TextColor', 'Source']], resize_dir: 'vertical', resize_enabled: true, //disableObjectResizing: true, //forcePasteAsPlainText: true, disableNativeSpellChecker: false, scayt_autoStartup: false, skin: 'v2', height: 300, linkShowAdvancedTab: false, linkShowTargetTab: false, language: 'en', customConfig : '', toolbarCanCollapse: false }); */ }

function arc_remove_editor_423 (el) { $(el).redactor('core.destroy'); /* if(CKEDITOR.instances[el]) { CKEDITOR.instances[el].destroy(); } */ }
The Austin E. Knowlton School of Architecture at the Ohio State University has announced its Autumn 2022 Baumer Series, which takes place at the school’s Gui Auditorium from September thru November.
The school shares that this semester’s invited guests will each discuss “how their work considers and contends with interdisciplinary geographies—communities of labor, technology, nonhuman life, and politics both global and local” surrounding a theme of “Future Geographies.”
The Baumer Series kicked off in September with lectures from MIT M.Arch Program Director and Matter Design director Brandon Clifford on September 14, Yuts founding member of the Geography of Robots on September 21, and Harvard GSD professor Antoine Picon on October 5.
The lectures continue on October 12 with an appearance from UCLA Luskin School of Public Affairs Assistant Professor and licensed architect Kian Goh. Hunter College's Laura Wolf-Powers, who is the author of the new title University City: History, Race, & Community in the Era of the Innovation District, will present her lecture on October 19.

The series concludes on November 2 with a lecture from this year’s Herbert Baumer Memorial Seminar focus, Yale School of Architecture professor, and 2022 Richard Neutra Award winner Tatiana Bilbao.
Lectures are held Wednesdays at 5:30 p.m. ET in Knowlton Hall's Gui Auditorium. All are free and open to the public. More information about the Baumer Series can be found here.
Want to share your school's lecture series and be included in Archinect's ongoing Get Lectured series? Send us your latest lecture series poster and details to [email protected].
Are you sure you want to block this user and hide all related comments throughout the site?
View all   |   Firms
View all   |   Schools
view all

source