<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://localhost:8080/xmlui/handle/123456789/1973">
    <title>DSpace Community:</title>
    <link>http://localhost:8080/xmlui/handle/123456789/1973</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://localhost:8080/xmlui/handle/123456789/3815" />
        <rdf:li rdf:resource="http://localhost:8080/xmlui/handle/123456789/3556" />
        <rdf:li rdf:resource="http://localhost:8080/xmlui/handle/123456789/3544" />
        <rdf:li rdf:resource="http://localhost:8080/xmlui/handle/123456789/3543" />
      </rdf:Seq>
    </items>
    <dc:date>2026-06-23T06:19:07Z</dc:date>
  </channel>
  <item rdf:about="http://localhost:8080/xmlui/handle/123456789/3815">
    <title>Equilibrium and Kinetic Studies of Ni (II) Adsorption using Pineapple and Bamboo Stem Based Adsorbents</title>
    <link>http://localhost:8080/xmlui/handle/123456789/3815</link>
    <description>Title: Equilibrium and Kinetic Studies of Ni (II) Adsorption using Pineapple and Bamboo Stem Based Adsorbents
Abstract: This work addresses the preparation and characterization of&#xD;
inexpensive adsorbents for the removal of Ni (II) from aqueous&#xD;
solutions. Activated carbon based adsorbents have been prepared&#xD;
from plant based biomass resources, namely Pineapple stem&#xD;
(Ananas Comosus) and Bamboo Stem (Bambuseae). Adopting&#xD;
phosphoric acid and heat treatment techniques, it has been&#xD;
observed that the bamboo stem activated charcoal (BSAC) and&#xD;
pineapple stem (PS) adsorbents had a BET surface area of 116&#xD;
and 11.47m2/g, respectively. FTIR analysis indicated that various&#xD;
surface functional groups (such as C≡N stretching, stretching&#xD;
vibration of C=O, –CH3 wagging and C–O stretching vibration)&#xD;
contribute towards Ni (II) adsorption. Batch mode adsorption&#xD;
experiments were conducted for these adsorbents in the range of&#xD;
50–300mg/L Ni (II) solution concentration, 2–10 pH, 15–300 min.&#xD;
contact time, and 0.02–0.1 g/50mL dosage. The BSAC adsorbent&#xD;
has been characterized with a metal uptake and %removal&#xD;
of 121.72 mg/g and 92.47, respectively, which corresponds to&#xD;
45% higher metal uptake than corresponding bamboo based&#xD;
adsorbents presented in the literature. Further experimentation&#xD;
with BSAC enabled to achieve activated charcoal with surface&#xD;
area values similar to that of the commercial activated carbon&#xD;
adsorbent. The bamboo adsorbent has also been evaluated to&#xD;
perform similar to the commercial activated carbon for the&#xD;
removal and recovery of Pd (II) from synthetic electroless plating&#xD;
solutions. Also, a conceptual cost analysis indicated and affirmed&#xD;
towards the potential of the BSAC adsorbents for waste water&#xD;
treatment applications.</description>
    <dc:date>2013-09-12T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://localhost:8080/xmlui/handle/123456789/3556">
    <title>De-noising SAR image using filtering techniques</title>
    <link>http://localhost:8080/xmlui/handle/123456789/3556</link>
    <description>Title: De-noising SAR image using filtering techniques
Authors: Taras, Surekha H.; Jadhav, Vaidahee U.; Kale, Rohini B.; Kokate, Supriya S.
Abstract: In image processing, noise reduction and restoration of image is expected to improve the &#xD;
quality of image. Noise can occur during image capture, transmission etc. In general the result &#xD;
of the noise removal have a strong influence on the quality of the image processing technique. &#xD;
In noise reduction several linear, non-linear filtering method have been proposed. In this paper &#xD;
we present result for different filtering technique used to remove the noise. Filters are best for &#xD;
removing noise from the image.</description>
    <dc:date>2014-04-15T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://localhost:8080/xmlui/handle/123456789/3544">
    <title>An Approach to Handle Dynamic Graph Partitioning</title>
    <link>http://localhost:8080/xmlui/handle/123456789/3544</link>
    <description>Title: An Approach to Handle Dynamic Graph Partitioning
Authors: Jagdale, Rupali J.; Kamalapur, S. M.
Abstract: Large Dynamic Graphs are the big data structures. Now&#xD;
days it is important to study the dynamic graphs as there are&#xD;
different graphs are prepared like facebook, twitter, network&#xD;
analysis. Large Dynamic graphs are difficult to analyze. More&#xD;
memory is required to load this kind of graphs. Large graphs&#xD;
consist of complex data structure. To view these graphs in&#xD;
understandable form one has to make the partitions of the graph.&#xD;
Making partition will create overlapping sub graphs. Overlapping&#xD;
sub graphs will contain repeating nodes or some common nodes.&#xD;
These partitions can easily be analyzed and used for further&#xD;
processing. Dynamic graph always gets the addition or deletion of&#xD;
the contents like edge insertion or deletion and node insertion and&#xD;
deletion. There are updations which can be reflected in the sub&#xD;
graphs. The proposed system works on the same kind of graphs&#xD;
where large graph is partitioned into sub graphs.</description>
    <dc:date>2015-10-15T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://localhost:8080/xmlui/handle/123456789/3543">
    <title>A Study to Handle Dynamic Graph Partitioning</title>
    <link>http://localhost:8080/xmlui/handle/123456789/3543</link>
    <description>Title: A Study to Handle Dynamic Graph Partitioning
Authors: Jagdale, Rupali; Kamalapur, S. M.
Abstract: Large dynamic graphs are popular and are used in areas like social sites, bio-informatics etc. Huge memory is required to load &#xD;
large graph. Therefore partitioning of large graphs is important in graph analysis. Dynamic updating of the graph can be done&#xD;
with different sub graphs of a large dynamic graph. Different methods of partitioning worked on static graphs. New methods of &#xD;
partitioning can be achieved through combinations of available methods. The proposed work will analyze the large dynamic &#xD;
graph by partitioning it. Also the system will update graph when multiple nodes and edges will be inserted or deleted at &#xD;
runtime. Certain works also focus on generating overlapped nodes in sub graphs. A method to represent large graph in abstract&#xD;
view is also be proposed.</description>
    <dc:date>2014-10-12T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

