SlideShare a Scribd company logo
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 95-102
www.iosrjournals.org
DOI: 10.9790/0661-176195102 www.iosrjournals.org 95 | Page
A Proposed Method to Develop Shared Papers for Researchers at
Conference
Dr. Reem Jafar Ismail
(Department of Computer Science, Cihan University, Iraq)
Abstract: In conferences, the topics of interest for papers include variety of subjects, if the researcher wants to
write a shared researched paper on specific subject with another researcher who is also interested in the same
subject and wants to participate in the same conference, here the problem will arise especially when the topics
of interest and number of researchers become large. The aim of the paper is to solve this problem by finding a
suitable representation of researcher information of topics of interest that can be easily represented and then
found shared researcher on the same topics of interest. Two proposed system algorithms are implemented to
find the shared researchers in conference which gives an easy and efficient implementation.
Keywords: Binary vector, conference topics, decimal vector, researcher interesting topics.
I. Introduction
There has been growing interest in the use of binary-valued features [1]. These binary features have
several advantages as they can be faster to compute, more compact to store, and more efficient to compare.
Although it is fast to compute the Hamming distance between pairs of binary features, particularly on modern
architectures, it can still be too slow to use linear search in the case of large datasets [2], it introduce a new
algorithm for approximate matching of binary features, based on priority search of multiple hierarchical
clustering trees. Their work has been compared to existing alternatives, and show that it performs well for large
datasets, both in terms of speed and memory efficiency. In [3] Faro and Lecroq presented two efficient binary
string matching algorithms for the problem adapted to completely avoid any reference to bits allowing to
process pattern and text byte by byte.
In [4] Choi, Cha and Charles showed that dissimilarity and similarity through binary vectors has many
measures. Some studies as in [4] tried to find a dissimilarity measures between a set of binary vectors for pattern
recognition, other studies as in [6] uses similarity measures to identify binary vectors which are: SMC and
Cosine similarity measures.
II. Enhancing The Proposed EDM System
This work will enhances the proposed EDM system in ISMAIL (2012) where the interesting subjects
will increase the length of the binary vector. As shown in (Table 1), when the conference announce about the
topics of interest that specified in the field the researcher can select his own interested topics and submit it to the
conference, here the proposed system will store these data in files for further processing. As researchers
continue registering their interesting topics, there will be a deadline for submitting. After that the proposed
system will analysis these files to find another researcher how is also interested at same topics, as explained
below:
Proposed System Outline
1. Conference announcement for topics of interest
2. Researcher registration for his own interesting topics using interface shown in (Fig. 1).
3. Proposed system analysis to find shared researcher:
Proposal I: Convert interesting topics of the researcher to binary vector.
Proposal II: Convert interesting topics of the researcher to decimal vector depending on index.
4. Construct a report for each researcher that gives all his interesting topics in the conference with a list of e-
mails for the other researchers who has the sharing interest.
III. Design And Implementation Of The Proposed System
3.1 Conference Announcement for topics
When the conference wants to be established it announced for specific topics for example as in IJANS
which is the International Journal on Ad Hoc Networking Systems on http://airccse.org/journal/ijans/ijans.html
web site has 41 topics of interest for Ad Hoc Networking Systems [7], (Table 1).
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 96 | Page
Table 1: Interesting Topics in Ad Hoc Networking Systems Conference
1. Wireless mesh networks and cognitive networks
2. Vehicular networks and protocols
3. Mobile Ad Hoc Networks
4. Sensor networks
5. MAC layer design for ad-hoc networks and WSNs
6. MAC protocols (802.11, 802.15.4, UWB)
7. Multi-channel, multi-radio and MIMO technologies
8. Cross layer design and optimization
9. Wireless Local and Personal Area Networks
10. Home Networks
11. Ad Hoc Networks of Autonomous Intelligent Systems
12. Novel Architectures for Ad Hoc and Sensor Networks
13. Self-organizing Network Architectures and Protocols
14. Transport Layer Protocols
15. Routing protocols (unicast, multicast, geocast, etc.)
16. Media Access Control Techniques, routing and transport Protocols
17. Error Control Schemes
18. Power-Aware, Low-Power and Energy-Efficient Designs
19. Synchronization and Scheduling Issues
20. Mobility Management
21. Capacity planning and admission control in ad-hoc and sensor networks
22. Handoff / mobility management and seamless internetworking
23. Resource management and wireless QoS Provisioning
24. Key management, trust establishment in wireless networks
25. Security and privacy issues in ad hoc and sensor networks
26. Reliability, resiliency and fault tolerance techniques
27. Security, privacy issues in vehicular, DTNs, and mesh networks
28. Operating systems and middle-ware support
29. Novel applications and architectures for WSNs
30. Modeling, analysis and performance evaluation
31. Measurements and Hardware and Software Platforms, Systems, and Test bed
32. Mobility-Tolerant Communication Protocols
33. Location Tracking and Location-based Services
34. Resource and Information Management
35. Security , Privacy and Fault-Tolerance Issues
36. Experimental and Prototype and test beds
37. Quality-of-Service Issues
38. OFDM and MIMD techniques
39. Cross-Layer Interactions
40. Scalability Issues
41. Performance Analysis and Simulation of Protocols
Here the Interesting Topics in Ad Hoc Networking Systems Conference has many fields, so these subjects
are converted into visual interface as shown in (Fig. 1): Visual Interface of the interesting topics in the
conference, where the researcher will select the interesting topics easily.
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 97 | Page
Figure 1: Visual Interface for the Interesting topics in the Conference
3.2 Researcher registration and selection the interesting topics
The researcher must enter his name and e-mail for registration then he can select any topics from the
visual interface by clicking on the specified checked box, (Fig. 1). He has the ability to change his selection by
click on the checked box again but after submission it is not allow to be changed. When the user press submit
button a warning message will be appeared to have the permission from the user to share his e-mail and
information with other researchers. All user information is stored in file for further processing.
Here, with each researcher it is important to have the e-mail to know the other researchers that will be
have shared papers so they can send e-mail to them. All this information is stored in database that has:
Researcher name, E-Mail and a file name that have the interesting topics.
3.3 Proposed system analysis to find shared researcher
This section will explain the two proposed system algorithms that are implemented to find the shared
researchers in conference. In the first algorithm it is supposed to have a binary vector for interesting topics and
in the second algorithm it is supposed to have a decimal vector for interesting topics that indicate the index of
researcher selection of topics of interest in the conference.
3.3.1 Proposal I: Convert interesting topics of the researcher to binary vector
This proposal will find the shared researchers in conference that supposed to have a binary vector for
interesting topics by following these steps:
Step 1: Binary vector representation of researcher information of topics of interest
Step 2: Converting binary vector to decimal vector for each researcher
Step 3: Searching for shared interesting between researchers
- Constructing 2D Array for all researchers
- Shared researchers topics
Steps and Algorithms of Proposal I:
Step 1: Binary vector representation of researcher information of topics of interest Researchers' interesting area
is converted into binary vector where 1 indicates that the researcher is interested in the field that is specified in
the proposed vector of subject for computer science and 0 indicates that the researcher is not interested in the
field in the sequence as in conference topics where the length of the binary vector will equal to the number of
interesting topics in the conference, so the proposed binary vector length will be 41 and initially it is all 0's.
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 98 | Page
Initial binary vector: 00000000000000000000000000000000000000000
Here the sequence is important;
- Index 1 in the binary vector indicates the first interesting topic in the table (1) which is "Wireless
mesh networks and cognitive networks".
- Index 2 in the binary vector indicates the second interesting topic in the table (1) which is "Vehicular
networks and protocols".
- Index 3 in the binary vector indicates the second interesting topic in the table (1) which is "Mobile Ad
Hoc Networks".
For example suppose that the researcher after registration select the following topics of interest:
-Wireless mesh networks and cognitive networks
(which in no. 1 in the list that shown in table 1)
-Home Networks
(which in no. 10 in the list that shown in table 1)
-Location Tracking and Location-based Services
(which in no. 33 in the list that shown in table 1)
Index 1 2 3 4 5 6 7 8 9 10 11 12 …… 29 30 31 32 33 34 35 36 37 38 39 40 41
Binary 1 0 0 0 0 0 0 0 0 1 0 0 …… 0 0 0 0 1 0 0 0 0 0 0 0 0
So the researcher vector that represents the interesting topics will be:
10000000010000000000000000000000100000000
Here the proposed system will put 1 in the vector to indicate selection and 0 for non selection. So in
index 1, 10 and 33 in the vector it has 1's and other indices will be 0's and the sequence is important in the
binary vector.
Each researcher will have a binary vector that represents his interesting topics.
Researchers' vectors that represent the interesting topics:
Researcher 1:00000000000000000010000000000
Researcher 2:00000000000000000010000000000
Researcher 3:01000000000000000000000000000
Researcher 4:10000000000000000010000000000
Researcher 5:10001000000000000000000000000
Researcher 6:01000000000000000000000000010
Researcher 7: 10111000000001001010000001000
Researcher 8: 10000000011001001010100000010
And so on then all these vectors will be stored in files.
Step 2: Converting binary vector to decimal vector for each researcher
Then the proposed system will convert these binary bits to decimal numbers by arranging it as groups
of 4-bits for each decimal number.
Binary
vector
1000 0000 0100 0000 0000 0000 0000 0000 1000 0000 0
Decimal
vector
1 0 4 0 0 0 0 0 8 0 0
Algorithm (1): Converting binary vector to decimal vector
Input: Researcher file that contains Binary vector of interesting topics
Output: Decimal vector
Processing:
Begin
Step1: open researcher file
Step2: read the binary vector from file
Step3: for each 4-bit convert it to decimal
Step4: put it in the decimal vector and save it as file
Step5: close researcher file
End
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 99 | Page
Step 3: Searching for shared interesting between researchers
Each researcher will have a file that contains decimal vector; all these files are opened to read it and
stored in 2D array and scan it in order column by column to organize shared interesting between researchers as
explained in algorithm (2) and algorithm (3).
Algorithm (2): Constructing 2D Array for all researchers
Input: Researcher files that contains decimal vector of interesting topics
Output: 2D Array of decimal vectors that contains all researchers interesting topics
Processing:
Begin
Step1: read the no._ researchers
Step2: for i = 1 to no._ researchers
for j = 1 to 10
open researcher file #i
a[i, j]= read researcher file #i
next j
close researcher file #i
next i
End
Algorithm (3): Shared researchers topics
Input: 2D Array of decimal vectors that contains all researchers interesting topics and researcher files
Output: Shared researchers topics stored in file for each researcher
Processing:
Begin
Step1: read the no._ researchers
Step2: For i = 1 To 10
For j = 1 To no._ researchers
entity = a(i, j)
For k = 1 To no._ researchers
If entity = a(k, j) Then
Store researcher#k e-mail in file#i
MsgBox(i & j & k & j)
End If
Next k
Next j
Next i
End
Example
Start searching column by column to find equal decimal numbers; means finding shared interesting
topics.
Researcher 1: 0000 0000 0000 0000 0010 0000 0000 0 .......
Decimal : 0 0 0 0 2 0 0
Researcher 2: 0000 0000 0000 0000 0010 0000 0000 0 …….
Decimal: 0 0 0 0 2 0 0
Researcher 3: 0100 0000 0000 0000 0000 0000 0000 0 …….
Decimal: 4 0 0 0 0 0 0
As in the example Researcher 1 and Researcher 2 have sharing topics (decimal 2 is found).
3.3.2 Convert interesting topics of the researcher to decimal vector depending on index
This proposal will find the shared researchers in conference that supposed to have a decimal vector for
interesting topics by following these steps:
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 100 | Page
Step 1: Decimal vector representation of researcher information of topics of interest depending on index
Step 2: Searching for shared interesting between researchers
Steps and Algorithms of Proposal II
Step 1: Decimal vector representation of researcher information of topics of interest depending on index
If we limit the researchers' interesting area to 4 topics only that can be selected form conference then
the length of the decimal vector will be 4, so each decimal vector will hold an index for the topic that is selected.
(4 topics is chosen over 41 topics because it is found after implementing the proposed system that over 60
researchers each researcher choose between 5%-10% of the interesting topics of the conference)
For example suppose that the researcher after registration select the following topics of interest:
-Wireless mesh networks and cognitive networks
(which in no. 1 in the list that shown in table 1) (index 1)
-Home Networks
(which in no. 10 in the list that shown in table 1) (index 10)
-Location Tracking and Location-based Services
(which in no. 33 in the list that shown in table 1) (index 33)
-Scalability Issues
(which in no. 40 in the list that shown in table 1) (index 40)
So in index 1, 10, 33 and 40 will be the selected interesting topics for the researcher, then the researcher decimal
vector that represents the interesting topics will be:
1 10 33 40
Each researcher will have a decimal vector that represents his interesting topics.
Researchers' vectors that represent the interesting topics as index
Researcher 1: 6 8 20 25
Researcher 2: 1 4 7 30
Researcher 3: 3 15 23 40
Researcher 4: 9 11 28 32
And so on then all these vectors will be stored in files.
Step 2: Searching for shared interesting between researchers
Each researcher will have a file that contains decimal vector of 4 topics; all these files are opened to
read it and stored in 2D array and scan it in order row by row to organize shared interesting between researchers
as explained in algorithm (2) and algorithm (4). Call algorithm (2) to construct 2D array for all researchers then
algorithm (4) as explained below:
Algorithm (4): Shared researchers topics
Input: 2D Array of decimal vectors that contains all researchers interesting topics and researcher files
Output: Shared researchers topics stored in file for each researcher
Processing:
Begin
Step1: read the no._ researchers
Step2: For i = 1 To 4
For j = 1 To 4
xx = a(i, j)
For ii = 1 To 4
For jj = 1 To 4
If xx = a(ii, jj) Then
Store researcher#ii e-mail in file#i
MsgBox(i & j & ii & jj )
End If
Next jj
Next ii
Next j
Next i
End
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 101 | Page
Example
Start searching row by row in 2D array to find equal decimal numbers; means finding shared
interesting topics. This example searches for topic 8 in all array of 2D to find a shared researcher.
Loop 1:
Researcher 1: 6 8 20 25
Researcher 2: 1 4 7 30
Researcher 3: 3 15 23 40
Researcher 4: 9 11 28 32
Loop 2:
Researcher 1: 6 8 20 25
Researcher 2: 1 4 7 30
Researcher 3: 3 15 23 40
Researcher 4: 9 11 28 32
Loop 3:
Researcher 1: 6 8 20 25
Researcher 2: 1 4 7 30
Researcher 3: 3 15 23 40
Researcher 4: 9 11 28 32
.
.
.
3.4 Constructing report for the researcher
Finally, as algorithm (3) and algorithm (4) will find the shared researchers topics for all researcher a
final report will have the E-mails for other shared researchers as shown in (table 2) Where each researcher will
have a report.
Table 2: Final Report for the researcher that contains E-mails for other shared researchers
Name: John S. Smith
E-mail: john_smith@yahoo.com
Researcher Interesting Topics Researchers' E-mail
Wireless mesh networks and cognitive networks
DrMD@yahoo.com
Home Networks
engFRF@gmail.com; DrFK@yahoo.com
Location Tracking and Location-based Services
softwareIT@yahoo.com
IV. Results
All the researchers' information is stored in files including; name, e-mail and interesting topics these
files can be used for analysis to find another researcher how is also interested at same topics. In the ISMAIL
(2012), the SMC similarity measure and COS similarity measure are implemented between the researchers in
order to find the similarity. To enhanced the proposed EDM this proposed system is searching for any topic that
is shared between researchers that are selected from the conference topics and not full matching so the SMC and
COS are not used. In this Enhanced EDM (proposal I and II) system the 2D data structure with linear search
over columns and rows as processing instead of and logic operator.
As shown in (table 3) which explains the relationship between the number of researchers that registered
in the conference of Enhances EDM system and the number of bits that will be processed. As the number of the
researchers increase the number of bits will be increase which then effects the time for processing and
searching.
Table 3: Proposed Enhanced EDM for No. of researchers Vs. No. of bits to be processed
No. of researchers 20 60 100 250
No. of bits to be
processed
820 2460 4100 10250
The final reports for researchers are important both to the researcher himself and to the conference
committee to give indicator for the conference committee about the ideas of researchers that want to participate
in the conference and the shared papers over researchers.
A Proposed Method to Develop Shared Papers for Researchers at Conference
DOI: 10.9790/0661-176195102 www.iosrjournals.org 102 | Page
V. Conclusion And Recommendations
The binary representation of researcher interesting gives less size for storing information compared to
text and also less time when searching for the pattern. Also the decimal representation which depends on index
of researcher selection can give less size and time when searching for interesting topics. Here in the proposed
system it is not necessary to have full matching between researchers, the proposed system are searching for any
topic that is shared between researchers that are selected from the conference topics and not full matching.
For developing the proposed system the researcher may change his interesting areas after registering
and submission for future works, but now to solve this problem the proposed system suppose that the researcher
will not have the ability to change his selection after submission.
References
[1]. Choi Seung-Seok, Cha Sung-Hyuk and Charles C. Tappert, Enhancing binary feature vector similarity measures. Pace University,
2005.
[2]. Muja Marius and Lowe David G. Fast matching of binary features. Published in: Computer and Robot Vision (CRV). Ninth
Conference on 28-30 May 2012. IEEE- Toronto, 2012.
[3]. Faro Simone and LECROQ Thierry, Efficient pattern matching on binary strings. CS.DS 15 Oct, 2008.
[4]. Choi Seung-Seok, Cha Sung-Hyuk and Charles C. Tappert, A survey of binary similarity and distance measures. Pace University,
2006.
[5]. Bin Zhang and Sargur N. Srihari, Properties of binary vector dissimilarity measures, 2003.
[6]. Ismail R., Mining tutors’ interesting areas to develop researched papers using a propose educational data mining system.
Engineering and Technology Journal. Vol. 30 (No. 10) p. 1732-1748, 2012.
[7]. IJANS (2015) International Journal on Ad Hoc Networking Systems. Available from: http://airccse.org/journal/ijans/ijans.html
[Accessed: 10th October 2014].

More Related Content

What's hot

D1803012022
D1803012022D1803012022
D1803012022
IOSR Journals
 
Hybrid ga svm for efficient feature selection in e-mail classification
Hybrid ga svm for efficient feature selection in e-mail classificationHybrid ga svm for efficient feature selection in e-mail classification
Hybrid ga svm for efficient feature selection in e-mail classification
Alexander Decker
 
11.hybrid ga svm for efficient feature selection in e-mail classification
11.hybrid ga svm for efficient feature selection in e-mail classification11.hybrid ga svm for efficient feature selection in e-mail classification
11.hybrid ga svm for efficient feature selection in e-mail classificationAlexander Decker
 
Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...
ijfcstjournal
 
P33077080
P33077080P33077080
P33077080
IJERA Editor
 
Introduction to Object Oriented databases
Introduction to Object Oriented databasesIntroduction to Object Oriented databases
Introduction to Object Oriented databases
Dr. C.V. Suresh Babu
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Unstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml databaseUnstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml database
eSAT Journals
 
Survey of Object Oriented Database
Survey of Object Oriented DatabaseSurvey of Object Oriented Database
Survey of Object Oriented Database
Editor IJMTER
 
Comparison of data recovery techniques on master file table between Aho-Coras...
Comparison of data recovery techniques on master file table between Aho-Coras...Comparison of data recovery techniques on master file table between Aho-Coras...
Comparison of data recovery techniques on master file table between Aho-Coras...
TELKOMNIKA JOURNAL
 
Scalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large NetworksScalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large Networks
IJDKP
 
Mtp ppt soumya_sarkar
Mtp ppt soumya_sarkarMtp ppt soumya_sarkar
Mtp ppt soumya_sarkarsamarai_apoc
 

What's hot (12)

D1803012022
D1803012022D1803012022
D1803012022
 
Hybrid ga svm for efficient feature selection in e-mail classification
Hybrid ga svm for efficient feature selection in e-mail classificationHybrid ga svm for efficient feature selection in e-mail classification
Hybrid ga svm for efficient feature selection in e-mail classification
 
11.hybrid ga svm for efficient feature selection in e-mail classification
11.hybrid ga svm for efficient feature selection in e-mail classification11.hybrid ga svm for efficient feature selection in e-mail classification
11.hybrid ga svm for efficient feature selection in e-mail classification
 
Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...Pattern recognition using context dependent memory model (cdmm) in multimodal...
Pattern recognition using context dependent memory model (cdmm) in multimodal...
 
P33077080
P33077080P33077080
P33077080
 
Introduction to Object Oriented databases
Introduction to Object Oriented databasesIntroduction to Object Oriented databases
Introduction to Object Oriented databases
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Unstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml databaseUnstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml database
 
Survey of Object Oriented Database
Survey of Object Oriented DatabaseSurvey of Object Oriented Database
Survey of Object Oriented Database
 
Comparison of data recovery techniques on master file table between Aho-Coras...
Comparison of data recovery techniques on master file table between Aho-Coras...Comparison of data recovery techniques on master file table between Aho-Coras...
Comparison of data recovery techniques on master file table between Aho-Coras...
 
Scalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large NetworksScalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large Networks
 
Mtp ppt soumya_sarkar
Mtp ppt soumya_sarkarMtp ppt soumya_sarkar
Mtp ppt soumya_sarkar
 

Viewers also liked

A Data Transmission Technique Based On RSSI in an Ad-Hoc Network
A Data Transmission Technique Based On RSSI in an Ad-Hoc NetworkA Data Transmission Technique Based On RSSI in an Ad-Hoc Network
A Data Transmission Technique Based On RSSI in an Ad-Hoc Network
IOSR Journals
 
Spectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - QSpectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - Q
IOSR Journals
 
B017640811
B017640811B017640811
B017640811
IOSR Journals
 
B017611215
B017611215B017611215
B017611215
IOSR Journals
 
C017421624
C017421624C017421624
C017421624
IOSR Journals
 
N1802029295
N1802029295N1802029295
N1802029295
IOSR Journals
 
L010437380
L010437380L010437380
L010437380
IOSR Journals
 
Characterization and catalytic activity of Mn (salen) immobilized on silica b...
Characterization and catalytic activity of Mn (salen) immobilized on silica b...Characterization and catalytic activity of Mn (salen) immobilized on silica b...
Characterization and catalytic activity of Mn (salen) immobilized on silica b...
IOSR Journals
 
F010613543
F010613543F010613543
F010613543
IOSR Journals
 
O01212115124
O01212115124O01212115124
O01212115124
IOSR Journals
 
M010118087
M010118087M010118087
M010118087
IOSR Journals
 
New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...
IOSR Journals
 
V01226139142
V01226139142V01226139142
V01226139142
IOSR Journals
 
I012445764
I012445764I012445764
I012445764
IOSR Journals
 
E012552428
E012552428E012552428
E012552428
IOSR Journals
 
J012637178
J012637178J012637178
J012637178
IOSR Journals
 
I012664954
I012664954I012664954
I012664954
IOSR Journals
 
O1303048890
O1303048890O1303048890
O1303048890
IOSR Journals
 
B010221018
B010221018B010221018
B010221018
IOSR Journals
 
M012438794
M012438794M012438794
M012438794
IOSR Journals
 

Viewers also liked (20)

A Data Transmission Technique Based On RSSI in an Ad-Hoc Network
A Data Transmission Technique Based On RSSI in an Ad-Hoc NetworkA Data Transmission Technique Based On RSSI in an Ad-Hoc Network
A Data Transmission Technique Based On RSSI in an Ad-Hoc Network
 
Spectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - QSpectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - Q
 
B017640811
B017640811B017640811
B017640811
 
B017611215
B017611215B017611215
B017611215
 
C017421624
C017421624C017421624
C017421624
 
N1802029295
N1802029295N1802029295
N1802029295
 
L010437380
L010437380L010437380
L010437380
 
Characterization and catalytic activity of Mn (salen) immobilized on silica b...
Characterization and catalytic activity of Mn (salen) immobilized on silica b...Characterization and catalytic activity of Mn (salen) immobilized on silica b...
Characterization and catalytic activity of Mn (salen) immobilized on silica b...
 
F010613543
F010613543F010613543
F010613543
 
O01212115124
O01212115124O01212115124
O01212115124
 
M010118087
M010118087M010118087
M010118087
 
New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...
 
V01226139142
V01226139142V01226139142
V01226139142
 
I012445764
I012445764I012445764
I012445764
 
E012552428
E012552428E012552428
E012552428
 
J012637178
J012637178J012637178
J012637178
 
I012664954
I012664954I012664954
I012664954
 
O1303048890
O1303048890O1303048890
O1303048890
 
B010221018
B010221018B010221018
B010221018
 
M012438794
M012438794M012438794
M012438794
 

Similar to N0176195102

Open Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and ExchangeOpen Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and Exchange
lagoze
 
ENVRIPLUS Data for Science Theme
ENVRIPLUS Data for Science ThemeENVRIPLUS Data for Science Theme
ENVRIPLUS Data for Science Theme
EUDAT
 
UNIT_4.pptx
UNIT_4.pptxUNIT_4.pptx
UNIT_4.pptx
NilamHonmane
 
Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A surveyModel-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey
Editor IJCATR
 
Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A surveyModel-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey
Editor IJCATR
 
Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey
Editor IJCATR
 
A Methodology For Generating Systems Architectural Glimpse Statements Using T...
A Methodology For Generating Systems Architectural Glimpse Statements Using T...A Methodology For Generating Systems Architectural Glimpse Statements Using T...
A Methodology For Generating Systems Architectural Glimpse Statements Using T...
Richard Hogue
 
Linked Open Data about Springer Nature conferences. The story so far
Linked Open Data about Springer Nature conferences. The story so farLinked Open Data about Springer Nature conferences. The story so far
Linked Open Data about Springer Nature conferences. The story so far
Aliaksandr Birukou
 
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
Europeana
 
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEEMEMTECHSTUDENTPROJECTS
 
A study of existing ontologies in the io t domain
A study of existing ontologies in the io t domainA study of existing ontologies in the io t domain
A study of existing ontologies in the io t domain
Sof Ouni
 
F233842
F233842F233842
F233842
irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
irjes
 
LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...
LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...
LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...
locloud
 
A new software tool for large-scale analysis of citation networks
A new software tool for large-scale analysis of citation networksA new software tool for large-scale analysis of citation networks
A new software tool for large-scale analysis of citation networksNees Jan van Eck
 
Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt
Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.pptProto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt
Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt
AnirbanBhar3
 
Sem iii
Sem iiiSem iii

Similar to N0176195102 (20)

Open Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and ExchangeOpen Archives Initiative Object Reuse and Exchange
Open Archives Initiative Object Reuse and Exchange
 
ENVRIPLUS Data for Science Theme
ENVRIPLUS Data for Science ThemeENVRIPLUS Data for Science Theme
ENVRIPLUS Data for Science Theme
 
UNIT_4.pptx
UNIT_4.pptxUNIT_4.pptx
UNIT_4.pptx
 
Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A surveyModel-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey
 
Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A surveyModel-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey
 
Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey Model-Driven Architecture for Cloud Applications Development, A survey
Model-Driven Architecture for Cloud Applications Development, A survey
 
A Methodology For Generating Systems Architectural Glimpse Statements Using T...
A Methodology For Generating Systems Architectural Glimpse Statements Using T...A Methodology For Generating Systems Architectural Glimpse Statements Using T...
A Methodology For Generating Systems Architectural Glimpse Statements Using T...
 
Linked Open Data about Springer Nature conferences. The story so far
Linked Open Data about Springer Nature conferences. The story so farLinked Open Data about Springer Nature conferences. The story so far
Linked Open Data about Springer Nature conferences. The story so far
 
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...WP3 Further specification of Functionality and Interoperability - Gradmann / ...
WP3 Further specification of Functionality and Interoperability - Gradmann / ...
 
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
 
A study of existing ontologies in the io t domain
A study of existing ontologies in the io t domainA study of existing ontologies in the io t domain
A study of existing ontologies in the io t domain
 
F233842
F233842F233842
F233842
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...
LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...
LoCloud - D2.1: Core Infrastructure Specifications (including Business Proces...
 
A new software tool for large-scale analysis of citation networks
A new software tool for large-scale analysis of citation networksA new software tool for large-scale analysis of citation networks
A new software tool for large-scale analysis of citation networks
 
5th sem
5th sem5th sem
5th sem
 
5th sem
5th sem5th sem
5th sem
 
Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt
Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.pptProto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt
Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt Proto Spiral.ppt
 
Sem iii
Sem iiiSem iii
Sem iii
 
Sem iii
Sem iiiSem iii
Sem iii
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 

Recently uploaded (20)

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 

N0176195102

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 95-102 www.iosrjournals.org DOI: 10.9790/0661-176195102 www.iosrjournals.org 95 | Page A Proposed Method to Develop Shared Papers for Researchers at Conference Dr. Reem Jafar Ismail (Department of Computer Science, Cihan University, Iraq) Abstract: In conferences, the topics of interest for papers include variety of subjects, if the researcher wants to write a shared researched paper on specific subject with another researcher who is also interested in the same subject and wants to participate in the same conference, here the problem will arise especially when the topics of interest and number of researchers become large. The aim of the paper is to solve this problem by finding a suitable representation of researcher information of topics of interest that can be easily represented and then found shared researcher on the same topics of interest. Two proposed system algorithms are implemented to find the shared researchers in conference which gives an easy and efficient implementation. Keywords: Binary vector, conference topics, decimal vector, researcher interesting topics. I. Introduction There has been growing interest in the use of binary-valued features [1]. These binary features have several advantages as they can be faster to compute, more compact to store, and more efficient to compare. Although it is fast to compute the Hamming distance between pairs of binary features, particularly on modern architectures, it can still be too slow to use linear search in the case of large datasets [2], it introduce a new algorithm for approximate matching of binary features, based on priority search of multiple hierarchical clustering trees. Their work has been compared to existing alternatives, and show that it performs well for large datasets, both in terms of speed and memory efficiency. In [3] Faro and Lecroq presented two efficient binary string matching algorithms for the problem adapted to completely avoid any reference to bits allowing to process pattern and text byte by byte. In [4] Choi, Cha and Charles showed that dissimilarity and similarity through binary vectors has many measures. Some studies as in [4] tried to find a dissimilarity measures between a set of binary vectors for pattern recognition, other studies as in [6] uses similarity measures to identify binary vectors which are: SMC and Cosine similarity measures. II. Enhancing The Proposed EDM System This work will enhances the proposed EDM system in ISMAIL (2012) where the interesting subjects will increase the length of the binary vector. As shown in (Table 1), when the conference announce about the topics of interest that specified in the field the researcher can select his own interested topics and submit it to the conference, here the proposed system will store these data in files for further processing. As researchers continue registering their interesting topics, there will be a deadline for submitting. After that the proposed system will analysis these files to find another researcher how is also interested at same topics, as explained below: Proposed System Outline 1. Conference announcement for topics of interest 2. Researcher registration for his own interesting topics using interface shown in (Fig. 1). 3. Proposed system analysis to find shared researcher: Proposal I: Convert interesting topics of the researcher to binary vector. Proposal II: Convert interesting topics of the researcher to decimal vector depending on index. 4. Construct a report for each researcher that gives all his interesting topics in the conference with a list of e- mails for the other researchers who has the sharing interest. III. Design And Implementation Of The Proposed System 3.1 Conference Announcement for topics When the conference wants to be established it announced for specific topics for example as in IJANS which is the International Journal on Ad Hoc Networking Systems on http://airccse.org/journal/ijans/ijans.html web site has 41 topics of interest for Ad Hoc Networking Systems [7], (Table 1).
  • 2. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 96 | Page Table 1: Interesting Topics in Ad Hoc Networking Systems Conference 1. Wireless mesh networks and cognitive networks 2. Vehicular networks and protocols 3. Mobile Ad Hoc Networks 4. Sensor networks 5. MAC layer design for ad-hoc networks and WSNs 6. MAC protocols (802.11, 802.15.4, UWB) 7. Multi-channel, multi-radio and MIMO technologies 8. Cross layer design and optimization 9. Wireless Local and Personal Area Networks 10. Home Networks 11. Ad Hoc Networks of Autonomous Intelligent Systems 12. Novel Architectures for Ad Hoc and Sensor Networks 13. Self-organizing Network Architectures and Protocols 14. Transport Layer Protocols 15. Routing protocols (unicast, multicast, geocast, etc.) 16. Media Access Control Techniques, routing and transport Protocols 17. Error Control Schemes 18. Power-Aware, Low-Power and Energy-Efficient Designs 19. Synchronization and Scheduling Issues 20. Mobility Management 21. Capacity planning and admission control in ad-hoc and sensor networks 22. Handoff / mobility management and seamless internetworking 23. Resource management and wireless QoS Provisioning 24. Key management, trust establishment in wireless networks 25. Security and privacy issues in ad hoc and sensor networks 26. Reliability, resiliency and fault tolerance techniques 27. Security, privacy issues in vehicular, DTNs, and mesh networks 28. Operating systems and middle-ware support 29. Novel applications and architectures for WSNs 30. Modeling, analysis and performance evaluation 31. Measurements and Hardware and Software Platforms, Systems, and Test bed 32. Mobility-Tolerant Communication Protocols 33. Location Tracking and Location-based Services 34. Resource and Information Management 35. Security , Privacy and Fault-Tolerance Issues 36. Experimental and Prototype and test beds 37. Quality-of-Service Issues 38. OFDM and MIMD techniques 39. Cross-Layer Interactions 40. Scalability Issues 41. Performance Analysis and Simulation of Protocols Here the Interesting Topics in Ad Hoc Networking Systems Conference has many fields, so these subjects are converted into visual interface as shown in (Fig. 1): Visual Interface of the interesting topics in the conference, where the researcher will select the interesting topics easily.
  • 3. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 97 | Page Figure 1: Visual Interface for the Interesting topics in the Conference 3.2 Researcher registration and selection the interesting topics The researcher must enter his name and e-mail for registration then he can select any topics from the visual interface by clicking on the specified checked box, (Fig. 1). He has the ability to change his selection by click on the checked box again but after submission it is not allow to be changed. When the user press submit button a warning message will be appeared to have the permission from the user to share his e-mail and information with other researchers. All user information is stored in file for further processing. Here, with each researcher it is important to have the e-mail to know the other researchers that will be have shared papers so they can send e-mail to them. All this information is stored in database that has: Researcher name, E-Mail and a file name that have the interesting topics. 3.3 Proposed system analysis to find shared researcher This section will explain the two proposed system algorithms that are implemented to find the shared researchers in conference. In the first algorithm it is supposed to have a binary vector for interesting topics and in the second algorithm it is supposed to have a decimal vector for interesting topics that indicate the index of researcher selection of topics of interest in the conference. 3.3.1 Proposal I: Convert interesting topics of the researcher to binary vector This proposal will find the shared researchers in conference that supposed to have a binary vector for interesting topics by following these steps: Step 1: Binary vector representation of researcher information of topics of interest Step 2: Converting binary vector to decimal vector for each researcher Step 3: Searching for shared interesting between researchers - Constructing 2D Array for all researchers - Shared researchers topics Steps and Algorithms of Proposal I: Step 1: Binary vector representation of researcher information of topics of interest Researchers' interesting area is converted into binary vector where 1 indicates that the researcher is interested in the field that is specified in the proposed vector of subject for computer science and 0 indicates that the researcher is not interested in the field in the sequence as in conference topics where the length of the binary vector will equal to the number of interesting topics in the conference, so the proposed binary vector length will be 41 and initially it is all 0's.
  • 4. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 98 | Page Initial binary vector: 00000000000000000000000000000000000000000 Here the sequence is important; - Index 1 in the binary vector indicates the first interesting topic in the table (1) which is "Wireless mesh networks and cognitive networks". - Index 2 in the binary vector indicates the second interesting topic in the table (1) which is "Vehicular networks and protocols". - Index 3 in the binary vector indicates the second interesting topic in the table (1) which is "Mobile Ad Hoc Networks". For example suppose that the researcher after registration select the following topics of interest: -Wireless mesh networks and cognitive networks (which in no. 1 in the list that shown in table 1) -Home Networks (which in no. 10 in the list that shown in table 1) -Location Tracking and Location-based Services (which in no. 33 in the list that shown in table 1) Index 1 2 3 4 5 6 7 8 9 10 11 12 …… 29 30 31 32 33 34 35 36 37 38 39 40 41 Binary 1 0 0 0 0 0 0 0 0 1 0 0 …… 0 0 0 0 1 0 0 0 0 0 0 0 0 So the researcher vector that represents the interesting topics will be: 10000000010000000000000000000000100000000 Here the proposed system will put 1 in the vector to indicate selection and 0 for non selection. So in index 1, 10 and 33 in the vector it has 1's and other indices will be 0's and the sequence is important in the binary vector. Each researcher will have a binary vector that represents his interesting topics. Researchers' vectors that represent the interesting topics: Researcher 1:00000000000000000010000000000 Researcher 2:00000000000000000010000000000 Researcher 3:01000000000000000000000000000 Researcher 4:10000000000000000010000000000 Researcher 5:10001000000000000000000000000 Researcher 6:01000000000000000000000000010 Researcher 7: 10111000000001001010000001000 Researcher 8: 10000000011001001010100000010 And so on then all these vectors will be stored in files. Step 2: Converting binary vector to decimal vector for each researcher Then the proposed system will convert these binary bits to decimal numbers by arranging it as groups of 4-bits for each decimal number. Binary vector 1000 0000 0100 0000 0000 0000 0000 0000 1000 0000 0 Decimal vector 1 0 4 0 0 0 0 0 8 0 0 Algorithm (1): Converting binary vector to decimal vector Input: Researcher file that contains Binary vector of interesting topics Output: Decimal vector Processing: Begin Step1: open researcher file Step2: read the binary vector from file Step3: for each 4-bit convert it to decimal Step4: put it in the decimal vector and save it as file Step5: close researcher file End
  • 5. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 99 | Page Step 3: Searching for shared interesting between researchers Each researcher will have a file that contains decimal vector; all these files are opened to read it and stored in 2D array and scan it in order column by column to organize shared interesting between researchers as explained in algorithm (2) and algorithm (3). Algorithm (2): Constructing 2D Array for all researchers Input: Researcher files that contains decimal vector of interesting topics Output: 2D Array of decimal vectors that contains all researchers interesting topics Processing: Begin Step1: read the no._ researchers Step2: for i = 1 to no._ researchers for j = 1 to 10 open researcher file #i a[i, j]= read researcher file #i next j close researcher file #i next i End Algorithm (3): Shared researchers topics Input: 2D Array of decimal vectors that contains all researchers interesting topics and researcher files Output: Shared researchers topics stored in file for each researcher Processing: Begin Step1: read the no._ researchers Step2: For i = 1 To 10 For j = 1 To no._ researchers entity = a(i, j) For k = 1 To no._ researchers If entity = a(k, j) Then Store researcher#k e-mail in file#i MsgBox(i & j & k & j) End If Next k Next j Next i End Example Start searching column by column to find equal decimal numbers; means finding shared interesting topics. Researcher 1: 0000 0000 0000 0000 0010 0000 0000 0 ....... Decimal : 0 0 0 0 2 0 0 Researcher 2: 0000 0000 0000 0000 0010 0000 0000 0 ……. Decimal: 0 0 0 0 2 0 0 Researcher 3: 0100 0000 0000 0000 0000 0000 0000 0 ……. Decimal: 4 0 0 0 0 0 0 As in the example Researcher 1 and Researcher 2 have sharing topics (decimal 2 is found). 3.3.2 Convert interesting topics of the researcher to decimal vector depending on index This proposal will find the shared researchers in conference that supposed to have a decimal vector for interesting topics by following these steps:
  • 6. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 100 | Page Step 1: Decimal vector representation of researcher information of topics of interest depending on index Step 2: Searching for shared interesting between researchers Steps and Algorithms of Proposal II Step 1: Decimal vector representation of researcher information of topics of interest depending on index If we limit the researchers' interesting area to 4 topics only that can be selected form conference then the length of the decimal vector will be 4, so each decimal vector will hold an index for the topic that is selected. (4 topics is chosen over 41 topics because it is found after implementing the proposed system that over 60 researchers each researcher choose between 5%-10% of the interesting topics of the conference) For example suppose that the researcher after registration select the following topics of interest: -Wireless mesh networks and cognitive networks (which in no. 1 in the list that shown in table 1) (index 1) -Home Networks (which in no. 10 in the list that shown in table 1) (index 10) -Location Tracking and Location-based Services (which in no. 33 in the list that shown in table 1) (index 33) -Scalability Issues (which in no. 40 in the list that shown in table 1) (index 40) So in index 1, 10, 33 and 40 will be the selected interesting topics for the researcher, then the researcher decimal vector that represents the interesting topics will be: 1 10 33 40 Each researcher will have a decimal vector that represents his interesting topics. Researchers' vectors that represent the interesting topics as index Researcher 1: 6 8 20 25 Researcher 2: 1 4 7 30 Researcher 3: 3 15 23 40 Researcher 4: 9 11 28 32 And so on then all these vectors will be stored in files. Step 2: Searching for shared interesting between researchers Each researcher will have a file that contains decimal vector of 4 topics; all these files are opened to read it and stored in 2D array and scan it in order row by row to organize shared interesting between researchers as explained in algorithm (2) and algorithm (4). Call algorithm (2) to construct 2D array for all researchers then algorithm (4) as explained below: Algorithm (4): Shared researchers topics Input: 2D Array of decimal vectors that contains all researchers interesting topics and researcher files Output: Shared researchers topics stored in file for each researcher Processing: Begin Step1: read the no._ researchers Step2: For i = 1 To 4 For j = 1 To 4 xx = a(i, j) For ii = 1 To 4 For jj = 1 To 4 If xx = a(ii, jj) Then Store researcher#ii e-mail in file#i MsgBox(i & j & ii & jj ) End If Next jj Next ii Next j Next i End
  • 7. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 101 | Page Example Start searching row by row in 2D array to find equal decimal numbers; means finding shared interesting topics. This example searches for topic 8 in all array of 2D to find a shared researcher. Loop 1: Researcher 1: 6 8 20 25 Researcher 2: 1 4 7 30 Researcher 3: 3 15 23 40 Researcher 4: 9 11 28 32 Loop 2: Researcher 1: 6 8 20 25 Researcher 2: 1 4 7 30 Researcher 3: 3 15 23 40 Researcher 4: 9 11 28 32 Loop 3: Researcher 1: 6 8 20 25 Researcher 2: 1 4 7 30 Researcher 3: 3 15 23 40 Researcher 4: 9 11 28 32 . . . 3.4 Constructing report for the researcher Finally, as algorithm (3) and algorithm (4) will find the shared researchers topics for all researcher a final report will have the E-mails for other shared researchers as shown in (table 2) Where each researcher will have a report. Table 2: Final Report for the researcher that contains E-mails for other shared researchers Name: John S. Smith E-mail: john_smith@yahoo.com Researcher Interesting Topics Researchers' E-mail Wireless mesh networks and cognitive networks DrMD@yahoo.com Home Networks engFRF@gmail.com; DrFK@yahoo.com Location Tracking and Location-based Services softwareIT@yahoo.com IV. Results All the researchers' information is stored in files including; name, e-mail and interesting topics these files can be used for analysis to find another researcher how is also interested at same topics. In the ISMAIL (2012), the SMC similarity measure and COS similarity measure are implemented between the researchers in order to find the similarity. To enhanced the proposed EDM this proposed system is searching for any topic that is shared between researchers that are selected from the conference topics and not full matching so the SMC and COS are not used. In this Enhanced EDM (proposal I and II) system the 2D data structure with linear search over columns and rows as processing instead of and logic operator. As shown in (table 3) which explains the relationship between the number of researchers that registered in the conference of Enhances EDM system and the number of bits that will be processed. As the number of the researchers increase the number of bits will be increase which then effects the time for processing and searching. Table 3: Proposed Enhanced EDM for No. of researchers Vs. No. of bits to be processed No. of researchers 20 60 100 250 No. of bits to be processed 820 2460 4100 10250 The final reports for researchers are important both to the researcher himself and to the conference committee to give indicator for the conference committee about the ideas of researchers that want to participate in the conference and the shared papers over researchers.
  • 8. A Proposed Method to Develop Shared Papers for Researchers at Conference DOI: 10.9790/0661-176195102 www.iosrjournals.org 102 | Page V. Conclusion And Recommendations The binary representation of researcher interesting gives less size for storing information compared to text and also less time when searching for the pattern. Also the decimal representation which depends on index of researcher selection can give less size and time when searching for interesting topics. Here in the proposed system it is not necessary to have full matching between researchers, the proposed system are searching for any topic that is shared between researchers that are selected from the conference topics and not full matching. For developing the proposed system the researcher may change his interesting areas after registering and submission for future works, but now to solve this problem the proposed system suppose that the researcher will not have the ability to change his selection after submission. References [1]. Choi Seung-Seok, Cha Sung-Hyuk and Charles C. Tappert, Enhancing binary feature vector similarity measures. Pace University, 2005. [2]. Muja Marius and Lowe David G. Fast matching of binary features. Published in: Computer and Robot Vision (CRV). Ninth Conference on 28-30 May 2012. IEEE- Toronto, 2012. [3]. Faro Simone and LECROQ Thierry, Efficient pattern matching on binary strings. CS.DS 15 Oct, 2008. [4]. Choi Seung-Seok, Cha Sung-Hyuk and Charles C. Tappert, A survey of binary similarity and distance measures. Pace University, 2006. [5]. Bin Zhang and Sargur N. Srihari, Properties of binary vector dissimilarity measures, 2003. [6]. Ismail R., Mining tutors’ interesting areas to develop researched papers using a propose educational data mining system. Engineering and Technology Journal. Vol. 30 (No. 10) p. 1732-1748, 2012. [7]. IJANS (2015) International Journal on Ad Hoc Networking Systems. Available from: http://airccse.org/journal/ijans/ijans.html [Accessed: 10th October 2014].