Researcher profile

George Anderson

George Anderson contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - Baseline
3works
0followers
2topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2016arXiv

Phosphorene as an Anode Material for High Performance Lithium-Ion Battery: First Principle Study and Experimental Measurement

The prospects of phosphorene as an anode material for high performance Li-ion battery was systematically investigated from the first principle calculations and experimental measurements. The diffusion energy barriers of a Li atom moving along various orientations on phosphorene layer were calculated from the Li adsorption energy landscape. It was found that the diffusion mobility of a Li atom along the zigzag direction in the valley of phosphorene could be about 7 to 11 orders of magnitude faster than that along the other directions, indicating its ultrafast and anisotropic diffusivity. The lithium insertion in phosphorene was studied considering various LinP16 configurations (n=1~16). It was found that phosphorene could accommodate up to one Li per P atom (i.e., Li16P16), and the predicted theoretical value of the Li capacity for a single layered phosphorene can reach about 865 mAh/g. Our experimental measurement on the Li capacity for a network of a few layered phosphorene can reach a reversible stable value of ~ 453 mAh/g even after 50 cycles. In particular, it was found that, even at the high Li concentration (e.g., x = 1 in LixP), there was no Li clustering and the structure of phosphorene is reversible during the lithium intercalation. Our results clearly show that phosphorene has promise as a novel anode material for high performance Li-ion batteries.

preprint2010arXiv

Application of Global and One-Dimensional Local Optimization to Operating System Scheduler Tuning

This paper describes a study of comparison of global and one-dimensional local optimization methods to operating system scheduler tuning. The operating system scheduler we use is the Linux 2.6.23 Completely Fair Scheduler (CFS) running in simulator (LinSched). We have ported the Hackbench scheduler benchmark to this simulator and use this as the workload. The global optimization approach we use is Particle Swarm Optimization (PSO). We make use of Response Surface Methodology (RSM) to specify optimal parameters for our PSO implementation. The one-dimensional local optimization approach we use is the Golden Section method. In order to use this approach, we convert the scheduler tuning problem from one involving setting of three parameters to one involving the manipulation of one parameter. Our results show that the global optimization approach yields better response but the one- dimensional optimization approach converges to a solution faster than the global optimization approach.

preprint2010arXiv

Use of Data Mining in Scheduler Optimization

The operating system's role in a computer system is to manage the various resources. One of these resources is the Central Processing Unit. It is managed by a component of the operating system called the CPU scheduler. Schedulers are optimized for typical workloads expected to run on the platform. However, a single scheduler may not be appropriate for all workloads. That is, a scheduler may schedule a workload such that the completion time is minimized, but when another type of workload is run on the platform, scheduling and therefore completion time will not be optimal; a different scheduling algorithm, or a different set of parameters, may work better. Several approaches to solving this problem have been proposed. The objective of this survey is to summarize the approaches based on data mining, which are available in the literature. In addition to solutions that can be directly utilized for solving this problem, we are interested in data mining research in related areas that have potential for use in operating system scheduling. We also explain general technical issues involved in scheduling in modern computers, including parallel scheduling issues related to multi-core CPUs. We propose a taxonomy that classifies the scheduling approaches we discuss into different categories.