OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
accjournal
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 06:33:29 AM
rwxr-xr-x
📄
about.php
2.42 KB
02/08/2022 02:27:36 PM
rw-r--r--
📁
accjournal
-
12/26/2021 06:46:23 AM
rwxr-xr-x
📁
cms
-
02/06/2022 09:24:57 AM
rwxr-xr-x
📄
contact.php
1.6 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
contributors.php
3.21 KB
02/08/2022 02:27:36 PM
rw-r--r--
📁
data
-
07/17/2025 12:14:38 PM
rwxrwxrwx
📄
editor.desk.php
4.17 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
editorial.php
5.39 KB
07/15/2022 06:28:48 AM
rw-r--r--
📁
grfx
-
02/06/2022 09:24:57 AM
rwxr-xr-x
📁
inc
-
05/19/2022 07:20:39 AM
rwxr-xr-x
📄
index.php
1.29 KB
05/13/2022 10:55:12 AM
rw-r--r--
📄
list.articles.php
4.28 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
list.authors.php
2.94 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
list.categories.php
2.45 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
list.volumes.php
3.6 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
puzzle.corner.php
987 bytes
02/08/2022 02:27:36 PM
rw-r--r--
📄
search.php
3.51 KB
05/20/2022 10:53:27 AM
rw-r--r--
📄
show.article.php
3.32 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
show.author.php
3.38 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
show.category.php
2.89 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
show.issue.php
3.87 KB
05/19/2022 06:18:04 AM
rw-r--r--
📄
show.topic.php
3.31 KB
05/20/2022 10:53:50 AM
rw-r--r--
📄
show.volume.php
2.65 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
z_editorial.php
4.01 KB
02/08/2022 02:27:36 PM
rw-r--r--
Editing: about.php
Close
<!DOCTYPE html> <html> <head> <title>A Quarterly Publication of ACCS</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="inc/jquery-3.6.0.min.js"></script> <script src="inc/bootstrap.min.js"></script> <script src="inc/moment.min.js"></script> <script src="inc/common.js"></script> <link rel="stylesheet" type="text/css" href="inc/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="inc/fontawesome/css/all.min.css" /> <link rel="stylesheet" type="text/css" href="inc/style.css" /> </head> <body> <? include 'inc/config.php' ?> <? include 'inc/header.php' ?> <div class="container"> <div class="row"> <div class="col-12 col-md-8"> <div class="txtMedium txtBlue mb-2 py-2">About Us</div> "Advanced Computing & Communications" (ACC) – is published by the Advanced Computing and Communications Society (ACCS).<br><br> ACCS is a registered non-profit scientific society under the Karnataka Societies Registration Act, 1960 and founded to provide a forum to individuals, institutions and industry to encourage the promotion of advanced Computing and Communications technologies. The society administers distinguished lectures, seminars, conferences, short term certification courses and student design challenges to promote research and professional development. The annual Advanced Computing and communications Conference (ADCOM) is the flagship event of our Society.<br><br> ACC will cover the state-of-art technologies and current research trends, review papers and tutorials from eminent scientists and researchers world-wide. In doing so, ACC attempts to further bridge the industry – academic gap by providing a spring board for creative engineers, faculty and students alike in propagating cutting-edge research in the field of computing and communications.<br><br> Articles in the ACC do not expect significant prior knowledge on the part of a reader to understand. They provide a broad understanding of the subject matter and intend to kindle interest in readers to delve into the depths of the topic through other resources.<br><br> ACC, besides this web edition, is also available in A4 full color print version and is published in March, June, September and December each year.<br><br> </div> <div class="col-12 col-md-4"> <? include 'inc/side.php' ?> </div> </div> </div> <? include 'inc/footer.php' ?> </body> </html>