Call For Paper

Membentuk Masyarakat Kreatif untuk Indonesia Bangga

Unduh Format CFP

service-icon

Biaya

Rp 500.000/Peserta Pemakalah (Luring dan Daring) *Gratis biaya pendaftaran bagi 10 pendaftar pertama bagi presenter luring

Rp 300.000/Peserta Non-Pemakalah (Luring dan Daring)

service-icon

Pulikasi Prosiding

Setiap naskah yang diterima akan diterbitkan melalui prosiding online berISBN tanpa pemungutan biaya tambahan (GRATIS)

service-icon

Makalah Terbaik

Makalah terbaik akan diterbitkan pada Jurnal Pengabdian Kepada Masyarakat "Jurnal PEKAMAS" dan partner jurnal Polimedia (SINTA 4) setelah melalui proses review

service-icon

Sertifikat

Seluruh pemakalah dan peserta mendapatkan sertifikat

service-icon

Hadiah Menarik

Makalah dan Pemakalah terbaik akan diberikan hadiah

Sub Tema

service-icon

Ekonomi Kreatif

Penguatan Ekonomi Kreatif Masyarakat

service-icon

Teknologi

Pemanfaatan Teknologi dalam Pemberdayaan Masyarakat

service-icon

Seni dan Budaya

Peningkatan Kepedulian Masyarakat Terhadap Kesenian Dan Budaya

service-icon

Sosial dan Pendidikan

Pembangunan Kehidupan Masyarakat Sosial dan Berpendidikan

Tanggal Penting

29 Juli – 18 September 2022

Pendaftaran Pemakalah/Non-Pemakalah dan pengumpulan abstrak

19 September 2022

Pengumuman penerimaan abstrak

18 Oktober 2022

Batas akhir pembayaran seminar

26 Oktober 2022

Batas pengumpulan naskah lengkap

28 Oktober 2022

Batas pengumpulan slide presentasi bagi pemakalah dan video presentasi bagi peserta daring

2 November 2022

Pelaksanaan Seminar Nasional Pengabdian Kepada Masyarakat SENPEDIA 2022

Panitia

Pengarah

Direktur

Wakil Direktur I

Wakil Direktur II

Wakil Direktur III

Penanggungjawab

Dr. Handika Dany Rahmayanti, M.Si.

Ketua

Widi Sriyanto, S.Pd. M.Pd

Wakil Ketua

Nurul Akmalia, M.Med.Kom.

Seksi Acara

Pathiya

Seksi Desain & Promosi

Yessy Yerta Situngkir, M.M.

Seksi IT

Cholid Mawardi, M.T.

Seksi Kesekretariatan

Yuyun Khairunisa, M.Ikom.

Seksi Logistik

Habibi Santoso, M.T.

Seksi Konsumsi

Septia Ardani, M.Si.

Seksi Publikasi Artikel

Henra Nanang Sukma, M.T.

Bendahara

Antinah Latif, M.K.M.

Speaker

Ir. Elisabeth Ratu Rante Allo, M.M., M.Si.

(Kepala Dinas Koperasi dan UMKM Jakarta)

Prof. Teuku Faisal Fathani, Ph.D., IPU., ASEAN Eng

(Direktur Riset, Teknologi dan Pengabdian Kepada Masyarakat)

Prof. Dr. Nurul Taufiqu Rochman M.Eng

(Komisaris Utama Nanotech Indonesia Global)

Imron Yunus

Kepala UPK Perkampungan Budaya Betawi)

Venue

ibis Styles Jakarta Simatupang

Jl. Cilandak Tengah Raya No.23, Cilandak Bar., Jakarta, Kota Jakarta Selatan, Daerah Khusus Ibukota Jakarta

FAQ

What is HTML
Hypertext Markup Language (HTML) is a computer language that makes up most web pages and online applications. A hypertext is a text that is used to reference other pieces of text, while a markup language is a series of markings that tells web servers the style and structure of a document. HTML is very simple to learn and use.

What is CSS?
CSS stands for Cascading Style Sheets. It is the language for describing the presentation of Web pages, including colours, layout, and fonts, thus making our web pages presentable to the users. CSS is designed to make style sheets for the web. It is independent of HTML and can be used with any XML-based markup language. CSS is popularly called the design language of the web.

What is JavaScript?
JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. — you can bet that JavaScript is probably involved. It is the third of the web trio.

What is React?
React is a JavaScript library created for building fast and interactive user interfaces for web and mobile applications. It is an open-source, component-based, front-end library responsible only for the application’s view layer. In Model View Controller (MVC) architecture, the view layer is responsible for how the app looks and feels. React was created by Jordan Walke, a software engineer at Facebook.

What is PHP?
PHP is a server-side and general-purpose scripting language that is especially suited for web development. PHP originally stood for Personal Home Page. However, now, it stands for Hypertext Preprocessor. It’s a recursive acronym because the first word itself is also an acronym.

What is Node JS?
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm