Article publication charges (APCs) [Updated 15, August 2024]

Usually, SJMS, asked authors, after acceptance of their article, to pay article processing (publication) charges  of 200 United States Dollars. It was applicable since journal establishment till 15, August, 2024).

 Starting on 15, August, 2024, SJMS will not require any Article Publication Charges (APC). Thus, No fees are requested at any stage (e.g., submission or publication). However, it does not include other services (e.g., editing services).

[Note: This policy liable to change at any time without prior notification]

 

 

<div id="smart-button-container"> <div style="text-align: center;"> <div id="paypal-button-container"></div> </div> </div> <script src="https://www.paypal.com/sdk/js?client-id=ATVcMqK24doj1A9-URGJ2zwRCFznFWLIGhMqRj-zdKgnvGz1p9Bdk2vdtVvhqdKK7oJ1P5cNF1C--RN7&enable-funding=venmo&currency=USD" data-sdk-integration-source="button-factory"></script> <script> function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'horizontal', label: 'paypal', tagline: true }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Article publication Charges","amount":{"currency_code":"USD","value":120}}] }); }, 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>

<div id="smart-button-container"> <div style="text-align: center;"> <div id="paypal-button-container"></div> </div> </div> <script src="https://www.paypal.com/sdk/js?client-id=ATVcMqK24doj1A9-URGJ2zwRCFznFWLIGhMqRj-zdKgnvGz1p9Bdk2vdtVvhqdKK7oJ1P5cNF1C--RN7&enable-funding=venmo&currency=USD" data-sdk-integration-source="button-factory"></script> <script> function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Article publication Charges","amount":{"currency_code":"USD","value":120}}] }); }, 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>