$3 million in grants awarded to 27 historic Black sites and organizations | News | Archinect
‘);
},
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();
}
*/
}

  • anchor

    $3 million in grants awarded to 27 historic Black sites and organizations

    St. Mark AME Zion Church. Image credit: Kurt Garner

    The African American Cultural Heritage Action Fund, a division of the National Trust for Historic Preservation, has announced $3 million in grants to support the preservation of 27 historic Black sites and organizations across the United States. The grants come through the fund’s National Grant Program and Conserving Black Modernism initiative.

    The funding includes $2.26 million for 22 projects through the National Grant Program, which supports sites associated with Black cultural heritage, civil rights, education, and women’s leadership. Since its establishment in 2017, the fund says it has raised more than $200 million and supported over 430 preservation projects nationwide.

    Meanwhile, the Conserving Black Modernism initiative is operated in partnership with the Getty Foundation. Now in its fourth year, the initiative will provide $750,000 to five projects highlighting the legacy of Black Modernist architects. 

    The full list of sites and organizations is as follows:

    National Grant Program

    Decatur Scottsboro Boys Civil Rights Museum and the Judge James E. Horton Jr. Legal Learning Center in Decatur, Alabama


    Bricklayers Hall in Montgomery, Alabama



    Bay Street Beach Historical District Signage in Santa Monica, California


    The Eliza Freeman House in Bridgeport, Connecticut


    Martin Flats on Fourth Project in Waterloo, Iowa


    Woodland Plantation Museum in LaPlace, Louisiana


    McDonogh 19 Elementary School – Tate, Etienne & Prevost Interpretive Center in New Orleans, Louisiana


    St. John – St. James Episcopal Church Complex in Boston, Massachusetts


    The Abyssinian Meeting House in Portland, Maine


    Detroit Association of Women’s Clubs Building in Detroit, Michigan


    Leontyne Price Library in Holly Springs, Mississippi


    Drew Rosenwald School in Drew, Mississippi


    Seed Barn, Milam Plantation in Drew, Mississippi


    Dr. Jane Ellen McAllister Home in Vicksburg, Mississippi 


    Pauli Murray Center for History and Social Justice in Durham, North Carolina


    Gullah Geechee Cultural Heritage Corridor in North Carolina, South Carolina, Georgia & Florida


    John Brown Farm State Historic Site in Lake Placid, New York


    Guyon-Lake-Tysen House and County Clerk and Surrogate’s Office in Staten Island, New York


    Fort Monroe in Fort Monroe, Virginia


    The Shockoe Project in Richmond, Virginia 


    Thelma’s Cafe in Bluefield, West Virginia


    Conserving Black Modernism

    Central City Plaza in Milwaukee, Wisconsin by Alonzo Robinson Jr.


    Martin Luther King Jr. Humanities Center in Houston, Texas by John Saunders Chase, Jr.


    Park Johnson Hall in Nashville, Tennessee by McKissack & McKissack


    Southwest Corridor Project in Boston, Massachusetts by Stull & Lee, Inc.


    St. Mark AME Zion Church in East Chicago, Indiana by Wendell Campbell


    Tagged

    african american cultural heritage action fundgetty foundationmodernismconserving black modernismblack churchesblack historyconservationpreservationblack architectureblack architectsnational trust for historic preservation

Share.
Leave A Reply

Exit mobile version