Skip to main content

Home/ Advanced Concepts Team/ Group items tagged projects

Rss Feed Group items tagged

Luís F. Simões

SCiO: Your Sixth Sense. A Pocket Molecular Sensor For All ! by Consumer Physics, Inc. -... - 8 views

  • Meet SCiO. It is the world's first affordable molecular sensor that fits in the palm of your hand. SCiO is a tiny spectrometer and allows you to get instant relevant information about the chemical make-up of just about anything around you, sent directly to your smartphone.
  • Upload and tag the spectrum of any material on Earth to our database.
  •  
    really interesting new project over at Kickstarter. Fully funded within 2 days of being announced. This one will probably get into the millions.
Juxi Leitner

NASA Team Has Plan to Send a Robot to the Moon - NYTimes.com - 1 views

  •  
    background piece on Project M, it is being worked on at least it seems so ...
  •  
    there should be more project like these - when you give a tough deadline and work your heart out to make things happen... look forward to see it walking on the Moon :)
Juxi Leitner

Acasa - Media - 1 views

  •  
    Acasa was born out of Singularity University, a unique, world-changing institution founded in 2008 by Ray Kurzweil and Peter Diamandis. After nine weeks at NASA Ames, the home of Singularity University, four teams emerged with projects focused on one common goal-to positively affect the lives of one billion people over ten years. Our team has designed a business plan to leverage advances in rapid 3D additive manufacturing technologies in order to construct affordable, customizable housing for the developing world. This environmentally sustainable solution has the potential to create a powerful new paradigm for improving housing construction using local resources.
  •  
    cool video, i'd like to see that in reality... Though i'm not sure it would be less expansive than the very cheap workers you can get on site ! You need to build the robot, to bring it on-site, highly specialised enginneers to supervize the project, etc...
  •  
    yeah I am not sure about that either but the idea seems nice though
Luzi Bergamin

Prof. Markrams Hirnmaschine (Startseite, NZZ Online) - 2 views

  •  
    A critical view on Prof. Markram's Blue Brain project (in German).
  • ...4 more comments...
  •  
    A critical view on Prof. Markram's Blue Brain project (in German).
  •  
    so critical that the comment needed to be posted twice :-) ?
  •  
    Yes, I know; I still don't know how to deal with this f.... Diigo Toolbar! Shame on me!!!
  •  
    Would be nice to read something about the modelling, but it appears that there is nothing published in detail. Following the article, the main approach is to model each(!) neuron taking into account the spatial structure of the neurons positions. Once achieved they expect intelligent behaviour. And they need a (type of) supercomputer which does not exist yet.
  •  
    As far as I know it's sort of like "Let's construct an enormous dynamical system and see what happens"... i.e. a waste of taxpayer's money... Able to heal Alzheimer... Yeah... Actually I was on the conference the author is mentioning (FET 2011) and I have seen the presentations of all 6 flagship proposals. Following that I had a discussion with one of my colleagues about the existence of limits of the amount of bullshit politicians are willing to buy from scientists. Will there be a point at which politicians, despite their total ignorance, will realise that scientists simply don't deliver anything they promise? How long will we (scientists) be stuck in the viscous circle of have-to-promise-more-than-predecessors in order to get money? Will we face a situation when we'll be forced to revert to promises which are realistic? To be honest none of the 6 presentations convinced me of their scientific merit (apart from the one on graphene where I have absolutely no expertise to tell). Apparently a huge amount of money is about to be wasted.
  •  
    It's not just "Let's construct an enormous dynamical system and see what happens", it's worse! Also the simulation of the cosmological evolution is/was a little bit of this type, still the results are very interesting and useful. Why? Neither the whole cosmos nor the human brain at the level of single neurons can be modelled on a computer, that would last aeons on a "yet-to-be-invented-extra-super-computer". Thus one has to make assumptions and simplifications. In cosmology we have working theories of gravitation, thermodynamics, electrodynamics etc. at hand; starting from these theories we can make reasonable assumptions and (more or less) justified simplifications. The result is valuable since it provides insight into a complex system under given, explicit and understood assumptions. Nothing similar seems to exist in neuroscience. There is no theory of the human brain and apparently nobody has the slightest idea which simplifications can be made without harm. Of course, Mr. Markram remains completely unaffected of ''details'' like this. Finally, Marek, money is not wasted, we ''build networks of excellence'' and ''select the brightest of the brightest'' to make them study and work at our ''elite institutions'' :-). I lively remember the stage of one of these "bestofthebest" from Ivy League at the ACT...
LeopoldS

Europe tackles huge fraud : Nature News - 5 views

  •  
    they used names of scientists and research centres without these actually knowing about their involvement it seems.... I am wondering what they actually reported back in terms of results? randomly generated papers? Christos?
  • ...2 more comments...
  •  
    surprised? of course not! schadenfreude? yes, a lot!
  •  
    Probably some bored project officer "accepted" the deliverables as reasonable? What worries me is the last paragraph by the Committee on Industry and Research (Space is in there..., all RTD is there...) Are we going to simplify procedures or tighten more??? Because there is a lot of talk about simplification in FP8: which is not well received by Parliament/Council and co...
  •  
    Hopefully I'm wrong, but I'm very pessimistic. I guess they will impose even more control, ask for even more detailed description of the results that will be delivered and concentrate even more on project funding instead of funding open research.
  •  
    maybe this is what happen when there is so much paper involved... a simple phone call to one of the research scientist and the fraud is unveiled :) or maybe the "bored project officer" has a brand new mercedes...
ESA ACT

Blue Brain Project - 1 views

  •  
    The Blue Brain project is the first comprehensive attempt to reverse-engineer the mammalian brain, in order to understand brain function and dysfunction through detailed simulations.
LeopoldS

Global Innovation Commons - 4 views

  •  
    nice initiative!
  • ...6 more comments...
  •  
    Any viral licence is a bad license...
  •  
    I'm pretty confident I'm about to open a can of worms, but mind explaining why? :)
  •  
    I am less worried about the can of worms ... actually eager to open it ... so why????
  •  
    Well, the topic GPL vs other open-source licenses (e.g., BSD, MIT, etc.) is old as the internet and it has provided material for long and glorious flame wars. The executive summary is that the GPL license (the one used by Linux) is a license which imposes some restrictions on the way you are allowed to (re)use the code. Specifically, if you re-use or modify GPL code and re-distribute it, you are required to make it available again under the GPL license. It is called "viral" because once you use a bit of GPL code, you are required to make the whole application GPL - so in this sense GPL code replicates like a virus. On the other side of the spectrum, there are the so-called BSD-like licenses which have more relaxed requirements. Usually, the only obligation they impose is to acknowledge somewhere (e.g., in a README file) that you have used some BSD code and who wrote it (this is called "attribution clause"), but they do not require to re-distribute the whole application under the same license. GPL critics usually claim that the license is not really "free" because it does not allow you to do whatever you want with the code without restrictions. GPL proponents claim that the requirements imposed by the GPL are necessary to safeguard the freedom of the code, in order to avoid being able to re-use GPL code without giving anything back to the community (which the BSD license allow: early versions of Microsoft Windows, for instance, had the networking code basically copy-pasted from BSD-licensed versions of Unix). In my opinion (and this point is often brought up in the debates) the division pro/against GPL mirrors somehow the division between anti/pro anarchism. Anarchists claim that the only way to be really free is the absence of laws, while non-anarchist maintain that the only practical way to be free is to have laws (which by definition limit certain freedoms). So you can see how the topic can quickly become inflammatory :) GPL at the current time is used by aro
  •  
    whoa, the comment got cut off. Anyway, I was just saying that at the present time the GPL license is used by around 65% of open source projects, including the Linux kernel, KDE, Samba, GCC, all the GNU utils, etc. The topic is much deeper than this brief summary, so if you are interested in it, Leopold, we can discuss it at length in another place.
  •  
    Thanks for the record long comment - am sure that this is longest ever made to an ACT diigo post! On the topic, I would rather lean for the GPL license (which I also advocated for the Marek viewer programme we put on source forge btw), mainly because I don't trust that open source is by nature delivering a better product and thus will prevail but I still would like to succeed, which I am not sure it would if there were mainly BSD like licenses around. ... but clearly, this is an outsider talking :-)
  •  
    btw: did not know the anarchist penchant of Marek :-)
  •  
    Well, not going into the discussion about GPL/BSD, the viral license in this particular case in my view simply undermines the "clean and clear" motivations of the initiative authors - why should *they* be credited for using something they have no rights for? And I don't like viral licences because they prevent using things released under this licence to all those people who want to release their stuff under a different licence, thus limiting the usefulness of the stuff released on that licence :) BSD is not a perfect license too, it also had major flaws And I'm not an anarchist, lol
jmlloren

Open Journal Systems | Public Knowledge Project - 3 views

shared by jmlloren on 24 Nov 09 - Cached
pacome delva liked it
  •  
    Open Journal Systems (OJS) is a journal management and publishing system that has been developed by the Public Knowledge Project through its federally funded efforts to expand and improve access to research.
  •  
    seems nice, but would be a lot of work to implement and we already have something operational... It would add the search module and article in html (what about the compatibility with latex...?). For now I think we should focus on the next issue of acta futura !
andreiaries

Solar Sinter melts sand into 3D-printed glass (Wired UK) - 5 views

  •  
    "When in the desert he came up with the idea to use the two dominating features in the desert -- the sun and the sand -- in his next project.". I wonder where we should send him next.
  •  
    Arts project with implications for space science... Awesome! Note how this guy is dressed in the middle of an Egyptian desert, lol...
Dario Izzo

Miguel Nicolelis Says the Brain Is Not Computable, Bashes Kurzweil's Singularity | MIT ... - 9 views

  •  
    As I said ten years ago and psychoanalysts 100 years ago. Luis I am so sorry :) Also ... now that the commission funded the project blue brain is a rather big hit Btw Nicolelis is a rather credited neuro-scientist
  • ...14 more comments...
  •  
    nice article; Luzi would agree as well I assume; one aspect not clear to me is the causal relationship it seems to imply between consciousness and randomness ... anybody?
  •  
    This is the same thing Penrose has been saying for ages (and yes, I read the book). IF the human brain proves to be the only conceivable system capable of consciousness/intelligence AND IF we'll forever be limited to the Turing machine type of computation (which is what the "Not Computable" in the article refers to) AND IF the brain indeed is not computable, THEN AI people might need to worry... Because I seriously doubt the first condition will prove to be true, same with the second one, and because I don't really care about the third (brains is not my thing).. I'm not worried.
  •  
    In any case, all AI research is going in the wrong direction: the mainstream is not on how to go beyond Turing machines, rather how to program them well enough ...... and thats not bringing anywhere near the singularity
  •  
    It has not been shown that intelligence is not computable (only some people saying the human brain isn't, which is something different), so I wouldn't go so far as saying the mainstream is going in the wrong direction. But even if that indeed was the case, would it be a problem? If so, well, then someone should quickly go and tell all the people trading in financial markets that they should stop using computers... after all, they're dealing with uncomputable undecidable problems. :) (and research on how to go beyond Turing computation does exist, but how much would you want to devote your research to a non existent machine?)
  •  
    [warning: troll] If you are happy with developing algorithms that serve the financial market ... good for you :) After all they have been proved to be useful for humankind beyond any reasonable doubt.
  •  
    Two comments from me: 1) an apparently credible scientist takes Kurzweil seriously enough to engage with him in polemics... oops 2) what worries me most, I didn't get the retail store pun at the end of article...
  •  
    True, but after Google hired Kurzweil he is de facto being taken seriously ... so I guess Nicolelis reacted to this.
  •  
    Crazy scientist in residence... interesting marketing move, I suppose.
  •  
    Unfortunately, I can't upload my two kids to the cloud to make them sleep, that's why I comment only now :-). But, of course, I MUST add my comment to this discussion. I don't really get what Nicolelis point is, the article is just too short and at a too popular level. But please realize that the question is not just "computable" vs. "non-computable". A system may be computable (we have a collection of rules called "theory" that we can put on a computer and run in a finite time) and still it need not be predictable. Since the lack of predictability pretty obviously applies to the human brain (as it does to any sufficiently complex and nonlinear system) the question whether it is computable or not becomes rather academic. Markram and his fellows may come up with a incredible simulation program of the human brain, this will be rather useless since they cannot solve the initial value problem and even if they could they will be lost in randomness after a short simulation time due to horrible non-linearities... Btw: this is not my idea, it was pointed out by Bohr more than 100 years ago...
  •  
    I guess chaos is what you are referring to. Stuff like the Lorentz attractor. In which case I would say that the point is not to predict one particular brain (in which case you would be right): any initial conditions would be fine as far as any brain gets started :) that is the goal :)
  •  
    Kurzweil talks about downloading your brain to a computer, so he has a specific brain in mind; Markram talks about identifying neural basis of mental diseases, so he has at least pretty specific situations in mind. Chaos is not the only problem, even a perfectly linear brain (which is not a biological brain) is not predictable, since one cannot determine a complete set of initial conditions of a working (viz. living) brain (after having determined about 10% the brain is dead and the data useless). But the situation is even worse: from all we know a brain will only work with a suitable interaction with its environment. So these boundary conditions one has to determine as well. This is already twice impossible. But the situation is worse again: from all we know, the way the brain interacts with its environment at a neural level depends on his history (how this brain learned). So your boundary conditions (that are impossible to determine) depend on your initial conditions (that are impossible to determine). Thus the situation is rather impossible squared than twice impossible. I'm sure Markram will simulate something, but this will rather be the famous Boltzmann brain than a biological one. Boltzman brains work with any initial conditions and any boundary conditions... and are pretty dead!
  •  
    Say one has an accurate model of a brain. It may be the case that the initial and boundary conditions do not matter that much in order for the brain to function an exhibit macro-characteristics useful to make science. Again, if it is not one particular brain you are targeting, but the 'brain' as a general entity this would make sense if one has an accurate model (also to identify the neural basis of mental diseases). But in my opinion, the construction of such a model of the brain is impossible using a reductionist approach (that is taking the naive approach of putting together some artificial neurons and connecting them in a huge net). That is why both Kurzweil and Markram are doomed to fail.
  •  
    I think that in principle some kind of artificial brain should be feasible. But making a brain by just throwing together a myriad of neurons is probably as promising as throwing together some copper pipes and a heap of silica and expecting it to make calculations for you. Like in the biological system, I suspect, an artificial brain would have to grow from a small tiny functional unit by adding neurons and complexity slowly and in a way that in a stable way increases the "usefulness"/fitness. Apparently our brain's usefulness has to do with interpreting inputs of our sensors to the world and steering the body making sure that those sensors, the brain and the rest of the body are still alive 10 seconds from now (thereby changing the world -> sensor inputs -> ...). So the artificial brain might need sensors and a body to affect the "world" creating a much larger feedback loop than the brain itself. One might argue that the complexity of the sensor inputs is the reason why the brain needs to be so complex in the first place. I never quite see from these "artificial brain" proposals in how far they are trying to simulate the whole system and not just the brain. Anyone? Or are they trying to simulate the human brain after it has been removed from the body? That might be somewhat easier I guess...
  •  
    Johannes: "I never quite see from these "artificial brain" proposals in how far they are trying to simulate the whole system and not just the brain." In Artificial Life the whole environment+bodies&brains is simulated. You have also the whole embodied cognition movement that basically advocates for just that: no true intelligence until you model the system in its entirety. And from that you then have people building robotic bodies, and getting their "brains" to learn from scratch how to control them, and through the bodies, the environment. Right now, this is obviously closer to the complexity of insect brains, than human ones. (my take on this is: yes, go ahead and build robots, if the intelligence you want to get in the end is to be displayed in interactions with the real physical world...) It's easy to dismiss Markram's Blue Brain for all their clever marketing pronouncements that they're building a human-level consciousness on a computer, but from what I read of the project, they seem to be developing a platfrom onto which any scientist can plug in their model of a detail of a detail of .... of the human brain, and get it to run together with everyone else's models of other tiny parts of the brain. This is not the same as getting the artificial brain to interact with the real world, but it's a big step in enabling scientists to study their own models on more realistic settings, in which the models' outputs get to effect many other systems, and throuh them feed back into its future inputs. So Blue Brain's biggest contribution might be in making model evaluation in neuroscience less wrong, and that doesn't seem like a bad thing. At some point the reductionist approach needs to start moving in the other direction.
  •  
    @ Dario: absolutely agree, the reductionist approach is the main mistake. My point: if you take the reductionsit approach, then you will face the initial and boundary value problem. If one tries a non-reductionist approach, this problem may be much weaker. But off the record: there exists a non-reductionist theory of the brain, it's called psychology... @ Johannes: also agree, the only way the reductionist approach could eventually be successful is to actually grow the brain. Start with essentially one neuron and grow the whole complexity. But if you want to do this, bring up a kid! A brain without body might be easier? Why do you expect that a brain detached from its complete input/output system actually still works. I'm pretty sure it does not!
  •  
    @Luzi: That was exactly my point :-)
LeopoldS

Strand1 - 2 views

  •  
    very nice project - though I would not call it a "major UK space mission" ..
LeopoldS

Autonomous Airborne Wind Power - YouTube - 0 views

  •  
    http://youtu.be/hbPXXpaW5ws Andrés: I am sure you remember Tiago's project for the Azores ... cheers Leopold
LeopoldS

Sphelar Power Corporation - 0 views

shared by LeopoldS on 14 Dec 12 - No Cached
  •  
    Commercial project for wearable solar cells by 2015 ...
LeopoldS

TAU-led innovative brain-mapping project hailed a success Israel News | Haaretz Daily N... - 1 views

  •  
    The map will be free but apparently not reading this article :-(
Juxi Leitner

IDSIA Robotics | IM-CLeVeR - 1 views

  •  
    Toward Autonomous Humanoids check out our new video with the iCub in the IM-CLeVeR project
  •  
    Admit it ... You have fallen in love ....
  •  
    you dont' know how often we had to shoot that scene :) but it is an adorable baby robot (if it works :))
jaihobah

The Genome Project-Write | Science - 2 views

  •  
    These people want to construct a synthetic human genome
jcunha

A view at Google X philosophy - 1 views

  •  
    A TED talk about Google X way of working and some closer look at the project loon (stratospheric balloon network for internet connection) by the 'moonshot captain' Astro Teller.
LeopoldS

iAMscientist - 1 views

  •  
    crowdsourcing science funding ...
  •  
    there have been a few of these popping out lately, thanks to Kickstarter's incredible success. This one http://www.petridish.org/ launched last month, and has a lot of projects already, including a fully funded one (219 backers, $12,247 raised) to "find the first exomoon": http://www.petridish.org/projects/help-us-find-the-first-exomoon
santecarloni

ScienceShot: Garden Gnome Tests Earth's Gravity - ScienceNOW - 2 views

  •  
    This look like a perfect ACT project :)
LeopoldS

Concept | Superbus - 3 views

  •  
    electric bus driving at 250 km/h (and braking within 200m!) project related to former astronaut Wubbo ...
‹ Previous 21 - 40 of 269 Next › Last »
Showing 20 items per page