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 );
};
For nearly 200 years, since the opening of Pennsylvania’s Cheyney University in 1837, H.B.C.U.s have educated thousands of students, including the Rev. Dr. Martin Luther King Jr., Justice Thurgood Marshall, Toni Morrison, Representative Elijah Cummings and Senator Kamala Harris. But from a high of 120 such schools to about 101 in 2019, many have faced an uncertain future. In the last 20 years, six have closed, and several others remain open in name only after losing accreditation.
A recent New York Times report chronicles the increasing pace of financial woes and accreditation hurdles facing Historically Black Colleges and Universities (HBCU) in the United States.
The report states that in the last 20 years, six HBCUs have shuttered, leaving only 101 of these culturally and historically significant institutions in operation.
At their height, at least 120 HBCUs were in operation across the United States, providing a vital source of educational opportunity for Black Americans, including in architecture.
According to The New York Times, a variety of leading political and cultural figures graduated from HBCUs, including Reverend Dr. Martin Luther King Jr., Supreme Court Justice Thurgood Marshall, author Toni Morrison, Representative Elijah Cummings, and Senator Kamala Harris, among many others.
At least two of the recently-shuttered universities, Morristown College in Tennessee and St. Paul's College in Lawrenceville, Virginia, are listed in the National Register of Historic Places.
Regarding the HBCU closures, Marla Moore, a graduate of the now-closed Concordia College in Selma, Alabama, told The New York Times, “African-American community culture has already been whitewashed, so to not have anything at all that’s not yours, I don’t want to think about it.” Moore added, “It’s like a part of your heritage is taken away, like during slavery.”
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
More Stories
Historic building burned down at one of Tennessee's oldest HBCUs: What caused Knoxville College fire? What we know – Knoxville News Sentinel
Dolly Parton Receives Recording Academy & U.S. Department Of State’s 2024 PEACE Through Music Award – The GRAMMYs
Black Star Network: Roland Martin Announces New Black TV Network – Black Press USA