Skip to main content

Home/ Advanced Concepts Team/ Group items tagged generator

Rss Feed Group items tagged

santecarloni

[1101.6015] Radio beam vorticity and orbital angular momentum - 1 views

  • It has been known for a century that electromagnetic fields can transport not only energy and linear momentum but also angular momentum. However, it was not until twenty years ago, with the discovery in laser optics of experimental techniques for the generation, detection and manipulation of photons in well-defined, pure orbital angular momentum (OAM) states, that twisted light and its pertinent optical vorticity and phase singularities began to come into widespread use in science and technology. We have now shown experimentally how OAM and vorticity can be readily imparted onto radio beams. Our results extend those of earlier experiments on angular momentum and vorticity in radio in that we used a single antenna and reflector to directly generate twisted radio beams and verified that their topological properties agree with theoretical predictions. This opens the possibility to work with photon OAM at frequencies low enough to allow the use of antennas and digital signal processing, thus enabling software controlled experimentation also with first-order quantities, and not only second (and higher) order quantities as in optics-type experiments. Since the OAM state space is infinite, our findings provide new tools for achieving high efficiency in radio communications and radar technology.
  •  
    It has been known for a century that electromagnetic fields can transport not only energy and linear momentum but also angular momentum. However, it was not until twenty years ago, with the discovery in laser optics of experimental techniques for the generation, detection and manipulation of photons in well-defined, pure orbital angular momentum (OAM) states, that twisted light and its pertinent optical vorticity and phase singularities began to come into widespread use in science and technology. We have now shown experimentally how OAM and vorticity can be readily imparted onto radio beams. Our results extend those of earlier experiments on angular momentum and vorticity in radio in that we used a single antenna and reflector to directly generate twisted radio beams and verified that their topological properties agree with theoretical predictions. This opens the possibility to work with photon OAM at frequencies low enough to allow the use of antennas and digital signal processing, thus enabling software controlled experimentation also with first-order quantities, and not only second (and higher) order quantities as in optics-type experiments. Since the OAM state space is infinite, our findings provide new tools for achieving high efficiency in radio communications and radar technology.
  •  
    and how can we use this?
Francesco Biscani

STLport: An Interview with A. Stepanov - 2 views

  • Generic programming is a programming method that is based in finding the most abstract representations of efficient algorithms.
  • I spent several months programming in Java.
  • for the first time in my life programming in a new language did not bring me new insights
  • ...2 more annotations...
  • it has no intellectual value whatsoever
  • Java is clearly an example of a money oriented programming (MOP).
  •  
    One of the authors of the STL (C++'s Standard Template Library) explains generic programming and slams Java.
  • ...6 more comments...
  •  
    "Java is clearly an example of a money oriented programming (MOP)." Exactly. And for the industry it's the money that matters. Whatever mathematicians think about it.
  •  
    It is actually a good thing that it is "MOP" (even though I do not agree with this term): that is what makes it inter-operable, light and easy to learn. There is no point in writing fancy codes, if it does not bring anything to the end-user, but only for geeks to discuss incomprehensible things in forums. Anyway, I am pretty sure we can find a Java guy slamming C++ ;)
  •  
    Personally, I never understood what the point of Java is, given that: 1) I do not know of any developer (maybe Marek?) that uses it for intellectual pleasure/curiosity/fun whatever, given the possibility of choice - this to me speaks loudly on the objective qualities of the language more than any industrial-corporate marketing bullshit (for the record, I argue that Python is more interoperable, lighter and easier to learn than Java - which is why, e.g., Google is using it heavily); 2) I have used a software developed in Java maybe a total of 5 times on any computer/laptop I owned over 15 years. I cannot name of one single Java project that I find necessary or even useful; for my usage of computers, Java could disappear overnight without even noticing. Then of course one can argue as much as one wants about the "industry choosing Java", to which I would counterargue with examples of industry doing stupid things and making absurd choices. But I suppose it would be a kind of pointless discussion, so I'll just stop here :)
  •  
    "At Google, python is one of the 3 "official languages" alongside with C++ and Java". Java runs everywhere (the byte code itself) that is I think the only reason it became famous. Python, I guess, is more heavy if it were to run on your web browser! I think every language has its pros and cons, but I agree Java is not the answer to everything... Java is used in MATLAB, some web applications, mobile phones apps, ... I would be a bit in trouble if it were to disappear today :(
  •  
    I personally do not believe in interoperability :)
  •  
    Well, I bet you'd notice an overnight disappearance of java, because half of the internet would vanish... J2EE technologies are just omnipresent there... I'd rather not even *think* about developing a web application/webservice/web-whatever in standard C++... is it actually possible?? Perhaps with some weird Microsoft solutions... I bet your bank online services are written in Java. Certainly not in PHP+MySQL :) Industry has chosen Java not because of industrial-corporate marketing bullshit, but because of economics... it enables you develop robustly, reliably, error-prone, modular, well integrated etc... software. And the costs? Well, using java technologies you can set-up enterprise-quality web application servers, get a fully featured development environment (which is better than ANY C/C++/whatever development environment I've EVER seen) at the cost of exactly 0 (zero!) USD/GBP/EUR... Since many years now, the central issue in software development is not implementing algorithms, it's building applications. And that's where Java outperforms many other technologies. The final remark, because I may be mistakenly taken for an apostle of Java or something... I love the idea of generic programming, C++ is my favourite programming language (and I used to read Stroustroup before sleep), at leisure time I write programs in Python... But if I were to start a software development company, then, apart from some very niche applications like computer games, it most probably would use Java as main technology.
  •  
    "I'd rather not even *think* about developing a web application/webservice/web-whatever in standard C++... is it actually possible?? Perhaps with some weird Microsoft solutions... I bet your bank online services are written in Java. Certainly not in PHP+MySQL :)" Doing in C++ would be awesomely crazy, I agree :) But as I see it there are lots of huge websites that operate on PHP, see for instance Facebook. For the banks and the enterprise market, as a general rule I tend to take with a grain of salt whatever spin comes out from them; in the end behind every corporate IT decision there is a little smurf just trying to survive and have the back covered :) As they used to say in the old times, "No one ever got fired for buying IBM". "Industry has chosen Java not because of industrial-corporate marketing bullshit, but because of economics... it enables you develop robustly, reliably, error-prone, modular, well integrated etc... software. And the costs? Well, using java technologies you can set-up enterprise-quality web application servers, get a fully featured development environment (which is better than ANY C/C++/whatever development environment I've EVER seen) at the cost of exactly 0 (zero!) USD/GBP/EUR... Since many years now, the central issue in software development is not implementing algorithms, it's building applications. And that's where Java outperforms many other technologies." Apart from the IDE considerations (on which I cannot comment, since I'm not a IDE user myself), I do not see how Java beats the competition in this regard (again, Python and the huge software ecosystem surrounding it). My impression is that Java's success is mostly due to Sun pushing it like there is no tomorrow and bundling it with their hardware business.
  •  
    OK, I think there is a bit of everything, wrong and right, but you have to acknowledge that Python is not always the simplest. For info, Facebook uses Java (if you upload picture for instance), and PHP is very limited. So definitely, in company, engineers like you and me select the language, it is not a marketing or political thing. And in the case of fb, they come up with the conclusion that PHP, and Java don't do everything but complement each other. As you say Python as many things around, but it might be too much for simple applications. Otherwise, I would seriously be interested by a study of how to implement a Python-like system on-board spacecrafts and what are the advantages over mixing C, Ada and Java.
dejanpetkow

Bioengineering to generate healthy skin - 1 views

  • That is, using a small biopsy from a specific patient, they can generate almost the entire cutaneous surface of that individual in the lab.
  • that it is possible to isolate epidermic stem cells from patients with different genetic skin diseases, cultivate them and, using molecular engineering as a first step, incorporate the therapeutic genes into each patient's genome to take the place of the one that the patient does not have or that functions abnormally. Afterwards, in the second step, the stem cells would be assembled into patches ready to be transplanted onto the patients.
  • "What we did in this case -- explains Marcela del Río -- was to transfer a normal SPINK-5 gene to a patient's stem cells and later use these cells to generate skin that could be transplanted to experimental models, such as mice."
  •  
    Nice approach to generate healthy skin and to patch parts or to replace the overall human skin. Next step - clinical studies.
fichbio

First evidence that sperm epigenetics affect the next generation - 0 views

  •  
    A frog study provides the strongest evidence yet that a father's lifestyle may affect the next generation, via chemical tags that change gene activity SPERM pass on more than just their DNA. Chemical switches attached to the genomes of sperm - known as epigenetic tags - have been shown to alter the next generation for the first time.
LeopoldS

Enhanced Oil Recovery Powered by Solar - 0 views

  •  
    instead of using the solar generated steam to generate electricity, it seems to make economic sense to use it to pump more oil out of the ground ...
Luís F. Simões

Picbreeder: Collaborative Interactive Art Evolution (Genetic Art) - 1 views

  •  
    Following up on our coffee-time discussion, here's an Evolutionary Algorithm where you are the fitness function, and evolution is guided by your subjective artistic sense. Start from scratch, or pick an existing image in the database, and start evolving. At every generation, you are presented with the individuals/images in the population. Pick the ones you like. Those will be the parents from which the next generation will be bred. Repeat, repeat... where do you get to? If you want to learn more about the science behind this, check the tutorial below by Kenneth Stanley, who is also this site's supervisor: http://dx.doi.org/10.1145/1830761.1830920
Ma Ru

Euroscience Open Forum 2010 - 2 views

shared by Ma Ru on 24 Apr 09 - Cached
LeopoldS liked it
  •  
    A conference ACT should consider going to.
  • ...4 more comments...
  •  
    Perhaps some of ACTers will find this conference interesting... One of the talks: "Would Einstein be on Twitter? Exploring the potential and limits of Web 2.0 in science & science communication" [Edit] Oh, I see someone has already posted this link... a year ago. Anyway, if anyone of you plans to go, let me know - I'll be around ;-)
  •  
    Just came back from ESOF 2010... I was on look for ACT agents undercover, but either they were not there or the cover was good enough... Anyway here's a few remarks from me (I could write a nice report... if you paid): 1) In general, to say that ESA was underrepresented on the conference as a whole is not enough (I guess ESA just failed to notice the event taking place). For instance, on the GMES presentation, ESA as such was not mentioned at all... at some point I started to wonder if ESA is actually involved in the project, but now I checked the website and apparently it is. On the other hand, GMES presentation was crap anyway, as after 1:15 of talking, I didn't gain any knowledge of what GMES is and what its contributions to the EU community will be. 2) There was a lot of talk about LHC and particle research (well, at least among those that I attended). Some of them were very good, some of them rather crap... 3) "Would Einstein be on Twitter? Exploring the potential and limits of Web 2.0 in science & science communication" talk - quite interesting, but focusing mainly on Science-to-Wide Public and Science-to-Journalists communication. Not really on Science-to-Science (as in Ariadnet). There was quite an extensive discussion with the public. You may be interested that Nature is trying to stimulate Web 2.0 communication, running blog service, but also I think a kind of social network - perhaps you'd like to have a look. In general the conclusion was that Web 2.0 is not so useful for scientific communication because practising it requires TIME (blogs, etc.) and often some professional skills (podcasts/videocasts, etc.), and scientists have neither of these. This can be run on corporation level (like ESA does actually), but then it looses the "intimate" character. 4) "How much can robots learn?" talk... very nicely presented: understandable by the wide public, but conveying the message... which is something like "we can already make the robots do stuff absolutely imp
  •  
    Well, my comment was cut in half, and I don't feel like typing it again... the most important highlight from the rest is that the only presenter from ESA (ESTEC) did not show up on his talk because his department was undergoing some sort of audit on the same day :)
  •  
    Fantastic comment - or better report!! thanks very much Marek! Who was the supposed no-show speaker from ESA?
  •  
    Bernard Foing (he is actually one of the 8 ESA employees who have their own page on Wikipedia)...
  •  
    written almost entirely by a guy called a "quest for knowledge" ... who will this be????? :-)
Dario Izzo

Optimal Control Probem in the CR3BP solved!!! - 7 views

  •  
    This guy solved a problem many people are trying to solve!!! The optimal control problem for the three body problem (restricted, circular) can be solved using continuation of the secondary gravity parameter and some clever adaptation of the boundary conditions!! His presentation was an eye opener ... making the work of many pretty useless now :)
  • ...13 more comments...
  •  
    Riemann hypothesis should be next... Which paper on the linked website is this exactly?
  •  
    hmmm, last year at the AIAA conference in Toronto I presented a continuation approach to design a DRO (three-body problem). Nothing new here unfortunately. I know the work of Caillau, although interesting what is presented was solved 10 years ago by others. The interest of his work is not in the applications (CR3BP), but in the research of particular regularity conditions that unfortunately make the problem limited practically. Look also at the work of Mingotti, Russel, Topputo and other for the (C)RTBP. Smart-One inspired a bunch of researchers :)
  •  
    Topputo and some of the others 'inspired' researchers you mention are actually here at the conference and they are all quite depressed :) Caillau really solves the problem: as a one single phase transfer, no tricks, no misconvergence, in general and using none of the usual cheats. What was produced so far by other were only local solutions valid for the particular case considered. In any case I will give him your paper, so that he knows he is working on already solved stuff :)
  •  
    Answer to Marek: the paper you may look at is: Discrete and differential homotopy in circular restricted three-body control
  •  
    Ah! with one single phase and a first order method then it is amazing (but it is still just the very particular CRTBP case). The trick is however the homotopy map he selected! Why this one? Any conjugate point? Did I misunderstood the title ? I solved in one phase with second order methods for the less restrictive problem RTBP or simply 3-body... but as a strict answer to your title the problem has been solved before. Nota: In "Russell, R. P., "Primer Vector Theory Applied to Global Low-Thrust Trade Studies," JGCD, Vol. 30, No. 2", he does solve the RTBP with a first order method in one phase.
  •  
    I think what is interesting is not what he solved, but how he solved the problem. But, are means more important than end ... I dunno
  •  
    I also loved his method, and it looked to me that is far more general than the CRTBP. As for the title of this post, OK maybe it is an exageration as it suggests that no solution was ever given before, on the other end, as Marek would say "come on guys!!!!!"
  •  
    The generality has to be checked. Don't you think his choice of mapping is too specific? he doesn't really demonstrate it works better than other. In addition, the minimum time choice make the problem very regular (i guess you've experienced that solving min time is much easier than mass max, optimality-wise). There is still a long way before maximum mass+RTBP, Topputo et al should be re-assured :p Did you give him my paper, he may find it interesting since I mention the homotopy on mu but for max mass:)
  •  
    Joris, that is the point I was excited abut, at the conference HE DID present solutions to the maximum mass problem!! One phase, from LEO to an orbit around the moon .. amazing :) You will find his presentation on line.... (according to the organizers) I gave him the reference to you paper anyway, but no pdf though as you did not upload it on our web pages and I could not find it in the web. So I gave him some bibliography I had with be from the russians, and from Russell, Petropoulos and Howell, As far as I know these are the only ones that can hope to compete with this guy!!
  •  
    for info only, my phd, in one phase: http://pdf.aiaa.org/preview/CDReadyMAST08_1856/PV2008_7363.pdf I prefered Mars than the dead rock Moon though!
  •  
    If you send me the pdf I can give it to the guy .. the link you gave contains only the first page ... (I have no access till monday to the AIAA thingy)
  •  
    this is why I like this Diigo thingy so much more than delicious ...
  •  
    What do you mean by this comment, Leopold? ;-) Jokes apart: I am following the Diigo thingy with Google Reader (rss). Obviously, I am getting the new postings. But if someone later on adds a comment to a post, then I can miss it, because the rss doesn't get updated. Not that it's a big problem, but do you guys have a better solution for this? How are you following these comments? (I know that if you have commented an entry, then you get the later updates in email.) (For example, in google reader I can see only the first 5 comments in this entry.)
  •  
    I like when there are discussions evolving around entries
  •  
    and on your problem with the RSS Tamas: its the same for me, you get the comments only for entries that you have posted or that you have commented on ...
jcunha

Explosion-Generated Collapsing Vacuum Bubbles Reach 20,000 Kelvin - 1 views

  •  
    "In a recent paper published in Physical Review Letters (PRL) Jérôme Duplat and Emmanuel Villermaux developed a method to generate centimeter-sized vacuum bubbles in water with miniature laser-driven explosions, and observed the flash of light produced as the bubble collapsed a not-fully-understood phenomenon known as sonoluminescence." Amazingly they concluded that the temperatrue inside the bubble as it collapses is about 26000 K. At this temperatures some (not me) argue for nuclear fusion... Intriguing stuff!!! Check the videos! Yet another test for the 'Experimental Physics Stagiare' :-)?
  •  
    For sure no fusion, that starts appr. from about 20keV, not 20kK. Between both there is still a factor of 11500. What I would rather expect is that the conditions are not appropriate to work with Maxwellian distribution functions. If certain fusion products should be measurable, than this would rather confirm (but not proof) the hypothesis that they do not have Maxwellians but something close to monoenergetic. But most probably they will not measure fusion products, hence no fusion, hence no confusion.
Luís F. Simões

NASA Goddard to Auction off Patents for Automated Software Code Generation - 0 views

  • The technology was originally developed to handle coding of control code for spacecraft swarms, but it is broadly applicable to any commercial application where rule-based systems development is used.
  •  
    This is related to the "Verified Software" item in NewScientist's list of ideas that will change science. At the link below you'll find the text of the patents being auctioned: http://icapoceantomo.com/item-for-sale/exclusive-license-related-improved-methodology-formally-developing-control-systems :) Patent #7,627,538 ("Swarm autonomic agents with self-destruct capability") makes for quite an interesting read: "This invention relates generally to artificial intelligence and, more particularly, to architecture for collective interactions between autonomous entities." "In some embodiments, an evolvable synthetic neural system is operably coupled to one or more evolvable synthetic neural systems in a hierarchy." "In yet another aspect, an autonomous nanotechnology swarm may comprise a plurality of workers composed of self-similar autonomic components that are arranged to perform individual tasks in furtherance of a desired objective." "In still yet another aspect, a process to construct an environment to satisfy increasingly demanding external requirements may include instantiating an embryonic evolvable neural interface and evolving the embryonic evolvable neural interface towards complex complete connectivity." "In some embodiments, NBF 500 also includes genetic algorithms (GA) 504 at each interface between autonomic components. The GAs 504 may modify the intra-ENI 202 to satisfy requirements of the SALs 502 during learning, task execution or impairment of other subsystems."
pacome delva

Galaxy study backs general relativity - 1 views

  • The observed ratio, dubbed EG, has a value of 0.39 ± 0.06. This agrees with general relativity, which predicts a value of 0.4. Crucially, the measurement rules out the tensor, vector scalar (TeVeS) model of modified gravity, which has an EG of 0.22 and does not need dark matter. The result does not, however, preclude the f(R) theory – which is more similar to general relativity and has EG values in the 0.328–0.365 range.
  •  
    mmm, i wonder if this study takes into account the non linearities studied in the Ariadna on galaxies...
  •  
    Luzi: any comment?
nikolas smyrlakis

SiG | Social Innovation Generation - 0 views

  •  
    How about that for an abstract discipline, and I thought CMS was abstract. Sounds great though: Social Innovation Generation: "Social innovation is an initiative, product, process or program that profoundly changes the basic routines, resource and authority flows or beliefs of any social system. Successful social innovations have durability and broad impact. While social innovation has recognizable stages and phases, achieving durability and scale is a dynamic process that requires both emergence of opportunity and deliberate agency, and a connection between the two."
ESA ACT

Interesting review about generation, detection, and applications of the Terahertz-waves - 0 views

  •  
    An overview is given on the field of the terahertz-frequency electromagnetic waves, their properties and emerging applications. Some widespread sources with their advantages and drawbacks are presented; an emphasis is placed on the parametric generation s
Juxi Leitner

Google's Go: A New Programming Language That's Python Meets C++ - 6 views

  •  
    Big news for developers out there: Google has just announced the release of a new, open sourced programming language called Go. The company ...
  • ...2 more comments...
  •  
    Ugh... no operator overloading, no efficient generic programming and no lambda expressions... Only time will tell, but I don't understand who the intended audience is: I think that Python guys won't care about the (supposedly) increased performance (and you can interface C/C++ with Python easily) and that C++ programmers (I mean, the hardcore serious C++ Boost-like programmers, no the Java-like whiners :P) won't have their beloved templates pried from their cold dead hands with ease.
  •  
    yeah though I think especially operator overloading is not going to be a main problem, it is as with the JS library though quite thinkable that lots of users will switch or use it (or being put to use it...) because it is done by Google
  •  
    Having Google backing it will certainly help, even though they are presenting it as a "system level" (i.e., hard-core) language, and in that domain it is much more difficult to bullshit your way to a position of relevance. Look at Java: Sun pushed it like hell and it is certainly widely used in many contexts (corporate, web and embedded markets mostly), yet it completely failed to win the hearts of "open-source" developers (or, more generally, of those developers who are not forced to use it by virtue of some management-driven decision).
  •  
    "or, more generally, of those developers who are not forced to use it by virtue of some management-driven decision" completely agree with that!!
santecarloni

Light bends itself round corners - physicsworld.com - 1 views

  •  
    The Florida team generated a specially shaped laser beam that could self-accelerate, or bend, sideways.
  •  
    very nice!!! read this e.g. "In addition to this self-bending, the beam's intensity pattern also has a couple of other intriguing characteristics. One is that it is non-diffracting, which means that the width of each intensity region does not appreciably increase as the beam travels forwards. This is unlike a normal beam - even a tightly collimated laser beam - which spreads as it propagates. The other unusual property is that of self-healing. This means that if part of the beam is blocked by opaque objects, then any disruptions to the beam's intensity pattern could gradually recover as the beam travels forward."
Dario Izzo

Bold title ..... - 3 views

  •  
    I got a fever. And the only prescription is more cat faces! ...../\_/\ ...(=^_^) ..\\(___) The article sounds quite interesting, though. I think the idea of a "fake" agent that tries to trick the classifier while both co-evolve is nice as it allows the classifier to first cope with the lower order complexity of the problem. As the fake agent mimics the real agent better and better the classifier has time to add complexity to itself instead of trying to do it all at once. It would be interesting if this is later reflected in the neural nets structure, i.e. having core regions that deal with lower order approximation / classification and peripheral regions (added at a later stage) that deal with nuances as they become apparent. Also this approach will develop not just a classifier for agent behavior but at the same time a model of the same. The later may be useful in itself and might in same cases be the actual goal of the "researcher". I suspect, however, that the problem of producing / evolving the "fake agent" model might in most case be at least as hard as producing a working classifier...
  •  
    This paper from 2014 seems discribe something pretty similar (except for not using physical robots, etc...): https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf
  •  
    Yes, this IS basically adversarial learning. Except the generator part instead of being a neural net is some kind of swarm parametrization. I just love how they rebranded it, though. :))
santecarloni

NC State News :: NC State News and Information » Researcher Finds Faster, Che... - 0 views

  •  
    A North Carolina State University researcher has developed a more efficient, less expensive way of cooling electronic devices - particularly devices that generate a lot of heat, such as lasers and power devices.
LeopoldS

[1202.4993] Gate-tuning of graphene plasmons revealed by infrared nano-imaging - 0 views

  •  
    Basis for after next generation processors?
santecarloni

Tilting 'nanocups' double optical frequencies - physicsworld.com - 0 views

  •  
    A new type of structure for converting red light into blue has been unveiled by researchers in the US. Known as frequency doubling or second-harmonic generation (SHG), the conversion involves "nanocups", which are tiny, artificially designed 3D structures. SHG is used in light sources and in metrology applications - and the researchers believe that the new structures could be adapted to achieve frequency doubling in parts of the electromagnetic spectrum where it is currently not possible.
Lionel Jacques

Solar Energy Generation in Three Dimensions - 1 views

  •  
    A simple cube open at the top can increase the annual energy density generation by a factor (depending on the latitude) of 2 - 3.8 compared to a flat horizontal panel, versus an increase by a factor of 1.3 - 1.8 achieved from a flat panel using dual-axis tracking. Genetic algorithm are used to optimize the energy production in a day for arbitrarily shaped 3D solar cells confined to a given area footprint and total volume doi:10.1063/1.3308490 could be interesting to investigate
1 - 20 of 237 Next › Last »
Showing 20 items per page