
The Association of Black Women Historians (ABWH), founded in 1979, is a dynamic network of scholars representing every region of the United States and beyond. Membership in the ABWH is open to person’s interested in the research and teaching of African American Women’s studies. Our organization is comprised of professors (college and university), students (undergraduate and graduate), archivists, public historians, and others who value the study of African American women.
PLEASE NOTE: The membership year runs from October 1, 2022 to September 30, 2023.
ABWH Membership Categories (2022-2023)
Life Membership – $450
Life membership dues may be paid in two ways:
- One payment of $450.00
- Three payments of $150.00 within three calendar years (minimum of one $150 payment per year for three years)
Regular Membership – $50
Student Membership – $25
Retiree Membership – $25
Institutional Membership – $100
To become a new member or renew your membership online, please select an option below then choose a payment option after making your selection.
Please Note: We no longer accept membership applications, checks, and/or money orders via mail. Please email National Membership Director Le’Trice Donaldson at membershipdirector@abwh.org if you have questions.
Thank you for your interest in the Association for Black Women Historians.
<div id="smart-button-container">
<div style="text-align: center;">
<div style="margin-bottom: 1.25rem;">
<p>Choose a Membership Level:</p>
<select id="item-options">
<option value="Annual">Annual - 50 USD</option>
<option value="Student">Student - 25 USD</option>
<option value="Student - Gift Membership">Student - Gift Membership - 25 USD</option>
<option value="Retired (65+)">Retired (65+) - 25 USD</option>
<option value="Institutional">Institutional - 100 USD</option>
<option value="Life (Full)">Life (Full) - 450 USD</option>
<option value="Life (3 installments)">Life (3 installments) - 150 USD</option>
<option value="DONATION">DONATION - USD</option>
</select><select id="quantitySelect" style="visibility: hidden;">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select></div>
<div id="paypal-button-container"> </div>
</div>
</div>
<p><script src="https://www.paypal.com/sdk/js?client-id=AfpiDkm_3zfvjYDcMXGfxsal8A3t9CZia2Sq7PNaADI6vpNeSyJnQtG8Gx7ecXWucArXq2CvtQevuG17&enable-funding=venmo&currency=USD" data-sdk-integration-source="button-factory"></script> <script>
function initPayPalButton() {
var shipping = 0;
var itemOptions = document.querySelector("#smart-button-container #item-options");
var quantity = parseInt(5);
var quantitySelect = document.querySelector("#smart-button-container #quantitySelect");
if (!isNaN(quantity)) {
quantitySelect.style.visibility = "visible";
}
var orderDescription = 'Choose a Membership Level:';
if(orderDescription === '') {
orderDescription = 'Item';
}
paypal.Buttons({
style: {
shape: 'rect',
color: 'gold',
layout: 'vertical',
label: 'pay',
},
createOrder: function(data, actions) {
var selectedItemDescription = itemOptions.options[itemOptions.selectedIndex].value;
var selectedItemPrice = parseFloat(itemOptions.options[itemOptions.selectedIndex].getAttribute("price"));
var tax = (0 === 0 || false) ? 0 : (selectedItemPrice * (parseFloat(0)/100));
if(quantitySelect.options.length > 0) {
quantity = parseInt(quantitySelect.options[quantitySelect.selectedIndex].value);
} else {
quantity = 1;
}
tax *= quantity;
tax = Math.round(tax * 100) / 100;
var priceTotal = quantity * selectedItemPrice + parseFloat(shipping) + tax;
priceTotal = Math.round(priceTotal * 100) / 100;
var itemTotalValue = Math.round((selectedItemPrice * quantity) * 100) / 100;
return actions.order.create({
purchase_units: [{
description: orderDescription,
amount: {
currency_code: 'USD',
value: priceTotal,
breakdown: {
item_total: {
currency_code: 'USD',
value: itemTotalValue,
},
shipping: {
currency_code: 'USD',
value: shipping,
},
tax_total: {
currency_code: 'USD',
value: tax,
}
}
},
items: [{
name: selectedItemDescription,
unit_amount: {
currency_code: 'USD',
value: selectedItemPrice,
},
quantity: quantity
}]
}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(orderData) {
// Full available details
console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));
// Show a success message within this page, e.g.
const element = document.getElementById('paypal-button-container');
element.innerHTML = '';
element.innerHTML = '<h3>Thank you for your payment!</h3>';
// Or go to another URL: actions.redirect('thank_you.html');
});
},
onError: function(err) {
console.log(err);
},
}).render('#paypal-button-container');
}
initPayPalButton();
</script></p>