Open Source Social Platforms: 10 of the Best

from:

http://mashable.com/2007/07/25/open-source-social-platforms/

 

Open Source Social Platforms: 10 of the Best

July 25th, 2007 | by Steve James 53 Comments and 14 Reactions

  • opensourcesocial.PNG

As social sites grow in popularity, so does the desire for smaller niche-based networks that cater to smaller groups of people. Just look at the rise of social networks for chess players and wine .

What’s more, with the latest open source software, smaller sites can be built in a matter of days or weeks. Here are 10 open source software platforms on which to carve out your niche.

  • opensourcedigg.PNG

If there’s one site people love to emulate with their own niche versions, it’s Digg ( Digg ) . Fortunately, there are good platforms to do just that.

Pligg

It seems that every hour, a new Pligg-based site is born. Pligg is a PHP ( PHP ) /MySQL system that allows visitors to submit websites and blogs for voting or ranking. While very similar to Digg, it does offer some additional features, such as trackback support, automatic title discovery, and RSS import functionality. It also has a small community that is actively working on new mods and templates. Some of the more interesting Pligg-based sites are PlugIM , Sk*rt , Sphinn and Simply Fired .

NewsCloud

NewsCloud is another content management system that has a story ranking feature. They have also developed a Facebook ( Facebook ) app for their service, which is open source as well and available for download. The default layout is slightly more newsy than Digg-like.

Drupal with Vote up/down module

Most know Drupal ( Drupal ) as one of the more popular open source content management systems available. Thanks to the user community, several modules have been developed that allow voting of submitted stories. Recruiting.com uses this setup.

  • opensourcemyspace.PNG

Dolphin

Dolphin, from Boonex, is a popular free community-building application that is being used for a number of dating sites. Many modifications have been developed, however many of them are only available for a fee. There is also a cost associated with removing the company’s links from your site.

PHPizabi

PHPizabi is another social networking script that charges a fee to remove their branding. They are rapidly approaching 100,000 downloads of their software, and have a few impressive-looking demo sites listed on their website.

Elgg

Elgg was developed with the educational industry in mind, but can be customized for any use. Many universities throughout the world have adapted the social software to fit their needs.

Mugshot

Developed by Red Hat, Mugshot allows you to post what you are reading and listening too, and share it with you friends. Mugshot is a little different, as both the client and server code are open source and available for download.

AroundMe ( AroundMe )

AroundMe is an open source social networking app that supports OpenID. They are based in Sweden. We haven’t seen many sites running on the platform.

  • opensourcedelicious.PNG

GetBoo

GetBoo allows you to save you favorite sites and share them with your friends. It also supports public and private group creation.

Scuttle

While Scuttle has not been updated in over a year, the code is still available on SourceForge. Scuttle is a PHP/MySQL-based social bookmark system.

 

内容概要:本文提出了一种融合模型预测控制(MPC)与人工势场法的船舶运动规划方法,旨在解决复杂海上多船遭遇场景下的避碰问题,并严格遵循国际海上避碰规则(COLREG)。该方法通过构建人工势场模型,综合考虑他船、静态障碍物、航道边界产生的排斥力以及目标点的吸引力,形成动态环境势场;同时引入MPC框架,基于船舶非线性动力学模型进行滚动时域优化,实时求解最优航向与航速指令,确保路径的安全性、平滑性与合规性。研究设计了对遇、交叉、追越及多船混杂等多种典型复杂会遇场景,并通过Matlab仿真验证了该方法在有效规避碰撞、保持航行稳定性以及准确执行COLREG规定避让行为方面的优越性能。; 适合人群:从事智能航运、海洋工程、自动驾驶船舶、智能交通系统及相关路径规划算法研究的科研人员与研究生;具备控制理论、优化算法基础及Matlab编程能力的技术开发者。; 使用场景及目标:① 实现复杂动态海况下多船智能避碰决策与自主导航;② 开发符合国际航行法规的无人船自主航行核心算法;③ 为智能港口、海上交通管理系统(SMARTS)及无人艇集群协同提供算法支持;④ 用于科研仿真验证、算法对比测试及高校相关课程的教学演示。; 阅读建议:此资源以Matlab代码实现为核心,强调理论建模与工程实践的深度融合,建议读者在深入理解MPC与人工势场耦合机制的基础上,动手运行并调试所提供的仿真程序,重点分析不同势场参数、预测时域与权重系数对避碰行为的影响,从而掌握算法的设计精髓与优化策略。
内容概要:本文围绕永磁同步电机(PMSM)在宽速域范围内的无传感器控制技术展开研究,提出了一种基于观测器异构冗余与柔性切换的复合控制策略。该策略融合高频信号注入法(适用于零低速区)与自适应滑模观测器(SMO,适用于中高速区),通过设计动态加权融合机制实现全速域内转子位置与速度的精确估计。系统在静止和低速状态下采用脉振方波高频注入实现初始定位,在中高速运行时则利用模糊超螺旋滑模观测器提升鲁棒性与动态响应性能,并引入相位同步校正与平滑切换算法以有效抑制模式切换过程中的抖动与误差累积。研究在Simulink平台构建了完整的控制系统仿真模型,全面验证了所提方法在启动精度、稳态性能、动态响应及抗负载扰动等方面的优越性。; 适合人群:具备电机控制、现代控制理论及MATLAB/Simulink仿真基础的电气工程、自动化及相关专业的研究生、科研人员和工程技术人员。; 使用场景及目标:①解决永磁同步电机在无机械传感器条件下全速域运行的控制难题;②为高性能电机驱动系统(如电动汽车、精密伺服系统)提供可靠的速度与位置估算方案;③深入理解高频注入、滑模观测器、多观测器融合与平滑切换等先进控制算法的设计与实现。; 阅读建议:此资源以Simulink仿真实现为核心,不仅提供了详细的算法原理与模型架构,还包含了完整的运行结果分析。建议读者结合文中框架在MATLAB环境中动手复现仿真模型,重点关注不同速度区间下观测器的切换逻辑与参数整定过程,并通过对比实验深入理解各模块的作用机理与系统整体性能。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值