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(); } */ }
if (($.client.os == 'Mac') && ($.client.browser == 'Firefox')) {
var link = $(''); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.firefox.mac.css?1', }); $('head').append( link );
};
if (($.client.os == 'Mac') && ($.client.browser == 'Chrome')) {
var link = $(''); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.chrome.mac.css?1', }); $('head').append( link );
};
if (($.client.os == 'Windows') && ($.client.browser == 'Chrome')) {
var link = $(''); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.chrome.win.css?1', }); $('head').append( link );
};
if ($.client.os == 'iPhone/iPod') {
var link = $(''); link.attr({ type: 'text/css', rel: 'stylesheet', href: '/css/archinect.iphone.css?1', }); $('head').append( link );
};
From airplane hangars and warehouses, to aerial shots of building rooftops and X-Ray images, the photographs of L.A.-based art and commercial photographer Benny Chan reveal an unwavering curiosity of how things go together. Most recently, Chan was announced as the 2018 recipient of the honorable Julius Shulman Institute Excellence in Photography Award.
Woodbury University's Julius Shulman Institute presents the prestigious award to an early or mid-career artist whose work embodies the legacy of architectural photographer Julius Shulman. It features a notable roster of recipients, including Todd Eberle, Hélène Binet, Grant Mudford, Pedro E. Guererro, Catherine Opie, Richard Barnes, and Iwan Baan.
Check out some of Benny Chan's work below.
Having a background in architecture, Benny Chan's photos reveal a unique understanding of space and structure. After graduating from SCI-Arc in 1992, Chan traveled to Europe where his long-time interest in photography grew. Upon returning to the U.S., Chan worked at SOM and then at Neil M. Denari Architects. In 1993, he decided to dedicate more time to his photography and founded Fotoworks, which he continues to operate today.
In his latest photo series, Chan captures iconic and vernacular L.A. architecture under construction — as if it were a fascinating assembly manual to the city of L.A. The photos will be displayed in his upcoming exhibition, “Above and Behind: The Architecture Photography of Benny Chan”, which opens on May 12 at the WUHO Gallery. On the same day, Chan will be presented with the JSI Award.
Being the dedicated photographer he is, Chan will push the limits to get the perfect shot — whether that involves hanging from helicopters to capture the right angle, building his own cameras to surpass focal-length limits of off-the-shelf models, or finding his way into highly restricted sites.
Childrens Hospice / Edition #2
Register by Wed, Feb 8, 2023
Submit by Fri, May 5, 2023
Ceramics of Italy Tile Competition 2023
Register/Submit by Mon, Dec 19, 2022
Architecture at Zero 2023
Register/Submit by Thu, Jun 15, 2023
Why Do You Enter Architecture Competitions?
Register by Thu, Feb 2, 2023
Submit by Fri, Mar 3, 2023
Well-deserved and couldn't be awarded to a nicer human being. Congrats, Benny. We knew you when ....
Post a new comment:
View all | Firms
View all | Schools
view all